/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot");
  src: url("../fonts/lg.eot") format("embedded-opentype"), url("../fonts/lg.woff") format("woff"), url("../fonts/lg.ttf") format("truetype"), url("../fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-carousel #banner .owl-dot.active span,
.owl-carousel #pp-banner .owl-dot.active span,
#banner .owl-dot.active .owl-carousel span,
#pp-banner .owl-dot.active .owl-carousel span,
.owl-carousel .owl-theme .owl-dots .owl-dot.active #banner span.active span,
.owl-carousel .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span,
.owl-theme .owl-dots .owl-dot.active #banner span.active .owl-carousel span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active .owl-carousel span,
.owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active .owl-carousel span,
.owl-carousel .owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active .owl-carousel span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots #banner .owl-dot.active span, .owl-theme .owl-dots #pp-banner .owl-dot.active span, #banner .owl-dot.active .owl-theme .owl-dots span, #pp-banner .owl-dot.active .owl-theme .owl-dots span, .owl-theme .owl-dots .owl-dot.active #banner span.active span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span, .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots #banner .owl-dot.active span span, .owl-theme .owl-dots #pp-banner .owl-dot.active span span, #banner .owl-dot.active .owl-theme .owl-dots span span, #pp-banner .owl-dot.active .owl-theme .owl-dots span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span span, .owl-theme .owl-dots .owl-dot.active span span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots #banner .owl-dot.active span.active span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active span, #banner .owl-dot.active .owl-theme .owl-dots span.active span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots #banner .owl-dot.active span:hover span, .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span, #banner .owl-dot.active .owl-theme .owl-dots span:hover span, #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span, .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span:hover span {
  background: #869791;
}

/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("./fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("./fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("./fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url("./fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("./fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("./fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url("./fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("./fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Light"), local("Montserrat-Light"), url("./fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url("./fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("./fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Italic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("./fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-LightItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("./fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Black"), local("Montserrat-Black"), url("./fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("./fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("./fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("./fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff"), url("./fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("./fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("./fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("./fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00436d;
  --secondary: #27456b;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1380px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00436d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #001421;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn, .btn-open-filter, .cookie-accept, .btn-warehouse, .btn-del-method, .btn-pay-method, .btn-comp-filter, .btn-write-rev, .offer-tablinks, .btn-send-req, .btn-credit-req, .share, .ok-share, .twitter-share, .fb-share, .offer-action-btn, .btn-purchase, .btn-filter, .btn-order-open, .btn-order-bill, .btn-order-repeat, .btn-save, .btn-cancel {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-open-filter, .cookie-accept, .btn-warehouse, .btn-del-method, .btn-pay-method, .btn-comp-filter, .btn-write-rev, .offer-tablinks, .btn-send-req, .btn-credit-req, .share, .ok-share, .twitter-share, .fb-share, .offer-action-btn, .btn-purchase, .btn-filter, .btn-order-open, .btn-order-bill, .btn-order-repeat, .btn-save, .btn-cancel {
    transition: none;
  }
}
.btn:hover, .btn-open-filter:hover, .cookie-accept:hover, .btn-warehouse:hover, .btn-del-method:hover, .btn-pay-method:hover, .btn-comp-filter:hover, .btn-write-rev:hover, .offer-tablinks:hover, .btn-send-req:hover, .btn-credit-req:hover, .share:hover, .ok-share:hover, .twitter-share:hover, .fb-share:hover, .offer-action-btn:hover, .btn-purchase:hover, .btn-filter:hover, .btn-order-open:hover, .btn-order-bill:hover, .btn-order-repeat:hover, .btn-save:hover, .btn-cancel:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn-open-filter:focus, .cookie-accept:focus, .btn-warehouse:focus, .btn-del-method:focus, .btn-pay-method:focus, .btn-comp-filter:focus, .btn-write-rev:focus, .offer-tablinks:focus, .btn-send-req:focus, .btn-credit-req:focus, .share:focus, .ok-share:focus, .twitter-share:focus, .fb-share:focus, .offer-action-btn:focus, .btn-purchase:focus, .btn-filter:focus, .btn-order-open:focus, .btn-order-bill:focus, .btn-order-repeat:focus, .btn-save:focus, .btn-cancel:focus, .btn.focus, .focus.btn-open-filter, .focus.cookie-accept, .focus.btn-warehouse, .focus.btn-del-method, .focus.btn-pay-method, .focus.btn-comp-filter, .focus.btn-write-rev, .focus.offer-tablinks, .focus.btn-send-req, .focus.btn-credit-req, .focus.share, .focus.ok-share, .focus.twitter-share, .focus.fb-share, .focus.offer-action-btn, .focus.btn-purchase, .focus.btn-filter, .focus.btn-order-open, .focus.btn-order-bill, .focus.btn-order-repeat, .focus.btn-save, .focus.btn-cancel {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .disabled.btn-open-filter, .disabled.cookie-accept, .disabled.btn-warehouse, .disabled.btn-del-method, .disabled.btn-pay-method, .disabled.btn-comp-filter, .disabled.btn-write-rev, .disabled.offer-tablinks, .disabled.btn-send-req, .disabled.btn-credit-req, .disabled.share, .disabled.ok-share, .disabled.twitter-share, .disabled.fb-share, .disabled.offer-action-btn, .disabled.btn-purchase, .disabled.btn-filter, .disabled.btn-order-open, .disabled.btn-order-bill, .disabled.btn-order-repeat, .disabled.btn-save, .disabled.btn-cancel, .btn:disabled, .btn-open-filter:disabled, .cookie-accept:disabled, .btn-warehouse:disabled, .btn-del-method:disabled, .btn-pay-method:disabled, .btn-comp-filter:disabled, .btn-write-rev:disabled, .offer-tablinks:disabled, .btn-send-req:disabled, .btn-credit-req:disabled, .share:disabled, .ok-share:disabled, .twitter-share:disabled, .fb-share:disabled, .offer-action-btn:disabled, .btn-purchase:disabled, .btn-filter:disabled, .btn-order-open:disabled, .btn-order-bill:disabled, .btn-order-repeat:disabled, .btn-save:disabled, .btn-cancel:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .btn-open-filter:not(:disabled):not(.disabled), .cookie-accept:not(:disabled):not(.disabled), .btn-warehouse:not(:disabled):not(.disabled), .btn-del-method:not(:disabled):not(.disabled), .btn-pay-method:not(:disabled):not(.disabled), .btn-comp-filter:not(:disabled):not(.disabled), .btn-write-rev:not(:disabled):not(.disabled), .offer-tablinks:not(:disabled):not(.disabled), .btn-send-req:not(:disabled):not(.disabled), .btn-credit-req:not(:disabled):not(.disabled), .share:not(:disabled):not(.disabled), .ok-share:not(:disabled):not(.disabled), .twitter-share:not(:disabled):not(.disabled), .fb-share:not(:disabled):not(.disabled), .offer-action-btn:not(:disabled):not(.disabled), .btn-purchase:not(:disabled):not(.disabled), .btn-filter:not(:disabled):not(.disabled), .btn-order-open:not(:disabled):not(.disabled), .btn-order-bill:not(:disabled):not(.disabled), .btn-order-repeat:not(:disabled):not(.disabled), .btn-save:not(:disabled):not(.disabled), .btn-cancel:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.btn-open-filter, a.disabled.cookie-accept, a.disabled.btn-warehouse, a.disabled.btn-del-method, a.disabled.btn-pay-method, a.disabled.btn-comp-filter, a.disabled.btn-write-rev, a.disabled.offer-tablinks, a.disabled.btn-send-req, a.disabled.btn-credit-req, a.disabled.share, a.disabled.ok-share, a.disabled.twitter-share, a.disabled.fb-share, a.disabled.offer-action-btn, a.disabled.btn-purchase, a.disabled.btn-filter, a.disabled.btn-order-open, a.disabled.btn-order-bill, a.disabled.btn-order-repeat, a.disabled.btn-save, a.disabled.btn-cancel,
fieldset:disabled a.btn,
fieldset:disabled a.btn-open-filter,
fieldset:disabled a.cookie-accept,
fieldset:disabled a.btn-warehouse,
fieldset:disabled a.btn-del-method,
fieldset:disabled a.btn-pay-method,
fieldset:disabled a.btn-comp-filter,
fieldset:disabled a.btn-write-rev,
fieldset:disabled a.offer-tablinks,
fieldset:disabled a.btn-send-req,
fieldset:disabled a.btn-credit-req,
fieldset:disabled a.share,
fieldset:disabled a.ok-share,
fieldset:disabled a.twitter-share,
fieldset:disabled a.fb-share,
fieldset:disabled a.offer-action-btn,
fieldset:disabled a.btn-purchase,
fieldset:disabled a.btn-filter,
fieldset:disabled a.btn-order-open,
fieldset:disabled a.btn-order-bill,
fieldset:disabled a.btn-order-repeat,
fieldset:disabled a.btn-save,
fieldset:disabled a.btn-cancel {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00436d;
  border-color: #00436d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002b47;
  border-color: #00243a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #002b47;
  border-color: #00243a;
  box-shadow: 0 0 0 0.2rem rgba(38, 95, 131, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00436d;
  border-color: #00436d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00243a;
  border-color: #001c2d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 95, 131, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #27456b;
  border-color: #27456b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1d334f;
  border-color: #192d46;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #1d334f;
  border-color: #192d46;
  box-shadow: 0 0 0 0.2rem rgba(71, 97, 129, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #27456b;
  border-color: #27456b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #192d46;
  border-color: #16273c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 97, 129, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-secondary {
  color: #27456b;
  border-color: #27456b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #27456b;
  border-color: #27456b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 69, 107, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #27456b;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #27456b;
  border-color: #27456b;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 69, 107, 0.5);
}

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #00436d;
  text-decoration: none;
}
.btn-link:hover {
  color: #001421;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-open-filter, .btn-group-lg > .cookie-accept, .btn-group-lg > .btn-warehouse, .btn-group-lg > .btn-del-method, .btn-group-lg > .btn-pay-method, .btn-group-lg > .btn-comp-filter, .btn-group-lg > .btn-write-rev, .btn-group-lg > .offer-tablinks, .btn-group-lg > .btn-send-req, .btn-group-lg > .btn-credit-req, .btn-group-lg > .share, .btn-group-lg > .ok-share, .btn-group-lg > .twitter-share, .btn-group-lg > .fb-share, .btn-group-lg > .offer-action-btn, .btn-group-lg > .btn-purchase, .btn-group-lg > .btn-filter, .btn-group-lg > .btn-order-open, .btn-group-lg > .btn-order-bill, .btn-group-lg > .btn-order-repeat, .btn-group-lg > .btn-save, .btn-group-lg > .btn-cancel {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-open-filter, .btn-group-sm > .cookie-accept, .btn-group-sm > .btn-warehouse, .btn-group-sm > .btn-del-method, .btn-group-sm > .btn-pay-method, .btn-group-sm > .btn-comp-filter, .btn-group-sm > .btn-write-rev, .btn-group-sm > .offer-tablinks, .btn-group-sm > .btn-send-req, .btn-group-sm > .btn-credit-req, .btn-group-sm > .share, .btn-group-sm > .ok-share, .btn-group-sm > .twitter-share, .btn-group-sm > .fb-share, .btn-group-sm > .offer-action-btn, .btn-group-sm > .btn-purchase, .btn-group-sm > .btn-filter, .btn-group-sm > .btn-order-open, .btn-group-sm > .btn-order-bill, .btn-group-sm > .btn-order-repeat, .btn-group-sm > .btn-save, .btn-group-sm > .btn-cancel {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .btn-open-filter, .btn-group > .cookie-accept, .btn-group > .btn-warehouse, .btn-group > .btn-del-method, .btn-group > .btn-pay-method, .btn-group > .btn-comp-filter, .btn-group > .btn-write-rev, .btn-group > .offer-tablinks, .btn-group > .btn-send-req, .btn-group > .btn-credit-req, .btn-group > .share, .btn-group > .ok-share, .btn-group > .twitter-share, .btn-group > .fb-share, .btn-group > .offer-action-btn, .btn-group > .btn-purchase, .btn-group > .btn-filter, .btn-group > .btn-order-open, .btn-group > .btn-order-bill, .btn-group > .btn-order-repeat, .btn-group > .btn-save, .btn-group > .btn-cancel,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-open-filter,
.btn-group-vertical > .cookie-accept,
.btn-group-vertical > .btn-warehouse,
.btn-group-vertical > .btn-del-method,
.btn-group-vertical > .btn-pay-method,
.btn-group-vertical > .btn-comp-filter,
.btn-group-vertical > .btn-write-rev,
.btn-group-vertical > .offer-tablinks,
.btn-group-vertical > .btn-send-req,
.btn-group-vertical > .btn-credit-req,
.btn-group-vertical > .share,
.btn-group-vertical > .ok-share,
.btn-group-vertical > .twitter-share,
.btn-group-vertical > .fb-share,
.btn-group-vertical > .offer-action-btn,
.btn-group-vertical > .btn-purchase,
.btn-group-vertical > .btn-filter,
.btn-group-vertical > .btn-order-open,
.btn-group-vertical > .btn-order-bill,
.btn-group-vertical > .btn-order-repeat,
.btn-group-vertical > .btn-save,
.btn-group-vertical > .btn-cancel {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .btn-open-filter:hover, .btn-group > .cookie-accept:hover, .btn-group > .btn-warehouse:hover, .btn-group > .btn-del-method:hover, .btn-group > .btn-pay-method:hover, .btn-group > .btn-comp-filter:hover, .btn-group > .btn-write-rev:hover, .btn-group > .offer-tablinks:hover, .btn-group > .btn-send-req:hover, .btn-group > .btn-credit-req:hover, .btn-group > .share:hover, .btn-group > .ok-share:hover, .btn-group > .twitter-share:hover, .btn-group > .fb-share:hover, .btn-group > .offer-action-btn:hover, .btn-group > .btn-purchase:hover, .btn-group > .btn-filter:hover, .btn-group > .btn-order-open:hover, .btn-group > .btn-order-bill:hover, .btn-group > .btn-order-repeat:hover, .btn-group > .btn-save:hover, .btn-group > .btn-cancel:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-open-filter:hover,
.btn-group-vertical > .cookie-accept:hover,
.btn-group-vertical > .btn-warehouse:hover,
.btn-group-vertical > .btn-del-method:hover,
.btn-group-vertical > .btn-pay-method:hover,
.btn-group-vertical > .btn-comp-filter:hover,
.btn-group-vertical > .btn-write-rev:hover,
.btn-group-vertical > .offer-tablinks:hover,
.btn-group-vertical > .btn-send-req:hover,
.btn-group-vertical > .btn-credit-req:hover,
.btn-group-vertical > .share:hover,
.btn-group-vertical > .ok-share:hover,
.btn-group-vertical > .twitter-share:hover,
.btn-group-vertical > .fb-share:hover,
.btn-group-vertical > .offer-action-btn:hover,
.btn-group-vertical > .btn-purchase:hover,
.btn-group-vertical > .btn-filter:hover,
.btn-group-vertical > .btn-order-open:hover,
.btn-group-vertical > .btn-order-bill:hover,
.btn-group-vertical > .btn-order-repeat:hover,
.btn-group-vertical > .btn-save:hover,
.btn-group-vertical > .btn-cancel:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn-open-filter:focus, .btn-group > .cookie-accept:focus, .btn-group > .btn-warehouse:focus, .btn-group > .btn-del-method:focus, .btn-group > .btn-pay-method:focus, .btn-group > .btn-comp-filter:focus, .btn-group > .btn-write-rev:focus, .btn-group > .offer-tablinks:focus, .btn-group > .btn-send-req:focus, .btn-group > .btn-credit-req:focus, .btn-group > .share:focus, .btn-group > .ok-share:focus, .btn-group > .twitter-share:focus, .btn-group > .fb-share:focus, .btn-group > .offer-action-btn:focus, .btn-group > .btn-purchase:focus, .btn-group > .btn-filter:focus, .btn-group > .btn-order-open:focus, .btn-group > .btn-order-bill:focus, .btn-group > .btn-order-repeat:focus, .btn-group > .btn-save:focus, .btn-group > .btn-cancel:focus, .btn-group > .btn:active, .btn-group > .btn-open-filter:active, .btn-group > .cookie-accept:active, .btn-group > .btn-warehouse:active, .btn-group > .btn-del-method:active, .btn-group > .btn-pay-method:active, .btn-group > .btn-comp-filter:active, .btn-group > .btn-write-rev:active, .btn-group > .offer-tablinks:active, .btn-group > .btn-send-req:active, .btn-group > .btn-credit-req:active, .btn-group > .share:active, .btn-group > .ok-share:active, .btn-group > .twitter-share:active, .btn-group > .fb-share:active, .btn-group > .offer-action-btn:active, .btn-group > .btn-purchase:active, .btn-group > .btn-filter:active, .btn-group > .btn-order-open:active, .btn-group > .btn-order-bill:active, .btn-group > .btn-order-repeat:active, .btn-group > .btn-save:active, .btn-group > .btn-cancel:active, .btn-group > .btn.active, .btn-group > .active.btn-open-filter, .btn-group > .active.cookie-accept, .btn-group > .active.btn-warehouse, .btn-group > .active.btn-del-method, .btn-group > .active.btn-pay-method, .btn-group > .active.btn-comp-filter, .btn-group > .active.btn-write-rev, .btn-group > .active.offer-tablinks, .btn-group > .active.btn-send-req, .btn-group > .active.btn-credit-req, .btn-group > .active.share, .btn-group > .active.ok-share, .btn-group > .active.twitter-share, .btn-group > .active.fb-share, .btn-group > .active.offer-action-btn, .btn-group > .active.btn-purchase, .btn-group > .active.btn-filter, .btn-group > .active.btn-order-open, .btn-group > .active.btn-order-bill, .btn-group > .active.btn-order-repeat, .btn-group > .active.btn-save, .btn-group > .active.btn-cancel,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-open-filter:focus,
.btn-group-vertical > .cookie-accept:focus,
.btn-group-vertical > .btn-warehouse:focus,
.btn-group-vertical > .btn-del-method:focus,
.btn-group-vertical > .btn-pay-method:focus,
.btn-group-vertical > .btn-comp-filter:focus,
.btn-group-vertical > .btn-write-rev:focus,
.btn-group-vertical > .offer-tablinks:focus,
.btn-group-vertical > .btn-send-req:focus,
.btn-group-vertical > .btn-credit-req:focus,
.btn-group-vertical > .share:focus,
.btn-group-vertical > .ok-share:focus,
.btn-group-vertical > .twitter-share:focus,
.btn-group-vertical > .fb-share:focus,
.btn-group-vertical > .offer-action-btn:focus,
.btn-group-vertical > .btn-purchase:focus,
.btn-group-vertical > .btn-filter:focus,
.btn-group-vertical > .btn-order-open:focus,
.btn-group-vertical > .btn-order-bill:focus,
.btn-group-vertical > .btn-order-repeat:focus,
.btn-group-vertical > .btn-save:focus,
.btn-group-vertical > .btn-cancel:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-open-filter:active,
.btn-group-vertical > .cookie-accept:active,
.btn-group-vertical > .btn-warehouse:active,
.btn-group-vertical > .btn-del-method:active,
.btn-group-vertical > .btn-pay-method:active,
.btn-group-vertical > .btn-comp-filter:active,
.btn-group-vertical > .btn-write-rev:active,
.btn-group-vertical > .offer-tablinks:active,
.btn-group-vertical > .btn-send-req:active,
.btn-group-vertical > .btn-credit-req:active,
.btn-group-vertical > .share:active,
.btn-group-vertical > .ok-share:active,
.btn-group-vertical > .twitter-share:active,
.btn-group-vertical > .fb-share:active,
.btn-group-vertical > .offer-action-btn:active,
.btn-group-vertical > .btn-purchase:active,
.btn-group-vertical > .btn-filter:active,
.btn-group-vertical > .btn-order-open:active,
.btn-group-vertical > .btn-order-bill:active,
.btn-group-vertical > .btn-order-repeat:active,
.btn-group-vertical > .btn-save:active,
.btn-group-vertical > .btn-cancel:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-open-filter,
.btn-group-vertical > .active.cookie-accept,
.btn-group-vertical > .active.btn-warehouse,
.btn-group-vertical > .active.btn-del-method,
.btn-group-vertical > .active.btn-pay-method,
.btn-group-vertical > .active.btn-comp-filter,
.btn-group-vertical > .active.btn-write-rev,
.btn-group-vertical > .active.offer-tablinks,
.btn-group-vertical > .active.btn-send-req,
.btn-group-vertical > .active.btn-credit-req,
.btn-group-vertical > .active.share,
.btn-group-vertical > .active.ok-share,
.btn-group-vertical > .active.twitter-share,
.btn-group-vertical > .active.fb-share,
.btn-group-vertical > .active.offer-action-btn,
.btn-group-vertical > .active.btn-purchase,
.btn-group-vertical > .active.btn-filter,
.btn-group-vertical > .active.btn-order-open,
.btn-group-vertical > .active.btn-order-bill,
.btn-group-vertical > .active.btn-order-repeat,
.btn-group-vertical > .active.btn-save,
.btn-group-vertical > .active.btn-cancel {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-open-filter:not(:first-child), .btn-group > .cookie-accept:not(:first-child), .btn-group > .btn-warehouse:not(:first-child), .btn-group > .btn-del-method:not(:first-child), .btn-group > .btn-pay-method:not(:first-child), .btn-group > .btn-comp-filter:not(:first-child), .btn-group > .btn-write-rev:not(:first-child), .btn-group > .offer-tablinks:not(:first-child), .btn-group > .btn-send-req:not(:first-child), .btn-group > .btn-credit-req:not(:first-child), .btn-group > .share:not(:first-child), .btn-group > .ok-share:not(:first-child), .btn-group > .twitter-share:not(:first-child), .btn-group > .fb-share:not(:first-child), .btn-group > .offer-action-btn:not(:first-child), .btn-group > .btn-purchase:not(:first-child), .btn-group > .btn-filter:not(:first-child), .btn-group > .btn-order-open:not(:first-child), .btn-group > .btn-order-bill:not(:first-child), .btn-group > .btn-order-repeat:not(:first-child), .btn-group > .btn-save:not(:first-child), .btn-group > .btn-cancel:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-open-filter + .dropdown-toggle-split, .btn-group-sm > .cookie-accept + .dropdown-toggle-split, .btn-group-sm > .btn-warehouse + .dropdown-toggle-split, .btn-group-sm > .btn-del-method + .dropdown-toggle-split, .btn-group-sm > .btn-pay-method + .dropdown-toggle-split, .btn-group-sm > .btn-comp-filter + .dropdown-toggle-split, .btn-group-sm > .btn-write-rev + .dropdown-toggle-split, .btn-group-sm > .offer-tablinks + .dropdown-toggle-split, .btn-group-sm > .btn-send-req + .dropdown-toggle-split, .btn-group-sm > .btn-credit-req + .dropdown-toggle-split, .btn-group-sm > .share + .dropdown-toggle-split, .btn-group-sm > .ok-share + .dropdown-toggle-split, .btn-group-sm > .twitter-share + .dropdown-toggle-split, .btn-group-sm > .fb-share + .dropdown-toggle-split, .btn-group-sm > .offer-action-btn + .dropdown-toggle-split, .btn-group-sm > .btn-purchase + .dropdown-toggle-split, .btn-group-sm > .btn-filter + .dropdown-toggle-split, .btn-group-sm > .btn-order-open + .dropdown-toggle-split, .btn-group-sm > .btn-order-bill + .dropdown-toggle-split, .btn-group-sm > .btn-order-repeat + .dropdown-toggle-split, .btn-group-sm > .btn-save + .dropdown-toggle-split, .btn-group-sm > .btn-cancel + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-open-filter + .dropdown-toggle-split, .btn-group-lg > .cookie-accept + .dropdown-toggle-split, .btn-group-lg > .btn-warehouse + .dropdown-toggle-split, .btn-group-lg > .btn-del-method + .dropdown-toggle-split, .btn-group-lg > .btn-pay-method + .dropdown-toggle-split, .btn-group-lg > .btn-comp-filter + .dropdown-toggle-split, .btn-group-lg > .btn-write-rev + .dropdown-toggle-split, .btn-group-lg > .offer-tablinks + .dropdown-toggle-split, .btn-group-lg > .btn-send-req + .dropdown-toggle-split, .btn-group-lg > .btn-credit-req + .dropdown-toggle-split, .btn-group-lg > .share + .dropdown-toggle-split, .btn-group-lg > .ok-share + .dropdown-toggle-split, .btn-group-lg > .twitter-share + .dropdown-toggle-split, .btn-group-lg > .fb-share + .dropdown-toggle-split, .btn-group-lg > .offer-action-btn + .dropdown-toggle-split, .btn-group-lg > .btn-purchase + .dropdown-toggle-split, .btn-group-lg > .btn-filter + .dropdown-toggle-split, .btn-group-lg > .btn-order-open + .dropdown-toggle-split, .btn-group-lg > .btn-order-bill + .dropdown-toggle-split, .btn-group-lg > .btn-order-repeat + .dropdown-toggle-split, .btn-group-lg > .btn-save + .dropdown-toggle-split, .btn-group-lg > .btn-cancel + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-open-filter, .btn-group-vertical > .cookie-accept, .btn-group-vertical > .btn-warehouse, .btn-group-vertical > .btn-del-method, .btn-group-vertical > .btn-pay-method, .btn-group-vertical > .btn-comp-filter, .btn-group-vertical > .btn-write-rev, .btn-group-vertical > .offer-tablinks, .btn-group-vertical > .btn-send-req, .btn-group-vertical > .btn-credit-req, .btn-group-vertical > .share, .btn-group-vertical > .ok-share, .btn-group-vertical > .twitter-share, .btn-group-vertical > .fb-share, .btn-group-vertical > .offer-action-btn, .btn-group-vertical > .btn-purchase, .btn-group-vertical > .btn-filter, .btn-group-vertical > .btn-order-open, .btn-group-vertical > .btn-order-bill, .btn-group-vertical > .btn-order-repeat, .btn-group-vertical > .btn-save, .btn-group-vertical > .btn-cancel,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-open-filter:not(:first-child), .btn-group-vertical > .cookie-accept:not(:first-child), .btn-group-vertical > .btn-warehouse:not(:first-child), .btn-group-vertical > .btn-del-method:not(:first-child), .btn-group-vertical > .btn-pay-method:not(:first-child), .btn-group-vertical > .btn-comp-filter:not(:first-child), .btn-group-vertical > .btn-write-rev:not(:first-child), .btn-group-vertical > .offer-tablinks:not(:first-child), .btn-group-vertical > .btn-send-req:not(:first-child), .btn-group-vertical > .btn-credit-req:not(:first-child), .btn-group-vertical > .share:not(:first-child), .btn-group-vertical > .ok-share:not(:first-child), .btn-group-vertical > .twitter-share:not(:first-child), .btn-group-vertical > .fb-share:not(:first-child), .btn-group-vertical > .offer-action-btn:not(:first-child), .btn-group-vertical > .btn-purchase:not(:first-child), .btn-group-vertical > .btn-filter:not(:first-child), .btn-group-vertical > .btn-order-open:not(:first-child), .btn-group-vertical > .btn-order-bill:not(:first-child), .btn-group-vertical > .btn-order-repeat:not(:first-child), .btn-group-vertical > .btn-save:not(:first-child), .btn-group-vertical > .btn-cancel:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-open-filter, .btn-group-toggle > .cookie-accept, .btn-group-toggle > .btn-warehouse, .btn-group-toggle > .btn-del-method, .btn-group-toggle > .btn-pay-method, .btn-group-toggle > .btn-comp-filter, .btn-group-toggle > .btn-write-rev, .btn-group-toggle > .offer-tablinks, .btn-group-toggle > .btn-send-req, .btn-group-toggle > .btn-credit-req, .btn-group-toggle > .share, .btn-group-toggle > .ok-share, .btn-group-toggle > .twitter-share, .btn-group-toggle > .fb-share, .btn-group-toggle > .offer-action-btn, .btn-group-toggle > .btn-purchase, .btn-group-toggle > .btn-filter, .btn-group-toggle > .btn-order-open, .btn-group-toggle > .btn-order-bill, .btn-group-toggle > .btn-order-repeat, .btn-group-toggle > .btn-save, .btn-group-toggle > .btn-cancel,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-open-filter,
.btn-group-toggle > .btn-group > .cookie-accept,
.btn-group-toggle > .btn-group > .btn-warehouse,
.btn-group-toggle > .btn-group > .btn-del-method,
.btn-group-toggle > .btn-group > .btn-pay-method,
.btn-group-toggle > .btn-group > .btn-comp-filter,
.btn-group-toggle > .btn-group > .btn-write-rev,
.btn-group-toggle > .btn-group > .offer-tablinks,
.btn-group-toggle > .btn-group > .btn-send-req,
.btn-group-toggle > .btn-group > .btn-credit-req,
.btn-group-toggle > .btn-group > .share,
.btn-group-toggle > .btn-group > .ok-share,
.btn-group-toggle > .btn-group > .twitter-share,
.btn-group-toggle > .btn-group > .fb-share,
.btn-group-toggle > .btn-group > .offer-action-btn,
.btn-group-toggle > .btn-group > .btn-purchase,
.btn-group-toggle > .btn-group > .btn-filter,
.btn-group-toggle > .btn-group > .btn-order-open,
.btn-group-toggle > .btn-group > .btn-order-bill,
.btn-group-toggle > .btn-group > .btn-order-repeat,
.btn-group-toggle > .btn-group > .btn-save,
.btn-group-toggle > .btn-group > .btn-cancel {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-open-filter input[type=radio], .btn-group-toggle > .cookie-accept input[type=radio], .btn-group-toggle > .btn-warehouse input[type=radio], .btn-group-toggle > .btn-del-method input[type=radio], .btn-group-toggle > .btn-pay-method input[type=radio], .btn-group-toggle > .btn-comp-filter input[type=radio], .btn-group-toggle > .btn-write-rev input[type=radio], .btn-group-toggle > .offer-tablinks input[type=radio], .btn-group-toggle > .btn-send-req input[type=radio], .btn-group-toggle > .btn-credit-req input[type=radio], .btn-group-toggle > .share input[type=radio], .btn-group-toggle > .ok-share input[type=radio], .btn-group-toggle > .twitter-share input[type=radio], .btn-group-toggle > .fb-share input[type=radio], .btn-group-toggle > .offer-action-btn input[type=radio], .btn-group-toggle > .btn-purchase input[type=radio], .btn-group-toggle > .btn-filter input[type=radio], .btn-group-toggle > .btn-order-open input[type=radio], .btn-group-toggle > .btn-order-bill input[type=radio], .btn-group-toggle > .btn-order-repeat input[type=radio], .btn-group-toggle > .btn-save input[type=radio], .btn-group-toggle > .btn-cancel input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-open-filter input[type=checkbox],
.btn-group-toggle > .cookie-accept input[type=checkbox],
.btn-group-toggle > .btn-warehouse input[type=checkbox],
.btn-group-toggle > .btn-del-method input[type=checkbox],
.btn-group-toggle > .btn-pay-method input[type=checkbox],
.btn-group-toggle > .btn-comp-filter input[type=checkbox],
.btn-group-toggle > .btn-write-rev input[type=checkbox],
.btn-group-toggle > .offer-tablinks input[type=checkbox],
.btn-group-toggle > .btn-send-req input[type=checkbox],
.btn-group-toggle > .btn-credit-req input[type=checkbox],
.btn-group-toggle > .share input[type=checkbox],
.btn-group-toggle > .ok-share input[type=checkbox],
.btn-group-toggle > .twitter-share input[type=checkbox],
.btn-group-toggle > .fb-share input[type=checkbox],
.btn-group-toggle > .offer-action-btn input[type=checkbox],
.btn-group-toggle > .btn-purchase input[type=checkbox],
.btn-group-toggle > .btn-filter input[type=checkbox],
.btn-group-toggle > .btn-order-open input[type=checkbox],
.btn-group-toggle > .btn-order-bill input[type=checkbox],
.btn-group-toggle > .btn-order-repeat input[type=checkbox],
.btn-group-toggle > .btn-save input[type=checkbox],
.btn-group-toggle > .btn-cancel input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.badge:empty {
  display: none;
}

.btn .badge, .btn-open-filter .badge, .cookie-accept .badge, .btn-warehouse .badge, .btn-del-method .badge, .btn-pay-method .badge, .btn-comp-filter .badge, .btn-write-rev .badge, .offer-tablinks .badge, .btn-send-req .badge, .btn-credit-req .badge, .share .badge, .ok-share .badge, .twitter-share .badge, .fb-share .badge, .offer-action-btn .badge, .btn-purchase .badge, .btn-filter .badge, .btn-order-open .badge, .btn-order-bill .badge, .btn-order-repeat .badge, .btn-save .badge, .btn-cancel .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #00436d;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #00243a;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 109, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #27456b;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #192d46;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 69, 107, 0.5);
}

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.btn-right {
  display: flex;
  float: right;
}

.btn-left {
  display: flex;
  float: left;
}

.btn-right-desk {
  display: flex;
  float: right;
}
@media screen and (max-width: 767px) {
  .btn-right-desk {
    margin: 0 auto;
    float: none;
  }
}

.btn-left-desk {
  display: flex;
  float: left;
}
@media screen and (max-width: 767px) {
  .btn-left-desk {
    margin: 0 auto;
    float: none;
  }
}

.btn-center, .btn-write-rev, .btn-send-req, .btn-credit-req {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.align-center {
  display: flex;
  margin: 0 auto;
  text-align: center;
  max-width: inherit;
}

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

.align-flex-center {
  display: flex;
  margin: 0 auto;
  align-self: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

body {
  color: #00436d;
}

body *, button, input, textarea, label, a, :focus, :active, :focus-within, :hover, :visited {
  outline: none !important;
  box-shadow: none;
  transition: all linear 0.3s;
}

a:focus {
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #00436d;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat";
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

p, li, ul, span {
  font-size: 1.0625rem;
  color: #27456b;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  p, li, ul, span {
    font-size: 0.8rem;
  }
}

a:hover {
  text-decoration: none;
  color: #ff8b11;
  outline: none;
}

input[type=checkbox] {
  opacity: 0;
  display: none;
}

label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #00436d;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
}

.form-check-label {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 25px;
}
@media screen and (max-width: 540px) {
  .form-check-label {
    font-size: 0.8rem;
  }
}
.form-check-label a {
  text-decoration: underline;
  transition: 0.3s;
  color: #27456b;
}
.form-check-label a:hover {
  color: #ff8b11;
}

input[type=checkbox] + label {
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
input[type=checkbox] + label:before {
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: center;
  position: absolute;
  top: 0;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #00436d;
  content: "";
  text-align: center;
}

input[type=checkbox]:checked + label:after {
  content: "";
  height: 7px;
  width: 11px;
  position: absolute;
  border-bottom: 2px solid #00436d;
  border-left: 2px solid #00436d;
  top: 5px;
  left: 4px;
  animation: checkbox-check 125ms 150ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  opacity: 0;
}

input[type=checkbox]:focus + label::before {
  outline: #3b99fc auto 5px;
}

input, select {
  outline: none;
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(-35deg);
    opacity: 0.1;
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(-45deg);
    opacity: 0.3;
  }
  100% {
    height: 7px;
    width: 11px;
    transform: translate3d(0, 0, 0) rotate(-45deg);
    opacity: 1;
    background: none;
  }
}
@media screen and (max-width: 1199px) {
  header ::-moz-placeholder, footer ::-moz-placeholder, main ::-moz-placeholder, body ::-moz-placeholder {
    font-size: 0.8rem !important;
  }
  header select, header button, header button a, header input, header label, header ::placeholder, footer select, footer button, footer button a, footer input, footer label, footer ::placeholder, main select, main button, main button a, main input, main label, main ::placeholder, body select, body button, body button a, body input, body label, body ::placeholder {
    font-size: 0.8rem !important;
  }

  #delivery-state {
    padding-left: 20px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 1.125rem;
  list-style: none;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item a {
  color: #a4a4a4;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #a4a4a4;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
  background: #fff;
}
header .cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  header #mobile-nav {
    display: none;
  }
}
header .modal_overlay {
  width: 100vw;
  height: 120vh;
  z-index: -1;
}
header .modal_overlay::after {
  content: "×";
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: 0;
  right: 4%;
  cursor: pointer;
}
header .mobilebg {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  z-index: 1000;
}
header .mobilebg .mobilehead {
  width: 85vw;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100vh;
  scrollbar-width: none;
  background: #fff;
  height: -moz-max-content;
  height: max-content;
  min-height: 100%;
  position: absolute;
  left: 0;
}
header .mobilebg .mobilehead .lang-btn {
  margin-bottom: 20px;
}
header .mobilebg .mobilehead::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
header .mobilebg .mobilehead p {
  font-weight: 600;
  font-size: 1.225rem;
}
header .mobilebg .mobilehead .cta-phone {
  font-weight: 600;
  font-size: 1rem;
}
header .mobilebg .mobilehead .icon-user, header .mobilebg .mobilehead .icon-menu {
  width: 32px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 410px) {
  header .mobilebg .mobilehead .icon-user, header .mobilebg .mobilehead .icon-menu {
    margin-right: 15px !important;
  }
}
header .mobilebg .mobilehead .phone-block {
  display: inline-flex;
  align-items: center;
}
header .mobilebg .mobilehead .phone-block .custom-select select {
  display: block;
}
header .mobilebg .mobilehead .phone-block .slide-block {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
}
header .mobilebg .mobilehead .phone-block .slarrow {
  position: absolute;
  left: calc(100% + 14px);
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  z-index: 1;
}
header .mobilebg .mobilehead .phone-block .slarrow.active {
  transform: rotate(-90deg);
}
header .mobilebg .mobilehead .phone-block .slarrow::after {
  content: url("../img/icons/arrowselect.svg");
  height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  cursor: pointer;
}
header .mobilebg .mobilehead .menubtn {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
}
header .mobilebg .mobilehead .menubtn::after {
  content: url("../img/icons/arrowselect.svg");
  right: 20px;
  width: 8px;
  transition: 0.2s;
  transform: rotate(90deg);
  margin-left: 20px;
  cursor: pointer;
}
header .mobilebg .mobilehead .menubtn.active::after {
  transform: rotate3d(1, 0, 0, -180deg);
  transform-origin: center;
}
header .mobilebg .mobilehead .tel-icons {
  display: flex;
  justify-content: flex-end;
}
header .mobilebg .mobilehead .tel-icons svg {
  width: 39px;
  margin-left: 0;
}
header .mobilebg .mobilehead .user-buttons .mob-mid {
  display: grid;
  grid-gap: 20px;
}
header .mobilebg .mobilehead .user-buttons .mob-mid a {
  align-items: center;
  display: flex;
}
header .mobilebg .mobilehead .user-buttons .mob-mid a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60vw;
}
header .mobilebg .mobilehead .user-buttons .mob-mid a, header .mobilebg .mobilehead .user-buttons .mob-btm a {
  align-items: center;
  display: flex;
}
header .mobilebg .mobilehead .user-buttons .mob-mid a p, header .mobilebg .mobilehead .user-buttons .mob-btm a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60vw;
}
header .mobilebg .mobilehead .user-buttons .mob-btm {
  border-top: 1px solid #a4a4a4;
}
header .mobilebg .mobilehead .lang-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mobilebg .mobilehead .lang-btn .lang {
  background: #fff;
  border: 3px solid #00436d;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 600;
  height: 45px;
  width: 45px;
  align-items: center;
  display: inherit;
  justify-content: center;
}
header .mobilebg .mobilehead .lang-btn .lang.active, header .mobilebg .mobilehead .lang-btn .lang:hover {
  background: #00436d;
  color: #fff;
}
header .mobilebg .mobilehead .mobile-menu {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(164, 164, 164, 0.5);
  padding-top: 0px;
}
header .mobilebg .mobilehead .mobile-menu #dropmenu {
  position: relative;
  top: 0px !important;
  padding-bottom: 0px;
  padding-left: 58px;
  width: 100%;
}
@media screen and (max-width: 410px) {
  header .mobilebg .mobilehead .mobile-menu #dropmenu {
    padding-left: 40px;
  }
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu .icon-menu {
  max-width: 32px;
  width: 32px;
  margin-right: 32px;
  max-height: 30px;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav a {
  padding-left: 0px;
  font-size: 1rem;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu li.menu-item > a::after {
  content: url("../img/icons/arrowselect.svg");
  top: 8px;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu li.menu-item > a.active::after {
  transform: rotate(90deg);
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu li.menu-item > a:only-child::after {
  content: "";
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav ul {
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav ul li {
  width: inherit;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav ul ul ul li {
  position: relative;
  padding-left: 20px;
  left: 0px;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav ul ul {
  position: relative;
  top: 68px;
  padding-bottom: 0px;
}
header .mobilebg .mobilehead .mobile-menu #dropdown-menu nav ul ul li {
  min-width: 0px;
  border: none;
  width: 100%;
}
header .headrow {
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: inherit;
  position: relative;
}
header .headrow button {
  display: inline-flex;
}
header .headrow button span {
  display: inherit;
  align-self: center;
  font-size: 22px;
  font-weight: 500;
}
header .headrow #logo_tehnoms {
  width: 100%;
  min-width: 140px;
}
header .headrow .searchblock .searchform {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}
header .headrow .searchblock #searchbar {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-indent: 10px;
  color: #00436d;
  font-weight: 500;
  font-size: 1rem;
}
header .headrow .searchblock #searchbar::-moz-placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
}
header .headrow .searchblock #searchbar::placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
}
header .headrow .user-buttons {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 25px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .headrow .user-buttons {
    grid-gap: 0;
  }
}
header .headrow .phone-block {
  display: inherit;
}
header .headrow .phone-block .cta-phone a {
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  header .headrow .phone-block .cta-phone {
    font-size: 0.79rem;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-left: 10px;
  }
}
header .headrow .phone-block .cta-phone:hover a {
  color: #ff8b11;
}
header .headrow .lang-btn a.active {
  color: #00436d;
}
header .headrow .lang-btn a {
  font-weight: 600;
  letter-spacing: 0px;
  color: #a4a4a4;
  transition: 0.3s;
  font-size: 1.0625rem;
}
header .headrow .lang-btn a:hover {
  color: #ff8b11;
}
@media screen and (max-width: 1199px) {
  header .headrow {
    display: grid;
    grid-template-columns: auto 1fr repeat(3, auto);
  }
  header .headrow div:nth-child(2) {
    justify-content: center;
    display: flex;
  }
  header .headrow a.menubtn {
    display: none !important;
  }
  header .headrow .phone-block {
    display: none;
  }
  header .headrow .lang-btn, header .headrow .user-buttons > * {
    display: none;
  }
  header .headrow #add-to-cart {
    display: block;
  }
  header .headrow .searchform {
    justify-content: flex-end;
  }
  header .headrow .searchform .icon-search {
    stroke: #00436d;
    stroke-width: 3px;
    z-index: 10;
  }
}
@media screen and (min-width: 1199px) {
  header .headrow #searchbar {
    display: flex !important;
  }
}

.menu-search {
  display: none;
  position: absolute;
  margin-left: 180px;
  width: calc(100% - 360px);
  margin-right: 180px;
  width: calc(100% - 440px);
}
.menu-search .search-box {
  display: inline-flex;
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  max-height: 80vh;
}
.menu-search #search-menu {
  background: #fff;
  position: relative;
  display: inherit;
  border-right: 1px solid rgba(152, 152, 152, 0.8);
  overflow-y: auto;
  scrollbar-width: none;
}
.menu-search #search-menu::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.menu-search #search-menu ul {
  display: inline-flex;
  flex-flow: column;
  line-height: 40px;
}
.menu-search #search-menu ul li {
  display: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(152, 152, 152, 0.8);
}
.menu-search #search-menu ul li:last-of-type {
  border: none;
}
.menu-search #search-menu ul .match-found {
  display: inherit;
  padding-left: 25px;
}
@media screen and (max-width: 1379px) {
  .menu-search #search-menu ul .match-found {
    padding-left: 10px;
  }
}
.menu-search #search-menu ul .match-found:hover a, .menu-search #search-menu ul .match-found:hover span {
  color: #ff8b11;
  cursor: pointer;
}
.menu-search #search-menu ul .match-found a {
  transition: 0.3s;
  width: 100%;
  padding-right: 10px;
  max-width: 315px;
}
.menu-search #search-menu ul .match-found span {
  transition: 0.3s;
  float: right;
  margin-right: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1379px) {
  .menu-search #search-menu ul .match-found span {
    margin-right: 10px;
  }
}
.menu-search #search-results {
  position: relative;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
}
.menu-search #search-results::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.menu-search #search-results a:last-of-type {
  border: none;
}
.menu-search #search-results .result-item, .menu-search #search-results .order-product-list .orderlist, .order-product-list .menu-search #search-results .orderlist {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(152, 152, 152, 0.8);
  height: -moz-max-content;
  height: max-content;
  transition: 0.3s;
}
.menu-search #search-results .result-item:hover, .menu-search #search-results .order-product-list .orderlist:hover, .order-product-list .menu-search #search-results .orderlist:hover {
  background: #f6f6f6;
}
.menu-search #search-results .result-item .result-info, .menu-search #search-results .order-product-list .orderlist .result-info, .order-product-list .menu-search #search-results .orderlist .result-info {
  width: 360px;
}
.menu-search #search-results .result-item .result-info margin, .menu-search #search-results .order-product-list .orderlist .result-info margin, .order-product-list .menu-search #search-results .orderlist .result-info margin {
  left: 10px;
  right: 10px;
}
.menu-search #search-results .result-item .result-info .offer-title, .menu-search #search-results .order-product-list .orderlist .result-info .offer-title, .order-product-list .menu-search #search-results .orderlist .result-info .offer-title {
  font-size: 1.125rem;
  padding: 0;
}
.menu-search #search-results .result-item .result-info li, .menu-search #search-results .order-product-list .orderlist .result-info li, .order-product-list .menu-search #search-results .orderlist .result-info li {
  font-size: 0.75rem;
  color: #505050;
  font-weight: 400;
}
.menu-search #search-results .result-item .result-price, .menu-search #search-results .order-product-list .orderlist .result-price, .order-product-list .menu-search #search-results .orderlist .result-price {
  text-align: right;
  padding-right: 1.25rem;
}
.menu-search #search-results .result-item .result-price .offer-new-price, .menu-search #search-results .order-product-list .orderlist .result-price .offer-new-price, .order-product-list .menu-search #search-results .orderlist .result-price .offer-new-price, .menu-search #search-results .result-item .result-price .offer-new-price span, .menu-search #search-results .order-product-list .orderlist .result-price .offer-new-price span, .order-product-list .menu-search #search-results .orderlist .result-price .offer-new-price span, .offer-new-price .menu-search #search-results .result-item .result-price span, .offer-new-price .menu-search #search-results .order-product-list .orderlist .result-price span, .order-product-list .offer-new-price .menu-search #search-results .orderlist .result-price span {
  font-size: 1.25rem;
  font-weight: 600;
}
.menu-search #search-results .result-item .result-price .offer-old-price, .menu-search #search-results .order-product-list .orderlist .result-price .offer-old-price, .order-product-list .menu-search #search-results .orderlist .result-price .offer-old-price {
  font-size: 0.875rem;
  font-weight: 500;
}
.menu-search #search-results .result-item .offer-thumbnail, .menu-search #search-results .order-product-list .orderlist .offer-thumbnail, .order-product-list .menu-search #search-results .orderlist .offer-thumbnail {
  padding: 10px;
}
.menu-search #search-results .result-item .offer-thumbnail img, .menu-search #search-results .order-product-list .orderlist .offer-thumbnail img, .order-product-list .menu-search #search-results .orderlist .offer-thumbnail img {
  width: 100px;
  padding: 10px;
}
.menu-search #search-results .result-item:last-of-type, .menu-search #search-results .order-product-list .orderlist:last-of-type, .order-product-list .menu-search #search-results .orderlist:last-of-type {
  border-bottom-color: transparent !important;
}
@media screen and (max-width: 1379px) {
  .menu-search .menu-search {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 1199px) {
  .menu-search {
    margin-left: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .menu-search #mobile-nav {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .menu-search .search-box {
    width: 100%;
    max-height: -moz-max-content;
    max-height: max-content;
    flex-flow: column-reverse;
    background: #fff;
    justify-content: flex-end;
  }
  .menu-search .search-box #search-results {
    width: 100%;
  }
  .menu-search .search-box #search-menu {
    border-right: none;
    width: 100%;
  }
  .menu-search .search-box #search-menu ul {
    height: auto;
    width: inherit;
    scrollbar-width: none;
  }
  .menu-search .search-box #search-menu ul::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .menu-search .search-box #search-menu ul .match-found a {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .menu-search .result-info li {
    display: none;
  }
  .menu-search .result-info .offer-title {
    font-size: 0.8rem;
  }
  .menu-search .search-box .result-item .result-price, .menu-search .search-box .order-product-list .orderlist .result-price, .order-product-list .menu-search .search-box .orderlist .result-price {
    padding-right: 0;
  }
  .menu-search .search-box #search-menu .match-found {
    padding-left: 10px;
  }
  .menu-search .search-box #search-menu .match-found a {
    padding-right: 0;
  }
  .menu-search .search-box #search-menu .match-found span {
    margin-right: 0;
    padding-right: 10px;
  }
  .menu-search .search-box #search-menu .match-found a, .menu-search .search-box #search-menu .match-found span {
    line-height: 20px;
    font-size: 0.8rem;
  }
}

.show {
  display: inherit !important;
  transition: opacity 1s ease-in-out;
  transition-duration: 0.8s;
}

.hidden {
  display: none !important;
}

#sb-search {
  /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  /* Header Style */
  /* Main Content */
  /* To Navigation Style */
}
#sb-search *, #sb-search *:after, #sb-search *:before {
  box-sizing: border-box;
}
#sb-search body, #sb-search html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
#sb-search .clearfix:before, #sb-search .clearfix:after {
  content: " ";
  display: table;
}
#sb-search .clearfix:after {
  clear: both;
}
#sb-search .main,
#sb-search .container > header {
  margin: 0 auto;
  padding: 2em;
}
#sb-search .container > header {
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
}
#sb-search .container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}
#sb-search .container > header span {
  display: block;
  font-size: 60%;
  padding: 0 0 0.6em 0.1em;
}
#sb-search .main {
  max-width: 69em;
}
#sb-search .column {
  float: left;
  width: 50%;
  padding: 0 2em;
  min-height: 300px;
  position: relative;
}
#sb-search .column:nth-child(2) {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}
#sb-search .column p {
  font-weight: 300;
  font-size: 2em;
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}
#sb-search .column a {
  border: 3px solid #b4c7da;
  padding: 0 15px;
  display: inline-block;
  margin: 20px 0;
}
#sb-search .column a:hover {
  border-color: #fff;
}
#sb-search .codrops-top {
  background: #566472;
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  width: 100%;
  font-size: 0.69em;
  line-height: 2.2;
}
#sb-search .codrops-top a {
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
}
#sb-search .codrops-top a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #2c3e50;
}
#sb-search .codrops-top span.right {
  float: right;
}
#sb-search .codrops-top span.right a {
  float: left;
  display: block;
}
#sb-search .codrops-icon:before {
  font-family: "codropsicons";
  margin: 0 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#sb-search .codrops-icon-drop:before {
  content: "\e001";
}
#sb-search .codrops-icon-prev:before {
  content: "\e004";
}
@media screen and (max-width: 46.0625em) {
  #sb-search .column {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 1em;
  }
  #sb-search .column p {
    text-align: left;
    font-size: 1.5em;
  }
  #sb-search .column:nth-child(2) {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 25em) {
  #sb-search .codrops-icon span {
    display: none;
  }
}

.sb-search {
  position: relative;
  margin-left: 15px;
  width: 0%;
  min-width: 35px;
  height: 42px;
  float: right;
  overflow: hidden;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
}

.sb-icon-search,
.sb-search-submit {
  width: 45px;
  height: 41px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .sb-search {
    width: 100% !important;
  }

  .no-js .sb-search, .sb-search .searchform #searchbar,
.no-js .sb-search, .sb-search.sb-search-open .searchform #searchbar {
    border-color: #a5a5a5 !important;
  }
}
@media screen and (max-width: 1199px) {
  .no-js .sb-search, .sb-search .searchform #searchbar {
    border-color: transparent;
  }

  .no-js .sb-search, .sb-search.sb-search-open .searchform #searchbar {
    border-color: #a5a5a5;
  }

  .sb-search.sb-search-open .searchform #searchbar {
    position: absolute;
    z-index: 1;
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sb-search-open {
    position: absolute;
    margin-left: 0px !important;
  }
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

@media screen and (max-width: 540px) {
  header .result-price {
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
    padding-right: 10px;
  }
  header .result-info .offer-title {
    font-size: 0.8rem !important;
    margin-top: 0 !important;
  }
  header .result-price .offer-old-price {
    font-size: 0 !important;
  }
  header .result-price .offer-old-price s, header .result-price .offer-old-price span {
    font-size: 0.675rem !important;
  }
  header #searchbar::-moz-placeholder {
    font-size: 0.75rem !important;
  }
  header .result-price .offer-new-price, header .result-price .offer-new-price span, .offer-new-price header .result-price span, header #searchbar::placeholder {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 380px) {
  header .mobilebg #allcat, header .mobilebg .mobilehead p, header .mobilebg #dropdown-menu nav a {
    font-size: 1rem !important;
  }
  header .mobilebg .mobilehead .icon-menu, header .mobilebg .mobilehead .icon-user, header .mobilebg .mobilehead .tel-icons svg {
    width: 20px !important;
  }
}
footer {
  background: #00436d;
}
footer ul, footer li, footer a, footer span, footer .copyright {
  color: #fff;
  font-weight: 400;
}
footer ul {
  display: grid;
  padding: 0;
}
footer .footer-block {
  align-items: baseline;
}
footer .footer-block a {
  transition: 0.3s;
}
footer .footer-block a:hover {
  color: #ff8b11;
}
footer .footer-block #contact-info {
  text-align: left;
}
footer .footer-block #contact-info .social-links {
  justify-content: flex-end;
}
footer .footer-block #contact-info .social-links a {
  margin-left: 15px;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-block #contact-info li {
    font-size: 0.8rem;
  }
  footer .footer-block #contact-info .social-links {
    justify-content: flex-start;
  }
  footer .footer-block #contact-info .social-links a {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-block #contact-info {
    text-align: right;
  }
}
footer ul li, footer .copyright {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
footer .ft-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 25px;
}
footer .telephone {
  font-weight: 600;
}
footer .cookie-banner {
  display: none;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 400;
  position: fixed;
  z-index: 2000;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.23));
}
footer .cookie-banner a {
  color: #00436d;
  font-weight: 600;
  text-decoration: underline !important;
}
footer .cookie-banner p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
  }
  footer .ft-title {
    font-size: 1rem;
  }
  footer ul li, footer .copyright, footer .footer-block {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  footer .ft-title {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
}

.offer-label, .offer-label-none, .offer-label-new, .products .offer-label-discount-delivery, .offer-label-discount-delivery, .offer-label-free-delivery, .offer-label-credit, .offer-label-sale {
  width: 150px;
  height: 30px;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: calc(50% - 75px);
}

.products .offer-label, .products .offer-label-none, .products .offer-label-new, .products .offer-label-discount-delivery, .products .offer-label-free-delivery, .products .offer-label-credit, .products .offer-label-sale, .compare .offer-label, .compare .offer-label-none, .compare .offer-label-new, .compare .offer-label-discount-delivery, .compare .offer-label-free-delivery, .compare .offer-label-credit, .compare .offer-label-sale {
  width: 193px;
  height: 39px;
  max-width: 100%;
  left: calc(50% - 96.5px);
}
@media screen and (max-width: 1379px) {
  .products .offer-label, .products .offer-label-none, .products .offer-label-new, .products .offer-label-discount-delivery, .products .offer-label-free-delivery, .products .offer-label-credit, .products .offer-label-sale, .compare .offer-label, .compare .offer-label-none, .compare .offer-label-new, .compare .offer-label-discount-delivery, .compare .offer-label-free-delivery, .compare .offer-label-credit, .compare .offer-label-sale {
    width: 110px;
    left: calc(50% - 55px);
    height: 30px;
    font-size: 0.85rem;
  }
}

.offer-label-sale {
  background-color: #ff8b11;
}

.offer-label-credit {
  background-color: #00436d;
}

.offer-label-free-delivery {
  background-color: #007bff;
  font-size: 0.9rem !important;
}
@media (max-width: 1379px) {
  .offer-label-free-delivery {
    font-size: 0.7rem !important;
  }
}

.offer-label-discount-delivery {
  background-color: #dc3545;
  font-size: 12px !important;
}
@media (max-width: 576px) {
  .offer-label-discount-delivery {
    font-size: 12px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .offer-label-discount-delivery {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .offer-label-discount-delivery {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 2560px) {
  .offer-label-discount-delivery {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 2560px) {
  .products .offer-label-discount-delivery {
    font-size: 14px !important;
  }
}

.offer-label-new {
  background-color: #28a745;
}

.offer-label-none {
  display: none;
}

.labels {
  position: absolute;
  display: grid;
  grid-gap: 10px;
  top: 18px;
  z-index: 100;
}

.offer-imglabel {
  border-radius: 0 15px 15px 0;
  color: #feffff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.offer-imglabel.off-new {
  background: #28a745;
}
.offer-imglabel.off-sale {
  background: #ff8b11;
}
.offer-imglabel.off-online-order {
  background: #dc3545;
}
.offer-imglabel.off-free-delivery {
  background: #007bff;
}
.offer-imglabel.off-credit {
  background: #00436d;
}
@media screen and (max-width: 540px) {
  .offer-imglabel {
    font-size: 0.8rem;
  }
}

#add-to-cart {
  position: relative;
}

.badge-cart {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ff0000;
  left: 12px;
  top: 0px;
  color: #fff;
  opacity: 0;
}
.badge-cart:hover .icon-user.cart {
  stroke: #ff8b11;
}

.logo {
  width: 140px;
  max-height: 34px;
  align-self: center;
}

.icon-menu {
  max-width: 25px !important;
  margin-right: 10px;
  max-height: 25px;
  align-self: center;
  stroke-width: 3px;
  stroke: #00436d;
  padding-bottom: 2px;
}

.icon-search {
  stroke: #a5a5a5;
  fill: none;
  transition: 0.3s;
  right: 10px;
  position: absolute;
}
.icon-search:hover {
  stroke-width: 4px;
}

.icon-searchclose {
  display: none;
  fill: #ff6969;
  width: 15px;
}

.icon-user {
  position: relative;
  stroke: #00436d;
  fill: none;
  stroke-width: 3px;
  transition: 0.3s;
}
.icon-user.loc {
  fill: #00436d;
}
.icon-user.cart {
  max-height: 26px;
}
.icon-user:hover {
  fill-rule: nonzero;
  stroke: #ff8b11;
}

.icon-filter {
  position: relative;
  stroke: #fff;
  fill: #fff;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

.icon-filter-close {
  width: 10px;
  height: 11px;
  fill: #ff0000;
}

.icon-pagination {
  fill: #fff;
  stroke: #fff;
  height: 18px;
  width: 11px;
}

.icon-info {
  fill: #00436d;
  margin-right: 20px;
  flex-shrink: 0;
}

.add-cart {
  display: flex;
  align-items: center;
}
.add-cart:hover svg {
  transition: opacity 0.2s ease-in-out;
}

.add-compare {
  display: flex;
  align-items: center;
}

.add-fav svg {
  fill: transparent;
}
.add-fav svg:hover {
  fill: #fff;
}

.icon-app {
  stroke-width: 1px;
  fill: white;
  transition: opacity 0.3s;
}
.icon-app:hover {
  opacity: 0.8;
}

#viber, #whatsapp {
  margin-left: 10px;
}

#all-categories span {
  font-size: 22px;
  font-weight: 500;
}

#whatsapp svg {
  fill: #4caf50;
  stroke: #fff;
}

.icon-atu {
  fill: #ff8b11;
  width: 66px;
}

.icon-green, .icon-red {
  height: 11px;
  width: 11px;
  fill: #28a745;
  margin-right: 10px;
}

.icon-red {
  fill: #dc3545;
}

.icon-action, .icon-offerpage-action {
  stroke: #00436d;
  fill: none;
  stroke-width: 3px;
  margin: 0 20px 0 20px;
  max-height: 26px;
  transition: 0.2s !important;
}
.icon-action:hover, .icon-offerpage-action:hover {
  stroke: #fd7e14;
}
@media (max-width: 540px) {
  .icon-action, .icon-offerpage-action {
    width: 18px;
  }
}

.icon-offerpage-action {
  stroke: #00436d;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
}

.icon-social {
  fill: #fff;
  stroke-width: 3px;
  max-height: 28px;
}
.icon-social.log {
  background: #00436d;
  border-radius: 5px;
  padding: 5px;
}

.icon-arrows {
  display: inline-flex;
  width: 7px;
  max-height: 13px;
}

.icon-label {
  fill: #a4a4a4;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  flex-shrink: 0;
}

.icon-review {
  height: 24px;
  width: 24px;
  stroke-width: 6px;
  stroke: #00436d;
  fill: none;
  margin-right: 15px;
}

.icon-star {
  height: 15px;
  width: 15px;
  stroke-width: 3px;
  stroke: transparent;
  fill: #a4a4a4;
}
.icon-star.checked {
  fill: #ff8b11;
}

.icon-close {
  height: 18px;
  width: 15px;
  fill: #00436d !important;
}

.icon-cookie {
  height: 18px;
  width: 15px;
  fill: #fff;
}

.icon-twitter, .icon-ok, .icon-fb {
  fill: white;
  height: 14px;
  width: 17px;
}

.icon-remove {
  fill: #ff6969;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.3s;
}
.icon-remove:hover {
  stroke-width: 2px;
  stroke: #ff6969;
}

.icon-qnt {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  fill: #00436d;
  cursor: pointer;
  transition: 0.3s;
}
.icon-qnt:active {
  fill: #ff8b11;
}

.icon.icon-whouse {
  height: 19px;
  width: 19px;
  margin-right: 12px;
  fill: #a4a4a4;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

svg {
  max-height: 41px;
  width: 25px;
}

#category .category-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f6f6;
  transition: 0.3s;
}
#category .category-block .row {
  justify-content: center;
}
#category .category-block a {
  height: 100%;
  display: flex;
  align-self: center;
}
#category .category-block .categ-thumb,
#category .category-block .categ-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#category .category-block .categ-thumb img,
#category .category-block .categ-title img {
  height: 115px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 200px;
}
#category .category-block:hover, #category .category-block:focus-within {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.23));
}

#atu {
  background: #00436d;
  padding: 23.5px 0 23.5px 0;
}
#atu p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding-top: 20px;
}
#atu .atu-block div {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .atu-block img {
    width: 40px;
  }

  #atu p {
    padding-top: 10px;
  }
}
.offer-title {
  font-weight: 500;
  padding: 0 25px 0 25px;
  margin: 0;
}

.offer-new-price, .offer-new-price span {
  font-size: 1.5rem;
  color: #ff8b11;
  font-weight: bolder;
  margin: 0;
}
.offer-new-price span {
  font-weight: 500;
}

.offer-old-price {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.offer-old-price span {
  text-decoration: inherit;
  font-size: 0.875rem;
  font-weight: 500;
}

#promo-offer,
#similar-offer {
  background: #f6f6f6;
}

.offer-type-big span,
.offer-type-small span,
.offer-type-big,
.offer-type-small {
  display: grid;
  font-size: 4rem;
  font-weight: 900;
  margin: 0 auto;
  align-self: center;
  text-align: center;
  line-height: 70px;
}
.offer-type-big span,
.offer-type-small span {
  display: contents;
  color: #ff8b11;
}

.offer-type-small {
  font-size: 1.875rem;
}
.offer-type-small span {
  font-size: inherit;
}

#location {
  position: relative;
  display: flex;
  align-items: center;
  height: 350px;
  background: #f6f6f6;
}
#location img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .address-block {
  border-radius: 15px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.23));
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
}
#location .address-block p {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  #location .address-block p {
    font-size: 1rem;
  }
}

#promo-products-carousel {
  position: relative;
}
#promo-products-carousel .owl-dots {
  position: relative;
  bottom: -15px;
}
#promo-products-carousel .bgdots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: -1;
}

#map {
  height: 450px;
  width: 100%;
  border-radius: 15px;
}

#terms-page ul {
  margin-bottom: 1rem;
}
#terms-page ol,
#terms-page ul {
  display: block;
  padding-left: 20px;
}
#terms-page ol li,
#terms-page ul li {
  display: list-item;
  padding-left: 20px;
}
#terms-page ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
#terms-page ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#terms-page img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#terms-page p {
  margin-bottom: 1rem;
}

.user-profile.products {
  background: none;
}
.user-profile.products .offer-card {
  margin-top: 0;
}
.user-profile #profile-nav {
  border-radius: 15px;
  background-color: #f6f6f6;
  border: 1px solid #c7c7c7;
  align-content: center;
  display: grid;
  justify-content: center;
  grid-gap: 20px;
}
.user-profile .profile-btn {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid transparent;
  align-content: center;
  display: flex;
  transition: 0.3s;
  justify-content: flex-start;
  height: 50px;
}
.user-profile .profile-btn a {
  align-self: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.user-profile .profile-btn:hover {
  border: 3px solid #00436d;
}
.user-profile .profile-btn:hover a {
  color: #00436d;
}
.user-profile .profile-btn:hover svg {
  stroke: #00436d;
}
.user-profile .profile-btn .icon-user {
  margin-left: 0;
  margin-right: 20px;
}
.user-profile .profile-btn.active {
  border: 3px solid #00436d;
}
.user-profile .profile-info ul li,
.user-profile .profile-info ol li {
  display: block;
  margin-left: 20px;
}
.user-profile .profile-info ul li::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.user-profile .profile-form {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.user-profile .profile-form .user-contact-form {
  margin-bottom: 0;
}
.user-profile .profile-form h3 {
  text-align: center;
  margin-bottom: 40px;
}
.user-profile .profile-form .user-inputs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 20px;
}
.user-profile .profile-form .user-input {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
  padding: 10px;
}
.user-profile .profile-form .user-input::-moz-placeholder {
  font-size: 1rem;
  color: #a4a4a4;
  font-weight: 400;
  text-indent: 10px;
}
.user-profile .profile-form .user-input::placeholder {
  font-size: 1rem;
  color: #a4a4a4;
  font-weight: 400;
  text-indent: 10px;
}
.user-profile .order-table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  overflow-x: auto;
  z-index: 1;
  position: relative;
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-radius: 5px 5px 0px 0;
  border-bottom: none;
}
.user-profile .order-table .tc,
.user-profile .order-table .rowtitle {
  color: #00436d;
  border-bottom: 1px solid rgba(164, 164, 164, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .user-profile .order-table .tc,
.user-profile .order-table .rowtitle {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.user-profile .order-table .tc.order-status.st-active {
  font-weight: 500;
  color: #dc3545;
}
.user-profile .order-table .tc.order-status.st-complete {
  font-weight: 500;
  color: #28a745;
}
.user-profile .order-table .rowtitle {
  font-size: 1.0625rem;
  font-weight: 500;
  background: #f6f6f6;
}
.user-profile .order-table .rowtitle:first-of-type {
  border-radius: 5px 0px 0px 0;
}
.user-profile .order-table .rowtitle:nth-of-type(6) {
  border-radius: 0px 5px 0px 0;
}
.user-profile .order-table .order-actions {
  flex-flow: column;
}
@media screen and (max-width: 540px) {
  .user-profile .order-table .order-actions {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}
.user-profile .order-details-block {
  background: #fff;
}
.user-profile .order-details-block .order-details-row {
  background: #f6f6f6;
  height: 50px;
  border-radius: 5px 5px 0 0;
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-bottom: none;
}
.user-profile .order-details-block .order-details-row .order-details-head {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 458px) {
  .user-profile .order-details-block .order-details-row .order-details-head {
    font-size: 0.8rem;
  }
  .user-profile .order-details-block .order-details-row .order-details-head a {
    font-size: 0;
  }
}
.user-profile .order-details-block .order-details-row .order-details-head a::before {
  content: url("../img/icons/arrow.svg");
  width: 6px;
  height: 10px;
  display: inline-flex;
  transform: rotate(180deg);
  margin: 0 20px 0 20px;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.user-profile .order-details-block .order-details-row .order-details-head a:hover::before {
  content: url("../img/icons/arrowhover.svg");
}
.user-profile .order-details-block .order-details-row .order-details-head .goback {
  white-space: nowrap;
}
.user-profile .order-details-block .order-details-row .order-details-head .goback a {
  transition: 0.3s;
}
.user-profile .order-details-block .order-details-row .order-details-head .order-number {
  white-space: nowrap;
  margin-left: 20px;
}
.user-profile .order-details-block .order-content {
  justify-content: center;
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-radius: 0 0 5px 5px;
}
.user-profile .order-details-block .order-content .order-details {
  width: 100%;
}
.user-profile .order-details-block .order-content .order-list-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.user-profile table,
.user-profile th,
.user-profile td {
  border: 1px solid rgba(164, 164, 164, 0.5);
}
.user-profile th {
  width: 50%;
  padding: 15px;
}
.user-profile td {
  max-width: 100%;
  padding: 15px;
}
.user-profile ul li {
  display: block;
}

.order-product-list {
  border: 1px solid rgba(161, 158, 156, 0.5);
  width: 100%;
}
.order-product-list h4,
.order-product-list h5 {
  text-align: center;
  font-size: 1.0625rem;
}
.order-product-list .orderlist {
  display: inline-flex;
  border-top: 1px solid rgba(152, 152, 152, 0.4);
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.order-product-list .orderlist:first-of-type {
  border: none;
}
.order-product-list .orderlist .result-info,
.order-product-list .orderlist .result-price {
  flex-flow: column;
}
.order-product-list .orderlist .result-info {
  display: inline-block;
}
.order-product-list .orderlist .result-info li {
  font-size: 0.75rem;
  font-weight: 400;
  color: #505050;
}
.order-product-list .orderlist .result-info .offer-title {
  padding: 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
}
.order-product-list .orderlist .result-price {
  width: 100%;
  align-items: flex-end;
  display: inherit;
  font-weight: 600;
}
.order-product-list .orderlist .result-price .offer-new-price, .order-product-list .orderlist .result-price .offer-new-price span, .offer-new-price .order-product-list .orderlist .result-price span {
  font-size: 1.25rem;
  font-weight: 500;
}
.order-product-list .orderlist .offer-thumbnail img {
  height: 60px;
}
.order-product-list .order-total {
  text-align: right;
}
.order-product-list .order-total p {
  font-size: 1.5rem;
  color: #a4a4a4;
  font-weight: 400;
}
.order-product-list .order-total b,
.order-product-list .order-total span {
  color: #ff8b11;
  font-size: 1.5rem;
  font-weight: 400;
}
.order-product-list .order-total span {
  padding-left: 20px;
}

@media screen and (max-width: 1379px) {
  .profile-btn {
    font-size: 0.8rem;
  }
  .profile-btn a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 1.2;
  }
  .profile-btn .icon-user {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 540px) {
  #terms-page h1 {
    font-size: 1.6666666667rem;
  }
  #terms-page h2 {
    font-size: 1.4583333333rem;
  }
  #terms-page h3 {
    font-size: 1.25rem;
  }
  #terms-page h4 {
    font-size: 1.0416666667rem;
  }
  #terms-page h5 {
    font-size: 0.8333333333rem;
  }

  .offer-new-price,
.offer-new-price span {
    font-size: 1.3rem;
  }

  .offer-card .offer-prices {
    padding-top: 0px !important;
  }

  .bgdots {
    display: none !important;
  }

  #promo-products-carousel .owl-dots {
    bottom: 0px;
  }

  .atu-block div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .offer-type-big,
.offer-type-small {
    font-size: 1.5rem;
    line-height: 40px !important;
    padding-top: 10px;
  }
  .offer-type-big span,
.offer-type-small span {
    font-size: inherit;
  }

  .user-profile .profile-form h3 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .user-profile .profile-form h3 .user-input {
    margin-bottom: 10px;
  }

  .category-block {
    height: 150px;
  }

  #category .category-block .categ-thumb img {
    height: 80px;
    padding: 0px;
    max-width: 100px;
  }

  #category .category-block .categ-title h3 {
    font-size: 1rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    align-items: first baseline;
  }

  .order-details th {
    width: 50%;
  }
  .order-details td {
    max-width: 100%;
  }
  .order-details th,
.order-details td {
    padding: 5px;
    font-size: 0.8rem;
  }

  .order-number {
    font-size: 0.8rem;
  }

  .order-total span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .offer-old-price {
    font-size: 0.8rem;
  }

  .result-info {
    text-align: center;
  }
  .result-info h5 {
    text-align: center !important;
    margin-top: 10px;
  }

  .offer-description {
    display: none;
  }

  .offer-title {
    padding: 0 10px;
  }

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

  .order-total {
    text-align: center !important;
    padding-top: 10px;
  }
}
.log-form input {
  border: 1px solid #c7c7c7;
  width: 100%;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
.log-form input::-moz-placeholder {
  font-size: 1rem;
  color: #a4a4a4;
  font-weight: 400;
  text-indent: 10px;
}
.log-form input::placeholder {
  font-size: 1rem;
  color: #a4a4a4;
  font-weight: 400;
  text-indent: 10px;
}
.log-form input:focus {
  border-color: #ff8b11;
}
.log-form .log-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}
.log-form .form-group {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.log-form .btn-primary {
  border-radius: 15px;
}
.log-form .social-log {
  display: grid;
  justify-content: center;
}

.sliderinput {
  /* Firefox */
}
.sliderinput input::-webkit-outer-spin-button,
.sliderinput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sliderinput input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1199px) {
  .add-cart span {
    font-size: 0;
  }
}
@media screen and (max-width: 1379px) {
  .offer-type-small {
    font-size: 1.3rem;
  }
}
#dropdown-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
#dropdown-menu #allcat {
  font-size: 1.375rem;
  line-height: 36px;
  font-weight: 500;
}
#dropdown-menu .menubtn {
  display: flex;
}
#dropdown-menu .menu-categories {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease-out;
}
#dropdown-menu .menu-categories.show {
  opacity: 1;
  min-height: 300px;
  height: auto;
}
#dropdown-menu .menu-categories .title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
#dropdown-menu .menu-categories .row {
  padding: 0 20px 20px;
}
#dropdown-menu .menu-categories .row > div {
  margin-top: 20px;
}
#dropdown-menu .menu-categories .cats {
  display: block;
  margin-top: 10px;
}
#dropdown-menu .menu-categories .cats > div {
  display: block;
  font-size: 1rem;
}
#dropdown-menu .menu-categories .cats > div a {
  display: flex;
  align-items: center;
  transition: none;
}
#dropdown-menu .menu-categories .cats > div > a:before {
  content: url("../img/icons/arrow.svg");
  width: 6px;
  margin: 0px 5px;
}
#dropdown-menu .menu-categories .cats > div:hover > a:before {
  content: url("../img/icons/arrowhover.svg");
}

@media screen and (max-width: 1199px) {
  #dropdown-menu {
    margin: 25px 0;
  }
  #dropdown-menu .menu-categories {
    position: static;
    z-index: 9999;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 0;
    min-height: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
  }
  #dropdown-menu .menu-categories.show {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1379px) {
  #dropdown-menu nav a {
    font-size: 1.25rem;
  }

  .menu-search .search-box {
    height: auto;
  }
  .menu-search .search-box #search-menu ul {
    height: auto;
  }
  .menu-search .search-box #search-menu ul .match-found a, .menu-search .search-box #search-menu ul .match-found span {
    font-size: 0.9rem;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-search .search-box #search-results {
    height: auto;
  }
}
.owl-dot span, #banner .owl-dot.active span span, #pp-banner .owl-dot.active span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span span, .owl-theme .owl-dots .owl-dot.active span span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span span {
  border-radius: 6px;
  background: #a4a4a4;
  border: 2px solid transparent;
  transition: 0.5s;
}
.owl-dot:focus, #banner .owl-dot.active span:focus, #pp-banner .owl-dot.active span:focus, .owl-theme .owl-dots .owl-dot.active #banner span.active span:focus, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:focus, .owl-theme .owl-dots .owl-dot.active span:focus,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span:focus {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots #banner .owl-dot.active span.active span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active span, #banner .owl-dot.active .owl-theme .owl-dots span.active span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active span,
.owl-theme .owl-dots .owl-dot:hover span .owl-dot.active span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span:hover span .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot.active span:hover span span.active span,
#pp-banner .owl-theme .owl-dots .owl-dot.active span:hover span span.active span,
.owl-theme .owl-dots .owl-dot.active .owl-dot:hover span span.active span,
.owl-theme .owl-dots .owl-dot.active span:hover span span.active span {
  background: #00436d;
  height: 8px;
  width: 8px;
}

.owl-dots {
  padding-bottom: 7px;
}

#recomanded-offer .owl-item,
#promo-offer .owl-item,
#similar-offer .owl-item {
  display: flex;
  justify-content: center;
  padding: 20px 0 20px 0;
}
#recomanded-offer .owl-dot span, #recomanded-offer #banner .owl-dot.active span span, #recomanded-offer #pp-banner .owl-dot.active span span, #banner .owl-dot.active #recomanded-offer span span, #pp-banner .owl-dot.active #recomanded-offer span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span span, .owl-theme .owl-dots .owl-dot.active #banner span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active #recomanded-offer span span, #recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span.active span span, #recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active span span, .owl-theme .owl-dots #banner .owl-dot.active span.active #recomanded-offer span span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #recomanded-offer span span, #recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span.active span span, #recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active span span, #banner .owl-dot.active .owl-theme .owl-dots span.active #recomanded-offer span span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #recomanded-offer span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active #recomanded-offer span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active span span,
.owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active #recomanded-offer span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active #recomanded-offer span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
#recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active #recomanded-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active #recomanded-offer span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #recomanded-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #recomanded-offer span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #recomanded-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #recomanded-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #recomanded-offer span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active span span,
#recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active #recomanded-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active #recomanded-offer span span, #recomanded-offer #banner .owl-dot.active span.active span span, #recomanded-offer #pp-banner .owl-dot.active span.active span span, #banner .owl-dot.active span.active #recomanded-offer span span, #pp-banner .owl-dot.active span.active #recomanded-offer span span, #recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active span span, #recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active span span, #recomanded-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active span span, #recomanded-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active span span, .owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active #recomanded-offer span span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active #recomanded-offer span span, .owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active #recomanded-offer span span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active #recomanded-offer span span, #recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span, #recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span, #recomanded-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span, #recomanded-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span, #banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #recomanded-offer span span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #recomanded-offer span span, #banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #recomanded-offer span span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #recomanded-offer span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active span span, #recomanded-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #recomanded-offer span span, .owl-theme .owl-dots #banner .owl-dot.active span.active #recomanded-offer span span, .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #recomanded-offer span span, #banner .owl-dot.active .owl-theme .owl-dots span.active #recomanded-offer span span, #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #recomanded-offer span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #recomanded-offer span span,
#promo-offer .owl-dot span,
#similar-offer .owl-dot span,
#promo-offer #banner .owl-dot.active span span,
#similar-offer #banner .owl-dot.active span span,
#promo-offer #pp-banner .owl-dot.active span span,
#similar-offer #pp-banner .owl-dot.active span span,
#banner .owl-dot.active #promo-offer span span,
#banner .owl-dot.active #similar-offer span span,
#pp-banner .owl-dot.active #promo-offer span span,
#pp-banner .owl-dot.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span .owl-dot.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span .owl-dot.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span .owl-dot.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active span span,
.owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot:hover span #banner .owl-dot.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot:hover span #pp-banner .owl-dot.active span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot:hover span span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover span span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover span span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover span span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span .owl-dot.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span .owl-dot.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot.active span.active span:hover span span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot.active span.active span:hover span span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot.active #pp-banner span.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner .owl-dot:hover span.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner .owl-dot:hover span.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span:hover #pp-banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span:hover #pp-banner span.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active #banner span:hover span.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #banner span:hover span.active span.active #similar-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active #pp-banner span:hover span.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active #pp-banner span:hover span.active span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #banner span.active span.active #similar-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span:hover .owl-dot.active #pp-banner span.active span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #banner span:hover span.active span.active #similar-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots .owl-dot.active #pp-banner span:hover span.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span:hover span span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span:hover span span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active span.active span span,
#similar-offer #banner .owl-dot.active span.active span span,
#promo-offer #pp-banner .owl-dot.active span.active span span,
#similar-offer #pp-banner .owl-dot.active span.active span span,
#banner .owl-dot.active span.active #promo-offer span span,
#banner .owl-dot.active span.active #similar-offer span span,
#pp-banner .owl-dot.active span.active #promo-offer span span,
#pp-banner .owl-dot.active span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active span span,
#promo-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active span span,
#similar-offer .owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active span span,
#promo-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active span span,
#similar-offer .owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #banner span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #banner span.active #similar-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #pp-banner span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #pp-banner span.active #similar-offer span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active span span,
#promo-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span,
#similar-offer #banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span,
#promo-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span,
#similar-offer #pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #banner span.active #similar-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #pp-banner span.active #similar-offer span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active span span,
#promo-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active span span,
#similar-offer .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #banner span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #banner span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #pp-banner span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #pp-banner span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #similar-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots #banner .owl-dot.active span.active #similar-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #promo-offer span span,
.owl-theme .owl-dots #pp-banner .owl-dot.active span.active #similar-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #promo-offer span span,
#banner .owl-dot.active .owl-theme .owl-dots span.active #similar-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #promo-offer span span,
#pp-banner .owl-dot.active .owl-theme .owl-dots span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #banner span.active span.active #similar-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #promo-offer span span,
.owl-theme .owl-dots .owl-dot.active #pp-banner span.active span.active #similar-offer span span {
  width: 8px !important;
  height: 8px !important;
}

#banner .owl-carousel .banner-slide, #pp-banner .owl-carousel .banner-slide {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
#banner .owl-carousel .banner-slide img, #pp-banner .owl-carousel .banner-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .owl-dots, #pp-banner .owl-dots {
  bottom: 40px;
  position: relative;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  #banner .owl-dots, #pp-banner .owl-dots {
    position: static;
    margin: 5px 0 !important;
  }
}
#banner .owl-dot span, #pp-banner .owl-dot span, #banner .owl-dot.active span span, #pp-banner .owl-dot.active span span, .owl-theme .owl-dots .owl-dot.active #banner span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #a4a4a4;
  border: 2px solid #fff;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #banner .owl-dot span, #pp-banner .owl-dot span, #banner .owl-dot.active span span, #pp-banner .owl-dot.active span span, .owl-theme .owl-dots .owl-dot.active #banner span span, .owl-theme .owl-dots .owl-dot.active #pp-banner span span {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
#banner .owl-dot:focus, #pp-banner .owl-dot:focus, #banner .owl-dot.active span:focus, #pp-banner .owl-dot.active span:focus, .owl-theme .owl-dots .owl-dot.active #banner span:focus, .owl-theme .owl-dots .owl-dot.active #pp-banner span:focus {
  outline: 0;
}
#banner .owl-dot.active span, #pp-banner .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active #banner span.active span, .owl-theme .owl-dots .owl-dot.active #pp-banner span.active span {
  background: #ff8b11;
}

#pp-banner #owl-pp-banner {
  max-height: 220px;
}
#pp-banner #owl-pp-banner .banner-slide {
  width: 101%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #owl-promo .owl-stage-outer,
#owl-similar .owl-stage-outer {
    padding-top: 30px;
  }
}
.offer-block {
  background: #f6f6f6;
  border-radius: 15px;
}

.offer-card {
  position: relative;
  width: 210px;
  border-radius: 15px;
  background-color: #fff;
  padding-bottom: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .offer-card {
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  .offer-card .offer-label,
.offer-card .offer-label-credit,
.offer-card .offer-label-discount-delivery,
.offer-card .offer-label-free-delivery,
.offer-card .offer-label-new,
.offer-card .offer-label-none,
.offer-card .offer-label-sale,
.offer-card .products .offer-label-discount-delivery {
    left: calc(50% - 50px);
    width: 100px;
  }
  .offer-card .offer-title {
    font-size: 0.75rem;
  }
  .offer-card .offer-action-icons a:first-child {
    display: none;
  }
  .offer-card .icon-action,
.offer-card .icon-offerpage-action {
    margin: 0 10px;
  }
}
.offer-card .offer-prices {
  width: 100%;
  padding-top: 34px;
}
.offer-card .offer-action {
  transition: 0.5s;
  filter: drop-shadow(0 0 15px transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding-bottom: 10px;
  cursor: pointer;
}
.offer-card .offer-thumbnail {
  padding: 10px;
}
.offer-card .delimiter {
  cursor: pointer;
  width: 100px;
  height: 1px;
  margin: 15px auto;
  background: #b1b1b180;
}
.offer-card a {
  text-decoration: none;
}
.offer-card img {
  max-height: 150px;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

#owl-product {
  border-radius: 15px;
  border: 1px solid rgba(164, 164, 164, 0.5);
}
#owl-product .owl-stage-outer {
  height: 300px;
}
@media screen and (min-width: 541px) {
  #owl-product .owl-stage-outer {
    height: 400px;
  }
}
#owl-product .owl-stage {
  height: 100%;
  display: flex;
  align-items: center;
}
#owl-product .owl-item {
  height: 100%;
}
#owl-product .owl-item .item {
  height: inherit;
}
#owl-product .owl-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.owl-thumbs {
  margin-top: 15px;
}
.owl-thumbs .owl-thumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid rgba(164, 164, 164, 0.5);
  transition: 0.3s;
}
.owl-thumbs .owl-thumb-item:hover {
  border-color: #ff8b11;
}
.owl-thumbs .owl-thumb-item img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

#owl-product .owl-stage {
  cursor: zoom-in;
}

#owl-new .owl-prev,
#owl-new .owl-next,
#owl-rec .owl-prev,
#owl-rec .owl-next,
#owl-popular .owl-prev,
#owl-popular .owl-next,
#owl-similar .owl-prev,
#owl-similar .owl-next,
#owl-promo .owl-prev,
#owl-promo .owl-next,
#product-thumbs .owl-prev,
#product-thumbs .owl-next {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  top: calc(50% - 39px);
  height: 27px;
  width: 15px;
}
#owl-new .owl-prev::after,
#owl-new .owl-next::after,
#owl-rec .owl-prev::after,
#owl-rec .owl-next::after,
#owl-popular .owl-prev::after,
#owl-popular .owl-next::after,
#owl-similar .owl-prev::after,
#owl-similar .owl-next::after,
#owl-promo .owl-prev::after,
#owl-promo .owl-next::after,
#product-thumbs .owl-prev::after,
#product-thumbs .owl-next::after {
  content: url("../img/icons/nextarrow.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#owl-new .owl-prev span,
#owl-new .owl-next span,
#owl-rec .owl-prev span,
#owl-rec .owl-next span,
#owl-popular .owl-prev span,
#owl-popular .owl-next span,
#owl-similar .owl-prev span,
#owl-similar .owl-next span,
#owl-promo .owl-prev span,
#owl-promo .owl-next span,
#product-thumbs .owl-prev span,
#product-thumbs .owl-next span {
  font-size: 0px;
}
#owl-new:hover .owl-prev,
#owl-new:hover .owl-next,
#owl-rec:hover .owl-prev,
#owl-rec:hover .owl-next,
#owl-popular:hover .owl-prev,
#owl-popular:hover .owl-next,
#owl-similar:hover .owl-prev,
#owl-similar:hover .owl-next,
#owl-promo:hover .owl-prev,
#owl-promo:hover .owl-next,
#product-thumbs:hover .owl-prev,
#product-thumbs:hover .owl-next {
  opacity: 1;
  background: none;
}
#owl-new .owl-prev,
#owl-rec .owl-prev,
#owl-popular .owl-prev,
#owl-similar .owl-prev,
#owl-promo .owl-prev,
#product-thumbs .owl-prev {
  left: 5px;
}
#owl-new .owl-prev:after,
#owl-rec .owl-prev:after,
#owl-popular .owl-prev:after,
#owl-similar .owl-prev:after,
#owl-promo .owl-prev:after,
#product-thumbs .owl-prev:after {
  content: url("../img/icons/prevarrow.svg");
}
#owl-new .owl-next,
#owl-rec .owl-next,
#owl-popular .owl-next,
#owl-similar .owl-next,
#owl-promo .owl-next,
#product-thumbs .owl-next {
  right: 5px;
}

#owl-similar .owl-prev,
#owl-promo .owl-prev {
  left: -40px;
}
#owl-similar .owl-next,
#owl-promo .owl-next {
  right: -40px;
}
#owl-similar .owl-prev,
#owl-similar .owl-next,
#owl-promo .owl-prev,
#owl-promo .owl-next {
  top: calc(50% - 23px);
}

#product-thumbs .owl-prev,
#product-thumbs .owl-next {
  top: calc(50% - 20px);
}
#product-thumbs .owl-prev {
  left: -30px;
}
#product-thumbs .owl-next {
  right: -30px;
}

@media screen and (max-width: 540px) {
  .ofbg {
    background: #f6f6f6;
  }
}
@media screen and (max-width: 1379px) {
  #owl-new .owl-prev,
#owl-rec .owl-prev,
#owl-popular .owl-prev {
    left: -12px;
  }
  #owl-new .owl-next,
#owl-rec .owl-next,
#owl-popular .owl-next {
    right: -12px;
  }

  .owl-thumb-item img {
    height: 80px;
  }
}
.btn:focus, .btn-open-filter:focus, .cookie-accept:focus, .btn-warehouse:focus, .btn-del-method:focus, .btn-pay-method:focus, .btn-comp-filter:focus, .btn-write-rev:focus, .offer-tablinks:focus, .btn-send-req:focus, .btn-credit-req:focus, .share:focus, .ok-share:focus, .twitter-share:focus, .fb-share:focus, .offer-action-btn:focus, .btn-purchase:focus, .btn-filter:focus, .btn-order-open:focus, .btn-order-bill:focus, .btn-order-repeat:focus, .btn-save:focus, .btn-cancel:focus {
  box-shadow: none;
}

.btn-save, .btn-cancel {
  width: 100%;
  border-radius: 20px;
  background-color: #ff8b11;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  transition: 0.3s;
}
.btn-save:focus, .btn-cancel:focus {
  box-shadow: none;
}
.btn-save:hover, .btn-cancel:hover {
  color: #ff8b11;
  background: #fff;
  border-color: #ff8b11;
}

.user-profile .btn-save, .user-profile .btn-cancel {
  max-width: 160px;
}

.cart .btn-save, .cart .btn-cancel {
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  height: 100%;
  text-transform: uppercase;
  background: #00436d;
  padding: 10px;
}
.cart .btn-save:hover, .cart .btn-cancel:hover {
  background: #ff8b11;
  color: #fff;
}

.btn-cancel {
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #00436d;
}
.btn-cancel:hover {
  background: #00436d;
  color: #fff;
  border-color: #00436d;
}

.btn-order-open, .btn-order-bill, .btn-order-repeat {
  background: #fff;
  width: 239px;
  border-radius: 17px;
  border: 1px solid #c7c7c7;
  white-space: nowrap;
  color: #00436d;
  transition: 0.4s;
  font-size: 1rem;
}
.btn-order-open:hover, .btn-order-bill:hover, .btn-order-repeat:hover {
  background: #00436d;
  color: #fff;
  border-color: #00436d;
}
@media screen and (max-width: 540px) {
  .btn-order-open, .btn-order-bill, .btn-order-repeat {
    font-size: 0.875rem;
    width: 100%;
  }
}

.btn-order-bill {
  background: #00436d;
  color: #fff;
  border-color: transparent;
}
.btn-order-bill:hover {
  background: #fff;
  color: #00436d;
}

.btn-filter {
  background: #a4a4a4;
  width: 203px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  transition: 0.4s;
  font-size: 1rem;
}
.btn-filter:hover {
  background: #00436d;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.btn-filter:hover svg {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn-purchase {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border-radius: 25px;
  background: #00436d;
  color: #fff;
  transition: 0.4s;
  font-size: 1.1875rem;
  font-weight: bolder;
}
.btn-purchase:hover, .btn-purchase:active, .btn-purchase:focus {
  background: #fff;
  color: #00436d;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .offer-action-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .offer-action-btns {
    display: flex;
  }
  .offer-action-btns .offer-action-btn:first-of-type {
    margin-right: 10px;
  }
}

.offer-action-btn {
  border-radius: 20px;
  border: 1px solid rgba(164, 164, 164, 0.5);
  position: relative;
  transition: 0.3s;
}
.offer-action-btn span {
  margin-left: 30px;
  font-size: 1.125rem;
  font-weight: 500;
}
.offer-action-btn:hover {
  transition: 0.3s;
  background: #ff8b11;
  border-color: transparent;
}
.offer-action-btn:hover span {
  color: #fff;
}
.offer-action-btn:hover svg {
  stroke: #fff;
}

.offer-share-btn {
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .offer-share-btn {
    flex-wrap: wrap;
  }
  .offer-share-btn a {
    margin-bottom: 10px;
  }
}

.share, .ok-share, .twitter-share, .fb-share {
  width: 90px;
  height: 30px;
  border-radius: 4px;
  box-shadow: none;
  margin-right: 10px;
}
.share p, .ok-share p, .twitter-share p, .fb-share p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0 10 0 0 !important;
}

.fb-share {
  background-color: #3b5998;
}

.twitter-share {
  background-color: #55acee;
}

.ok-share {
  background-color: #fb7629;
}

.user-profile select {
  color: #a4a4a4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
}
.user-profile select :focus,
.user-profile select :active:focus,
.user-profile select .active:focus,
.user-profile select .focus,
.user-profile select :active.focus,
.user-profile select .active.focus {
  outline: none !important;
}
.user-profile select option {
  color: #a4a4a4;
}
.user-profile select:focus {
  background-image: linear-gradient(45deg, #00436d 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #00436d 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.user-profile select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.creditrate, .rate-t, .rate-s {
  border-color: transparent;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  outline: none;
  flex-shrink: 2;
  white-space: nowrap;
  padding: 6px 10px;
}
@media screen and (max-width: 540px) {
  .creditrate, .rate-t, .rate-s {
    font-size: 1rem;
    padding: 5px 15px;
  }
  .creditrate .input_rate, .rate-t .input_rate, .rate-s .input_rate {
    font-size: 0.8rem;
    text-indent: 0px;
  }
}

.rate-s {
  border-radius: 25px 0 0 25px;
  background: #fff;
  color: #00436d;
}
.rate-s.active {
  background: #ff8b11;
  color: #fff;
  outline: none;
}

.rate-s:nth-child(2) {
  border-radius: 0 0 0 0;
}

.rate-t {
  border-radius: 0 25px 25px 0;
  background: #fff;
  color: #00436d;
}
.rate-t.active {
  background: #ff8b11;
  color: #fff;
  outline: none;
}

.btn-credit-req {
  max-width: 300px;
  padding: 11px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  align-items: center;
  border-radius: 25px;
  background: #ff8b11;
  color: #fff !important;
  text-transform: uppercase;
  outline: none;
  margin-top: 25px;
}
.btn-credit-req:hover {
  color: #ff8b11 !important;
  background: #fff;
}

.btn-send-req {
  padding: 11px;
  max-width: 300px;
  border-radius: 25px;
  background: #ff8b11;
  color: #fff !important;
  outline: none;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-top: 40px;
  transition: 0.2s linear;
}
.btn-send-req:hover {
  border-color: #ff8b11;
  background: #fff;
  color: #ff8b11 !important;
}
.btn-send-req:focus {
  box-shadow: none;
}

.offer-tablinks:focus {
  box-shadow: none;
}

.btn-write-rev {
  max-width: 226px;
  border-radius: 20px;
  border: 1px solid #c7c7c7;
  transition: 0.3s;
}
.btn-write-rev span {
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-write-rev:focus {
  box-shadow: none;
}
.btn-write-rev:hover svg {
  fill: #00436d;
}

.btn-del-method, .btn-pay-method, .btn-comp-filter {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 3px solid transparent;
  background: #fff;
  color: #00436d;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-del-method.active, .btn-del-method:hover, .btn-pay-method.active, .btn-pay-method:hover, .btn-comp-filter.active, .btn-comp-filter:hover {
  color: inherit;
  border-color: #00436d;
}
@media screen and (max-width: 1379px) {
  .btn-del-method, .btn-pay-method, .btn-comp-filter {
    font-size: 0.75rem;
    height: 45px;
    line-height: 1;
  }
}

.btn-comp-filter {
  font-size: 1rem;
  font-weight: 500;
}

.btn-warehouse {
  border: 2px solid transparent;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.875rem;
  color: #a4a4a4;
  font-weight: 400;
  transition: 0.1s;
}
.btn-warehouse.active, .btn-warehouse:hover {
  border-color: #00436d;
  color: #27456b;
}
.btn-warehouse.active svg, .btn-warehouse:hover svg {
  fill: #00436d;
}

.btn-remove, .btn-remove-item {
  color: #ff6969;
  border: 1px solid #ff6969;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-left: 25px;
  font-size: 1.625rem;
  font-weight: 400;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-remove:hover, .btn-remove-item:hover {
  color: #fff;
  background: #ff6969;
}

.compare .btn-remove, .compare .btn-remove-item, .products .btn-remove, .products .btn-remove-item {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 25px;
}
@media screen and (max-width: 540px) {
  .compare .btn-remove, .compare .btn-remove-item, .products .btn-remove, .products .btn-remove-item {
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 540px) {
  .compare .btn-remove, .compare .btn-remove-item {
    top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .products.user-profile .btn-remove, .products.user-profile .btn-remove-item {
    top: 9px;
    right: 18px;
    font-size: 1.2rem;
    width: 18px;
    height: 18px;
  }
  .products.user-profile .offer-label, .products.user-profile .offer-label-sale, .products.user-profile .offer-label-credit, .products.user-profile .offer-label-free-delivery, .products.user-profile .offer-label-discount-delivery, .products.user-profile .offer-label-new, .products.user-profile .offer-label-none, .products.user-profile .products .offer-label-credit {
    width: 90px;
    left: calc(50% - 45px);
    height: 25px;
    font-size: 0.8rem;
  }
}
.qnt-button {
  color: #00436d;
  border: 1px solid #00436d;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  font-weight: 300;
  font-size: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qnt-button:hover {
  color: #fff;
  background: #00436d;
}

.cookie-accept {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #ff8b11;
  border-radius: 25px;
  padding: 10px 25px;
  margin: 5px;
  float: right;
}
.cookie-accept p {
  font-weight: 500;
  color: #fff;
}
.cookie-accept svg {
  margin-right: 10px;
  fill: #fff;
}

.btn-open-filter {
  justify-content: center;
  display: flex;
  font-weight: 600;
  font-size: 1.2rem;
  background: #00436d;
  color: #fff;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 541px) {
  .btn-open-filter {
    display: none;
  }
}
.btn-open-filter:hover {
  color: #ff8b11;
}
.btn-open-filter.active {
  color: #00436d;
  background: #ff8b11;
}

#mobile-nav {
  padding: 0;
  margin-right: 15px;
}

.add-fav.checked svg {
  fill: #fff;
}

.btn-slog a {
  align-items: center;
}
.btn-slog a:hover {
  opacity: 0.8;
}
.btn-slog a:hover p {
  color: #ff8b11;
}

.p-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-title h1 {
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.products {
  background: #f6f6f6;
}
.products .product-row {
  justify-content: center;
}
.products .offer-card {
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.1));
  width: 100%;
}
.products .offer-card .offer-thumbnail {
  padding: 10px;
}
.products .offer-card .offer-title {
  font-size: 1.25rem;
  white-space: break-spaces;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products .offer-card .offer-prices {
  padding: 0 45px 0 45px;
}
.products .offer-card img {
  height: auto;
  max-height: 150px;
  width: auto;
}
.products .offer-card .offer-description {
  padding: 15px 10px 30px 10px;
  min-height: 108px;
}
.products .offer-card .offer-description li {
  font-size: 0.875rem;
  color: #a4a4a4;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.products .offer-card .icon-action, .products .offer-card .icon-offerpage-action {
  margin: 0 15px 0 15px;
}
.products .offer-card .add-compare:hover::before,
.products .offer-card .add-cart:hover::before {
  margin: 0px 15px;
}
.products .offer-card .offer-action span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.product-title {
  font-size: 1.25rem;
  color: #a4a4a4;
  font-weight: 600;
  text-align: center;
}

.product-description {
  font-size: 1.125rem;
  color: #a4a4a4;
  font-weight: 400;
  text-align: justify;
}

.ftags-hidden {
  height: 70px;
  align-items: center;
  display: none;
}
.ftags-hidden.active {
  display: flex;
}

.tag_body {
  width: 111px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #c7c7c7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tag_body a {
  font-size: 1rem;
  color: #a4a4a4;
  font-weight: 500;
}
.tag_body .tags-block {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 5px;
  margin-top: 10px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 202px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  border-radius: 20px;
  border: 1px solid #c7c7c7;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: url("../img/icons/arrowselect.svg");
  transform: rotate(90deg);
  width: 10px;
  height: 7px;
  top: calc(50% - 3.5px);
  right: 20px;
  fill: #c7c7c7;
}
@media screen and (max-width: 540px) {
  .select-selected:after {
    width: 8px;
  }
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  content: url("../img/icons/arrowselect.svg");
  transform: rotate(-90deg);
  right: 29px;
}

.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #a4a4a4;
  padding: 8px 16px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 0 0 20px 20px;
  border-top: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sfb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sort-filter {
  position: relative;
  display: flex;
  align-items: center;
}

.product-filter {
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  background-color: #00436d;
  display: none;
}
.product-filter * {
  color: #fff;
}
.product-filter.active {
  display: block;
}

/* Fixed sidenav, full height */
.sidenav {
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .sidenav label, .dropdown-btn {
  display: flex;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, label:hover .dropdown-btn:hover {
  color: #ff8b11;
}

/* Add an active class to the active dropdown button */
/* Dropdown container*/
.dropdown-container {
  line-height: 0;
  display: none;
  background-color: transparent;
  padding-left: 8px;
}

#steps-slider * {
  cursor: pointer;
}

.dropdown-filter {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  cursor: pointer;
}
.dropdown-filter::after {
  position: absolute;
  content: url("../img/icons/Arrow-up-filtru.svg");
  transform: rotate(180deg);
  width: 18px;
  height: 11px;
  top: calc(50% - 5.5px);
  right: 0px;
  display: flex;
  align-items: center;
}
.dropdown-filter.active {
  background-color: transparent;
  color: white;
  margin-bottom: 0;
}
.dropdown-filter.active::after {
  transform: rotate(0deg);
}
.dropdown-filter:nth-last-child(2) {
  margin-bottom: 0;
}

label {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  label {
    font-size: 0.9rem;
    font-weight: 500;
  }
}

.checkboxfilter {
  margin: 10px 0 10px 0;
}
.checkboxfilter input[type=checkbox] + label {
  margin-top: 10px;
}
.checkboxfilter input[type=checkbox] + label::before {
  background: #fff;
  margin-right: 20px;
  position: relative;
}
.checkboxfilter input[type=checkbox]:checked + label::before {
  background: #ff8b11;
}
.checkboxfilter input[type=checkbox]:checked + label:after {
  left: 20px;
  top: calc(50% - 5px);
}

@media screen and (max-height: 568px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .p-title, .sort-filter {
    justify-content: center !important;
  }
  .p-title h1, .sort-filter h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .products .offer-card {
    height: 100%;
  }
  .products .offer-card .title-block {
    height: 100%;
  }
  .products .offer-card img {
    max-height: 150px;
  }
  .products .offer-card .offer-prices {
    bottom: 0px;
    padding: 0 10px 0 10px;
  }
  .products .offer-card .offer-title {
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .products .offer-card .products .offer-card .icon-action, .products .offer-card .products .offer-card .icon-offerpage-action {
    margin: 0 5px 0 5px;
  }
  .products .dropdown-filter, .products .sidenav label {
    font-size: 0.8rem;
  }
  .products .checkboxfilter input[type=checkbox] + label {
    margin-top: 2px;
  }

  .p-title h1 {
    font-size: 0.69rem;
  }

  .sort-filter {
    width: 100%;
  }
  .sort-filter label {
    padding-right: 10px;
  }
  .sort-filter .custom-select {
    width: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .sfb {
    justify-content: center;
  }

  .select-selected, .select-items {
    font-size: 0.8rem !important;
  }
}
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}

.content_detail__pagination.cdp {
  display: inline-flex;
}

.cdp {
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 6;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp_i {
  font-size: 20px;
  text-decoration: none;
  background: #c7c7c7;
  transition: background 250ms;
  text-transform: uppercase;
  margin: 0 3px 0px;
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  border: 2px solid transparent;
  line-height: 40px;
  padding: 0 0 0 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: none;
}
@media screen and (max-width: 540px) {
  .cdp_i {
    height: 30px;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    min-width: 0;
    font-size: 0.9rem;
  }
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp_i:hover {
  background-color: #00436d;
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
@media screen and (max-width: 540px) {
  .cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
    padding-right: 10px;
  }
}

.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="1"] .cdp_i:nth-child(2):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="1"] .cdp_i:nth-child(2):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="2"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="2"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="3"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="3"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="4"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="4"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="5"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="5"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="6"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="6"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="7"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="7"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="8"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="8"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="9"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="9"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="10"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="10"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="11"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="11"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="12"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="12"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="13"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="13"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="14"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="14"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="15"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="15"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="16"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="16"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="17"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="17"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="18"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="18"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="19"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="19"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="20"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="20"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="21"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="21"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="22"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="22"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="23"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="23"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="24"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="24"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="25"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="25"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="26"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="26"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="27"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="27"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="28"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="28"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="29"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="29"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="30"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="30"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="31"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="31"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="32"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="32"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="33"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="33"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="34"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="34"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="35"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="35"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="36"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="36"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="37"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="37"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="38"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="38"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="39"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="39"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="40"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="40"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="41"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="41"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="42"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="42"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="43"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="43"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="44"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="44"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="45"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="45"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="46"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="46"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="47"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="47"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="48"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="48"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="49"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="49"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="50"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="50"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="51"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="51"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="52"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="52"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="53"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="53"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="54"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="54"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="55"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="55"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="56"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="56"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="57"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="57"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="58"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="58"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="59"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="59"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="60"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="60"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="61"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="61"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="62"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="62"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="63"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="63"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="64"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="64"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="65"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="65"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="66"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="66"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="67"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="67"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="68"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="68"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="69"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="69"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="70"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="70"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="71"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="71"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="72"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="72"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="73"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="73"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="74"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="74"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="75"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="75"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="76"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="76"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="77"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="77"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="78"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="78"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="79"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="79"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="80"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="80"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="81"] .cdp_i:nth-child(80):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="81"] .cdp_i:nth-child(80):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="81"] .cdp_i:nth-child(80):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="81"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="81"] .cdp_i:nth-child(81):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="81"] .cdp_i:nth-child(82) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="81"] .cdp_i:nth-child(82) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="81"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(84):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(85):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(85):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="81"] .cdp_i:nth-child(85):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="81"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="81"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="82"] .cdp_i:nth-child(81):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="82"] .cdp_i:nth-child(81):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="82"] .cdp_i:nth-child(81):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="82"] .cdp_i:nth-child(81):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="82"] .cdp_i:nth-child(82):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="82"] .cdp_i:nth-child(83) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="82"] .cdp_i:nth-child(83) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="82"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(84):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(85):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(86):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(86):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="82"] .cdp_i:nth-child(86):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="82"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(84):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(85):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="82"] .cdp_i:nth-child(85):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="83"] .cdp_i:nth-child(82):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="83"] .cdp_i:nth-child(82):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="83"] .cdp_i:nth-child(82):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="83"] .cdp_i:nth-child(82):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="83"] .cdp_i:nth-child(83):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="83"] .cdp_i:nth-child(84) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="83"] .cdp_i:nth-child(84) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="83"] .cdp_i:nth-child(84):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(85):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(86):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(87):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(87):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="83"] .cdp_i:nth-child(87):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="83"] .cdp_i:nth-child(84):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(85):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(86):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="83"] .cdp_i:nth-child(86):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="84"] .cdp_i:nth-child(83):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="84"] .cdp_i:nth-child(83):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="84"] .cdp_i:nth-child(83):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="84"] .cdp_i:nth-child(83):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="84"] .cdp_i:nth-child(84):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="84"] .cdp_i:nth-child(85) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="84"] .cdp_i:nth-child(85) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="84"] .cdp_i:nth-child(85):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(86):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(87):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(88):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(88):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="84"] .cdp_i:nth-child(88):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="84"] .cdp_i:nth-child(85):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(86):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(87):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="84"] .cdp_i:nth-child(87):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="85"] .cdp_i:nth-child(84):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="85"] .cdp_i:nth-child(84):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="85"] .cdp_i:nth-child(84):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="85"] .cdp_i:nth-child(84):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="85"] .cdp_i:nth-child(85):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="85"] .cdp_i:nth-child(86) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="85"] .cdp_i:nth-child(86) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="85"] .cdp_i:nth-child(86):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(87):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(88):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(89):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(89):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="85"] .cdp_i:nth-child(89):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="85"] .cdp_i:nth-child(86):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(87):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(88):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="85"] .cdp_i:nth-child(88):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="86"] .cdp_i:nth-child(85):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="86"] .cdp_i:nth-child(85):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="86"] .cdp_i:nth-child(85):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="86"] .cdp_i:nth-child(85):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="86"] .cdp_i:nth-child(86):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="86"] .cdp_i:nth-child(87) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="86"] .cdp_i:nth-child(87) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="86"] .cdp_i:nth-child(87):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(88):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(89):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(90):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(90):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="86"] .cdp_i:nth-child(90):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="86"] .cdp_i:nth-child(87):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(88):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(89):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="86"] .cdp_i:nth-child(89):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="87"] .cdp_i:nth-child(86):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="87"] .cdp_i:nth-child(86):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="87"] .cdp_i:nth-child(86):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="87"] .cdp_i:nth-child(86):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="87"] .cdp_i:nth-child(87):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="87"] .cdp_i:nth-child(88) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="87"] .cdp_i:nth-child(88) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="87"] .cdp_i:nth-child(88):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(89):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(90):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(91):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(91):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="87"] .cdp_i:nth-child(91):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="87"] .cdp_i:nth-child(88):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(89):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(90):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="87"] .cdp_i:nth-child(90):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="88"] .cdp_i:nth-child(87):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="88"] .cdp_i:nth-child(87):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="88"] .cdp_i:nth-child(87):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="88"] .cdp_i:nth-child(87):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="88"] .cdp_i:nth-child(88):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="88"] .cdp_i:nth-child(89) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="88"] .cdp_i:nth-child(89) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="88"] .cdp_i:nth-child(89):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(90):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(91):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(92):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(92):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="88"] .cdp_i:nth-child(92):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="88"] .cdp_i:nth-child(89):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(90):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(91):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="88"] .cdp_i:nth-child(91):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="89"] .cdp_i:nth-child(88):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="89"] .cdp_i:nth-child(88):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="89"] .cdp_i:nth-child(88):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="89"] .cdp_i:nth-child(88):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="89"] .cdp_i:nth-child(89):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="89"] .cdp_i:nth-child(90) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="89"] .cdp_i:nth-child(90) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="89"] .cdp_i:nth-child(90):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(91):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(92):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(93):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(93):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="89"] .cdp_i:nth-child(93):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="89"] .cdp_i:nth-child(90):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(91):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(92):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="89"] .cdp_i:nth-child(92):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="90"] .cdp_i:nth-child(89):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="90"] .cdp_i:nth-child(89):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="90"] .cdp_i:nth-child(89):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="90"] .cdp_i:nth-child(89):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="90"] .cdp_i:nth-child(90):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="90"] .cdp_i:nth-child(91) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="90"] .cdp_i:nth-child(91) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="90"] .cdp_i:nth-child(91):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(92):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(93):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(94):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(94):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="90"] .cdp_i:nth-child(94):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="90"] .cdp_i:nth-child(91):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(92):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(93):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="90"] .cdp_i:nth-child(93):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="91"] .cdp_i:nth-child(90):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="91"] .cdp_i:nth-child(90):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="91"] .cdp_i:nth-child(90):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="91"] .cdp_i:nth-child(90):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="91"] .cdp_i:nth-child(91):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="91"] .cdp_i:nth-child(92) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="91"] .cdp_i:nth-child(92) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="91"] .cdp_i:nth-child(92):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(93):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(94):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(95):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(95):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="91"] .cdp_i:nth-child(95):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="91"] .cdp_i:nth-child(92):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(93):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(94):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="91"] .cdp_i:nth-child(94):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="92"] .cdp_i:nth-child(91):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="92"] .cdp_i:nth-child(91):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="92"] .cdp_i:nth-child(91):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="92"] .cdp_i:nth-child(91):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="92"] .cdp_i:nth-child(92):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="92"] .cdp_i:nth-child(93) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="92"] .cdp_i:nth-child(93) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="92"] .cdp_i:nth-child(93):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(94):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(95):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(96):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(96):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="92"] .cdp_i:nth-child(96):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="92"] .cdp_i:nth-child(93):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(94):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(95):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="92"] .cdp_i:nth-child(95):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="93"] .cdp_i:nth-child(92):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="93"] .cdp_i:nth-child(92):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="93"] .cdp_i:nth-child(92):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="93"] .cdp_i:nth-child(92):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="93"] .cdp_i:nth-child(93):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="93"] .cdp_i:nth-child(94) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="93"] .cdp_i:nth-child(94) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="93"] .cdp_i:nth-child(94):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(95):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(96):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(97):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(97):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="93"] .cdp_i:nth-child(97):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="93"] .cdp_i:nth-child(94):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(95):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(96):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="93"] .cdp_i:nth-child(96):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="94"] .cdp_i:nth-child(93):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="94"] .cdp_i:nth-child(93):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="94"] .cdp_i:nth-child(93):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="94"] .cdp_i:nth-child(93):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="94"] .cdp_i:nth-child(94):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="94"] .cdp_i:nth-child(95) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="94"] .cdp_i:nth-child(95) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="94"] .cdp_i:nth-child(95):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(96):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(97):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(98):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(98):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="94"] .cdp_i:nth-child(98):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="94"] .cdp_i:nth-child(95):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(96):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(97):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="94"] .cdp_i:nth-child(97):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="95"] .cdp_i:nth-child(94):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="95"] .cdp_i:nth-child(94):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="95"] .cdp_i:nth-child(94):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="95"] .cdp_i:nth-child(94):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="95"] .cdp_i:nth-child(95):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="95"] .cdp_i:nth-child(96) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="95"] .cdp_i:nth-child(96) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="95"] .cdp_i:nth-child(96):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(97):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(98):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(99):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(99):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="95"] .cdp_i:nth-child(99):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="95"] .cdp_i:nth-child(96):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(97):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(98):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="95"] .cdp_i:nth-child(98):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="96"] .cdp_i:nth-child(95):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="96"] .cdp_i:nth-child(95):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="96"] .cdp_i:nth-child(95):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="96"] .cdp_i:nth-child(95):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="96"] .cdp_i:nth-child(96):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="96"] .cdp_i:nth-child(97) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="96"] .cdp_i:nth-child(97) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="96"] .cdp_i:nth-child(97):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(98):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(99):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(100):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(100):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="96"] .cdp_i:nth-child(100):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="96"] .cdp_i:nth-child(97):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(98):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(99):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="96"] .cdp_i:nth-child(99):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="97"] .cdp_i:nth-child(96):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="97"] .cdp_i:nth-child(96):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="97"] .cdp_i:nth-child(96):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="97"] .cdp_i:nth-child(96):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="97"] .cdp_i:nth-child(97):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="97"] .cdp_i:nth-child(98) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="97"] .cdp_i:nth-child(98) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="97"] .cdp_i:nth-child(98):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(99):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(100):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(101):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(101):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="97"] .cdp_i:nth-child(101):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="97"] .cdp_i:nth-child(98):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(99):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(100):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="97"] .cdp_i:nth-child(100):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="98"] .cdp_i:nth-child(97):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="98"] .cdp_i:nth-child(97):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="98"] .cdp_i:nth-child(97):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="98"] .cdp_i:nth-child(97):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="98"] .cdp_i:nth-child(98):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="98"] .cdp_i:nth-child(99) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="98"] .cdp_i:nth-child(99) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="98"] .cdp_i:nth-child(99):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(100):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(101):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(102):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(102):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="98"] .cdp_i:nth-child(102):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="98"] .cdp_i:nth-child(99):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(100):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(101):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="98"] .cdp_i:nth-child(101):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="99"] .cdp_i:nth-child(98):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="99"] .cdp_i:nth-child(98):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="99"] .cdp_i:nth-child(98):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="99"] .cdp_i:nth-child(98):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="99"] .cdp_i:nth-child(99):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="99"] .cdp_i:nth-child(100) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="99"] .cdp_i:nth-child(100) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="99"] .cdp_i:nth-child(100):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(101):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(102):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(103):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(103):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="99"] .cdp_i:nth-child(103):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="99"] .cdp_i:nth-child(100):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(101):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(102):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="99"] .cdp_i:nth-child(102):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

.cdp[actpage="100"] .cdp_i:nth-child(99):not(:first-child):not(:nth-child(2)) {
  display: inline-flex;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 10px;
  background: transparent;
}
.cdp[actpage="100"] .cdp_i:nth-child(99):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #c7c7c7;
  font-size: 20px;
  margin-left: -18px;
  background: transparent;
}
@media screen and (max-width: 540px) {
  .cdp[actpage="100"] .cdp_i:nth-child(99):not(:first-child):not(:nth-child(2)):after {
    margin-left: -10px;
  }
}
.cdp[actpage="100"] .cdp_i:nth-child(99):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="100"] .cdp_i:nth-child(100):not(:first-child) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cdp[actpage="100"] .cdp_i:nth-child(101) {
  background-color: #00436d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cdp[actpage="100"] .cdp_i:nth-child(101) + .cdp_i:last-child {
  display: none !important;
}
@media screen and (min-width: 541px) {
  .cdp[actpage="100"] .cdp_i:nth-child(101):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(102):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(103):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(104):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(104):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 541px) and (max-width: 540px) {
  .cdp[actpage="100"] .cdp_i:nth-child(104):not(:last-child):not(:nth-last-child(2)):after {
    margin-left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .cdp[actpage="100"] .cdp_i:nth-child(101):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(102):not(:last-child) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(103):not(:last-child):not(:nth-last-child(2)) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background: transparent;
    width: 10px;
  }
  .cdp[actpage="100"] .cdp_i:nth-child(103):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #c7c7c7;
    background: transparent;
    font-size: 20px;
    margin-left: -10px;
  }
}

/* MULTI SPINNER */
.db-spinner-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: #3e383280;
  z-index: 1000;
  display: none;
}

/* DOUBLE BORDER SPINNER */
.db-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #00436d;
  border-top-color: #ff8b11;
  border-bottom-color: #ff8b11;
  animation: 1s spin linear infinite;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 1000;
}

.sliderfilter {
  padding: 30px 30px 30px 4px;
}
.sliderfilter .sliderinput {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.sliderfilter .sliderinput input {
  max-width: 100px;
  background: none;
  border: none;
  text-align: right;
}
.sliderfilter .sliderinput input:first-of-type {
  text-align: left;
}
.sliderfilter .noUi-connect {
  background: #fff;
}
.sliderfilter .noUi-connects {
  background: #a4a4a4;
}
.sliderfilter .noUi-target {
  border: 0px solid;
}
.sliderfilter .noUi-horizontal {
  height: 7px;
}
.sliderfilter .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #ff8b11;
  box-shadow: none;
}
.sliderfilter .noUi-handle::after, .sliderfilter .noUi-handle::before {
  background: none;
}
.sliderfilter .noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
}

.forms-block {
  padding-top: 475px;
}
.forms-block #map {
  height: 690px;
}

.contact-block {
  width: 690px;
  min-height: 645px;
  max-width: 100%;
  border-radius: 15px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.23));
  background-color: #fff;
}
.contact-block h3 {
  font-weight: bolder;
}
.contact-block p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
}
.contact-block .contact-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.contact-block .contact-text.first {
  align-items: flex-start;
}
.contact-block .contact-info {
  display: grid;
  grid-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
.contact-block .contact-info .info-r {
  display: flex;
  align-items: center;
}
.contact-block .contact-form {
  margin-bottom: 0;
  width: 100%;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.contact-block .contact-form input, .contact-block .contact-form textarea {
  width: inherit;
  resize: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(164, 164, 164, 0.5);
  max-width: 510px;
  padding: 20px;
  color: #00436d;
}
.contact-block .contact-form input::-moz-placeholder, .contact-block .contact-form textarea::-moz-placeholder {
  color: #a4a4a4;
}
.contact-block .contact-form input::placeholder, .contact-block .contact-form textarea::placeholder {
  color: #a4a4a4;
}
.contact-block .contact-form #client-msg {
  height: 233px;
}
.contact-block .contact-form input {
  height: 40px;
  margin-bottom: 25px;
}
.contact-block .btn-save, .contact-block .btn-cancel {
  width: 300px;
  padding: 10px;
  max-height: 100%;
  max-width: 100%;
  margin-top: 35px;
  border-radius: 25px;
}

.pointloc {
  cursor: help;
}

@media screen and (max-width: 540px) {
  .contact-block {
    min-height: 0px;
  }
  .contact-block .contact-form input {
    margin-bottom: 10px;
  }
  .contact-block h3 {
    font-size: 1rem;
  }
  .contact-block * {
    font-size: 0.7rem !important;
  }
  .contact-block .icon-info {
    width: 15px;
    margin-right: 10px;
  }
  .contact-block .contact-info {
    grid-gap: 5px;
    padding: 0;
  }
  .contact-block .contact-text {
    align-items: flex-start;
  }
  .contact-block .btn-cancel, .contact-block .btn-save {
    margin-top: 20px;
  }

  .forms-block {
    padding-top: 45vh;
  }
}
#similar-offer .owl-dots {
  position: relative;
  bottom: 0;
}

#offer-title {
  overflow-y: hidden;
}

#breadcrumb {
  height: 75px;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 0px;
}
#breadcrumb nav {
  height: 100%;
  display: flex;
  align-items: center;
}
#breadcrumb .breadcrumb-item {
  margin-bottom: 0px;
}

#offer-info > p, #offer-brand {
  font-size: 1.375rem;
  color: #505050;
  font-weight: 400;
}

.offer-values {
  display: grid;
}
.offer-values p {
  display: flex;
  align-items: center;
}
.offer-values #offer-status {
  font-size: 1.125rem;
  font-weight: 500;
}
.offer-values #offer-status.instock {
  color: #28a745;
}
.offer-values #offer-status.outofstock {
  color: #dc3545;
}
.offer-values #offer-sku {
  color: #a4a4a4;
  font-size: 1.125rem;
  font-weight: 500;
}

.offer-short-spec {
  color: #505050;
  font-size: 1.125rem;
  font-weight: 400;
  display: grid;
}

.offer-purchase .offer-prices {
  width: 100%;
  border-radius: 15px;
  background: #ff8b11;
}
.offer-purchase .offer-prices .offon {
  padding: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.offer-purchase .offer-prices .offon .offer-old-price {
  font-size: 1.1875rem;
  text-decoration: line-through;
  font-weight: 400;
}
.offer-purchase .offer-prices .offon .offer-old-price span {
  font-size: inherit;
  font-weight: inherit;
}
.offer-purchase .offer-prices .offon .offer-new-price, .offer-purchase .offer-prices .offon .offer-new-price span, .offer-new-price .offer-purchase .offer-prices .offon span {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bolder;
}
.offer-purchase .offer-prices .offon .offer-economy-price {
  font-size: 1.1875rem;
  font-weight: 500;
}
.offer-purchase .offer-prices .offon .offer-economy-price span {
  font-size: inherit;
  font-weight: inherit;
}

.offer-credit-form {
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  background-color: #00436d;
}
.offer-credit-form .btn-group {
  margin-bottom: 25px;
  width: 100%;
}

.list-unstyled {
  margin-bottom: 0;
  width: 100%;
}
.list-unstyled * {
  color: #ff8b11;
  font-size: 1.125rem;
  font-weight: 500;
}
.list-unstyled .tabcontent {
  display: grid;
  justify-content: center;
}
.list-unstyled .tabcontent .sim_row:nth-of-type(3) td, .list-unstyled .tabcontent .sim_row:nth-of-type(6) td {
  color: #fff;
}
.list-unstyled .tabcontent .second_sim {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #ff8b11;
  font-size: 1.125rem;
  white-space: nowrap;
}
.list-unstyled .tabcontent .first_sim {
  text-align: left;
  padding-left: 15px;
  white-space: nowrap;
}
.list-unstyled .tabcontent .input_rate {
  width: 65px;
  background: none;
  border: none;
  -moz-appearance: textfield;
}
.list-unstyled .tabcontent .input_rate::-webkit-outer-spin-button, .list-unstyled .tabcontent .input_rate::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-unstyled .telefon_credit {
  -moz-appearance: textfield;
}
.list-unstyled .telefon_credit-webkit-outer-spin-button, .list-unstyled .telefon_credit-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.modal_cred, .modal_rev {
  z-index: 1000;
  position: fixed;
  border-radius: 15px;
  width: 94%;
  top: calc(50% - 235px);
  left: 0;
  margin: 0 auto;
  right: 0;
}

.modal_cred {
  top: calc(50% - 235px);
}

.cmodal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background-clip: padding-box;
  outline: 0;
  max-width: 510px;
  margin: 0 auto;
}

.modal-title {
  font-size: 1.125rem;
  color: #00436d;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.modal-title-review {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
}

.credit_modal, .review_modal {
  display: none;
  position: fixed;
  width: 94%;
  z-index: 1500;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}

.cmodal-body {
  position: relative;
  text-align: center;
}

.cmodal-header {
  min-height: 1rem;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  float: right;
  line-height: 1;
}

.after_succes {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11111;
  background: #fff;
  align-items: center;
}

.campuri_credit, .camp_rev {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  margin: 18px auto;
  border-radius: 5px;
  border: 1px solid rgba(164, 164, 164, 0.5);
  color: #00436d;
  text-align: center;
}
.campuri_credit::-moz-placeholder, .camp_rev::-moz-placeholder {
  font-size: 1rem;
  color: #7b7b7b;
  font-weight: 400;
  text-align: center;
}
.campuri_credit::placeholder, .camp_rev::placeholder {
  font-size: 1rem;
  color: #7b7b7b;
  font-weight: 400;
  text-align: center;
}
.campuri_credit.comment_rev, .camp_rev.comment_rev {
  height: 233px;
  resize: none;
  padding: 5px;
}
@media screen and (max-width: 540px) {
  .campuri_credit.comment_rev, .camp_rev.comment_rev {
    height: 150px;
  }
}

.data_credit[type=date]::-webkit-inner-spin-button,
.data_credit[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.data_credit {
  font-weight: 400;
  color: #8b8b8b;
}

#offer-content-tabs {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  flex-flow: column;
}

.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.3s;
  font-size: 1.375rem;
  color: #00436d;
  font-weight: 600;
}
.tab button:hover {
  color: #ff8b11;
}
.tab button.active {
  color: #ff8b11;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

#offer-content-specs, #offer-content-reviews {
  display: none;
  height: 100%;
}

.offer-content {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.attr_group {
  padding-bottom: 20px;
}
.attr_group .attr_specs {
  display: grid;
  grid-template-columns: 50% auto;
}
.attr_group .attr_specs .attr_group_name {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  grid-column: span 2;
  background: #a4a4a4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attr_group .attr_specs .attr_name, .attr_group .attr_specs .attr_val {
  padding-left: 15px;
  font-size: 1rem;
  color: #505050;
  font-weight: 400;
  min-height: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.attr_group .attr_specs div {
  border: 1px solid rgba(164, 164, 164, 0.5);
}

.review-block {
  background: #fff;
  width: 1410px;
  max-width: 100%;
  min-height: 140px;
  border-radius: 5px;
  border: 1px solid rgba(164, 164, 164, 0.5);
}
.review-block .rev-head {
  padding: 15px 18px 15px 18px;
  border-bottom: 1px solid #a4a4a4;
}
.review-block .rev-head .user-name {
  font-size: 1.125rem;
  font-weight: 500;
}
.review-block .rev-main {
  padding: 15px 18px 15px 18px;
}
.review-block .rev-main p {
  font-size: 1rem;
  color: #505050;
  font-weight: 400;
}

.modal-review__rating-order-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

/* Initial state */
div.modal-review__rating-order-wrap > label {
  height: 30px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='99'%20height='33'%3E%3Cpath%20d='M17.5,12.5h-8.5l6.8,5-2.6,8.1,6.8-5,6.8,5-2.6-8.1,6.8-5h-8.5l-2.6-8.1z'%20fill='%23a4a4a4'%20stroke='%23a4a4a4'/%3E%3Cpath%20d='M57.5,12.5h-8.5l6.8,5-2.6,8.1,6.8-5,6.8,5-2.6-8.1,6.8-5h-8.5l-2.6-8.1z'%20fill='%23ff8b11'%20stroke='%23ff8b11'/%3E%3C/svg%3E");
  background-position: 0px 0px;
  /* gray star */
  cursor: pointer;
}

/* Persistent state */
div.modal-review__rating-order-wrap[data-rating-value] > label {
  background-position: -40px 0px;
}

div.modal-review__rating-order-wrap > label.checked ~ label {
  background-position: 0px 0px;
  /* gray star */
}

/* Hover state */
div.modal-review__rating-order-wrap[class]:hover > label {
  background-position: -40px 0px;
  /* gold star */
  transition-property: none !important;
}

div.modal-review__rating-order-wrap[class] > label:hover ~ label {
  background-position: 0px 0px;
  /* gray star */
}

.radiostar {
  display: none;
}

#month_12 .simulator_credit table {
  margin-right: 56px;
}

#month_6 .simulator_credit table {
  margin-right: 56px;
}

#month_4 .simulator_credit table {
  margin-right: 56px;
}

#month_12_0 .simulator_credit table {
  margin-right: 56px;
}

.iute-logo {
  position: relative;
  bottom: 1px;
  width: 80px;
  height: 30px;
  margin-left: 5px;
}

@media screen and (max-width: 540px) {
  .btn-credit-req, .btn-purchase, .offer-action-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-credit-req, .btn-purchase {
    font-size: 1rem;
  }

  .offer-values {
    grid-template-columns: 25% 25%;
  }

  .offer-tablinks {
    font-size: 1rem !important;
  }

  .modal_cred {
    bottom: 0;
  }

  #offer-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  #offer-info p, #offer-info span {
    font-size: 0.8rem !important;
  }

  .list-unstyled .simulator_credit * {
    font-size: 0.8rem !important;
  }

  .simulator_credit table {
    justify-content: center;
    display: flex;
    margin-right: 5% !important;
  }

  .offer-purchase .offer-prices .offon .offer-new-price, .offer-purchase .offer-prices .offon .offer-new-price span, .offer-new-price .offer-purchase .offer-prices .offon span {
    font-size: 1.3rem;
  }

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

  .rate-s, .rate-t {
    font-size: 0.8rem;
  }
}
.cart .cart-list, .cart .delivery-method, .cart .payment-method {
  border-radius: 15px;
  background: #f6f6f6;
  border: 1px solid rgba(161, 158, 156, 0.5);
  padding: 40px;
}
.cart .cart-list {
  max-height: 100%;
  padding: 0 0 0 0;
  background: #fff;
}
.cart .cart-list h3 {
  color: #27456b;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 40px 0;
}
.cart .cart-list .offer-title {
  margin-top: 0;
}
.cart .cart-list .offer-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart .cart-list .orderlist {
  align-items: flex-start;
}
.cart .cart-list .orderlist .result-price {
  max-height: 115px;
}
.cart .cart-list .orderlist .result-price form {
  display: inline-flex;
}
@media screen and (max-width: 540px) {
  .cart .cart-list .orderlist .result-price {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.cart .cart-list .orderlist .result-info {
  width: 100%;
}
@media screen and (max-width: 540px) {
  .cart .cart-list .orderlist .result-info {
    text-align: center;
  }
  .cart .cart-list .orderlist .result-info .offer-title {
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .cart .cart-list .orderlist {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.cart .cart-list .qnt {
  display: inline-flex;
}
.cart .cart-list .product-qt {
  background: none;
  border: none;
  width: 40px;
  text-align: center;
  font-size: 1.125rem;
  color: #00436d;
  font-weight: 400;
}
.cart .cart-list .order-total span {
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .cart .cart-list .order-total {
    padding-right: 0;
    text-align: center;
  }
}
.cart .cart-list .empty-cart {
  font-size: 1.5rem;
  text-align: center;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  top: 25%;
  display: none;
}
.cart .payment-method .p-method-btn-block {
  grid-template-areas: "one one" "two three" "four four";
}
.cart .payment-method .p-method-btn-block .btn-pay-method:first-of-type {
  grid-area: one;
}
.cart .payment-method .p-method-btn-block .btn-pay-method:nth-of-type(2) {
  grid-area: two;
}
.cart .payment-method .p-method-btn-block .btn-pay-method:nth-of-type(3) {
  grid-area: three;
}
.cart .payment-method .p-method-btn-block .btn-pay-method:nth-of-type(4) {
  grid-area: four;
}
.cart .delivery-method input {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  text-indent: 15px;
  padding: 7px;
}
.cart .delivery-method #delivery-state {
  width: 100%;
  color: #27456b;
  background: #fff;
  border: 1px solid rgba(161, 158, 156, 0.5);
  border-radius: 5px;
  padding: 9px 7px 9px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../img/icons/arrow-down-filtru.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 15px;
  outline: none;
}
.cart .cart-methods h3 {
  color: #27456b;
  font-weight: 600;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 30px;
}
.cart .cart-methods .d-method-btn-block, .cart .cart-methods .p-method-btn-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
.cart .cart-methods .delivery-inputs, .cart .cart-methods .iute-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
.cart .cart-methods .d-method-modal {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
.cart .cart-methods .d-method-modal#d-currier {
  display: block;
}
.cart .cart-methods .offer-credit-form {
  display: none;
  justify-content: center;
  max-width: 512px;
  margin-top: -5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1379px) {
  .cart .cart-methods .offer-credit-form {
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .cart .simulator_credit table {
    margin-right: 3% !important;
  }
  .cart .delivery-method, .cart .payment-method {
    padding: 20px;
  }
  .cart .cart-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cart .cart-list h3 {
    margin-top: 0px;
  }
  .cart .cart-list .orderlist {
    align-items: flex-start;
  }
  .cart .cart-list .orderlist .offer-thumbnail img {
    max-height: 95px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cart .cart-list .orderlist .result-price {
    max-height: 115px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .cart .cart-list .orderlist .result-price form {
    display: inline-flex;
    margin-bottom: 0;
  }
  .cart .cart-list .orderlist .result-info {
    width: 100%;
    text-align: center;
  }
  .cart .cart-list .orderlist .result-info .offer-title {
    text-align: center;
  }
  .cart .cart-methods #delivery-state {
    background-position: 90% center;
    background-size: 12px;
  }
  .cart .cart-methods .delivery-method input, .cart .cart-methods .payment-method input {
    font-size: 0.65rem;
    text-indent: 5px;
  }
  .cart .cart-methods select {
    padding-left: 0;
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 768px) {
  .cart .cart-list h3 {
    margin: 10px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.125rem;
  }
}
.cart .iute-inputs input {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 7px;
  text-indent: 15px;
  width: 100%;
  color: #7e7975;
}

.cart .iute-inputs input[type=date]::-webkit-inner-spin-button,
.cart .iute-inputs input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .tablinks {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 540px) {
  .tablinks {
    font-size: 10px !important;
  }

  .creditrate, .rate-s, .rate-t {
    padding: 5px 5px;
  }
}
.compare .comp-filter {
  border-radius: 15px;
  background-color: #f6f6f6;
  border: 1px solid #c7c7c7;
  padding: 40px;
}
.compare h1 {
  font-size: 1.5rem;
  color: #27456b;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  margin-bottom: 50px;
}
.compare .filter-group {
  display: grid;
  grid-gap: 20px;
  justify-content: center;
  grid-template-columns: 1fr;
}
.compare .offer-card {
  width: 100%;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.1));
}
.compare .offer-card:hover {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.23));
}
.compare .offer-card .add-cart:hover::before {
  margin: 0px 20px 0 0px;
}
.compare .offer-card img {
  width: auto;
  max-height: 120px;
}
@media screen and (max-width: 1379px) {
  .compare .offer-card img {
    max-height: 90px;
  }
}
.compare .offer-card .icon-action, .compare .offer-card .icon-offerpage-action {
  margin: 0 20px 0 0px;
}
.compare .offer-card .offer-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  max-width: 240px;
  margin: 10px auto;
}
.compare .offer-card .offer-prices {
  display: grid;
}
.compare .offer-card .add-cart span {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.compare .comp_attr_group {
  font-size: 1rem;
  color: #505050;
  font-weight: 400;
}
.compare .comp_specs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .compare .comp_specs {
    font-size: 0.75rem;
  }
}
.compare .comp_specs .comp_attr_name {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
}
.compare .comp_specs .comp_attr_name.active, .compare .comp_specs .attr_value.active {
  background: #ff8b11;
  color: #fff;
  font-weight: 500;
}
.compare .comp_specs div {
  border: 1px solid rgba(164, 164, 164, 0.5);
  min-height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.compare .comp_attr_group_name {
  background: #a4a4a4;
  border: 1px solid rgba(164, 164, 164, 0.5);
}
.compare .comp_attr_group_name:first-of-type {
  border-radius: 5px 5px 0 0;
}
.compare .comp_attr_group_name p {
  width: 25%;
  min-height: 30px;
  text-align: center;
  align-self: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 540px) {
  .offer-card .title-block {
    height: 100%;
    width: 100%;
  }

  .compare .offer-card {
    height: 100%;
  }

  .offer-card .offer-prices {
    position: relative;
    bottom: 0;
  }

  .offer-title {
    padding: 0 0px 0 0px;
    font-size: 1rem;
  }

  .comp_attr_name {
    padding-left: 5px !important;
  }

  .compare .offer-card .offer-title {
    max-width: 100%;
    margin: 0px auto;
  }

  .btn-warehouse {
    font-size: 0.775rem;
  }
  .btn-warehouse .icon-whouse {
    margin-right: 0;
  }
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 100px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #fd7e14;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #00436d;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
#blog_container {
  min-height: 60vh;
}
#blog_container .card_blog {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
#blog_container .card_blog .post_link {
  display: inline-block;
}
#blog_container .card_blog .post_link picture img {
  width: 100%;
}
#blog_container .card_blog .post_link .post_blog_title {
  font-weight: 600;
}

#article_container {
  min-height: 60vh;
}
#article_container .article_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#article_container .article_content {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 5px;
}
#article_container .article_created {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 30px;
}
#article_container a, #article_container a * {
  color: #3699ff;
}
#article_container u, #article_container u * {
  text-decoration: underline;
}
#article_container p {
  display: block;
}
@media (max-width: 1200px) {
  #article_container .article_title {
    font-size: 1rem;
  }
}

#map-canvas {
  height: 500px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.placeDiv {
  z-index: 5;
  position: absolute;
}

.map-container {
  position: relative;
}

.placecard__container {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 250px;
  width: 100%;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}
.placecard__left {
  float: left;
  width: 75%;
}
.placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px/normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}
.placecard__phone {
  font-size: 12px;
}
.placecard__info {
  color: #5b5b5b;
  cursor: default;
  height: 32px;
  width: 200px;
  -moz-column-rule-color: #5b5b5b;
       column-rule-color: #5b5b5b;
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px/normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
}
.placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.mx-auto {
  margin: inherit auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}

.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}

.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}

.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.mt-80,
.my-80 {
  margin-top: 5rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}

.m-90 {
  margin: 5.625rem !important;
}

.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}

.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}

.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}

.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}

.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}

.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}

.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}

.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.pt-80,
.py-80 {
  padding-top: 5rem !important;
}

.pr-80,
.px-80 {
  padding-right: 5rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}

.pl-80,
.px-80 {
  padding-left: 5rem !important;
}

.p-90 {
  padding: 5.625rem !important;
}

.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}

.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}

.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}

.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}

.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}

.m-n10 {
  margin: -0.625rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -0.625rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -0.625rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -0.625rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -0.625rem !important;
}

.m-n20 {
  margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}

.m-n30 {
  margin: -1.875rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -1.875rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -1.875rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -1.875rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -1.875rem !important;
}

.m-n40 {
  margin: -2.5rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}

.m-n50 {
  margin: -3.125rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -3.125rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -3.125rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -3.125rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -3.125rem !important;
}

.m-n60 {
  margin: -3.75rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}

.m-n70 {
  margin: -4.375rem !important;
}

.mt-n70,
.my-n70 {
  margin-top: -4.375rem !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -4.375rem !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -4.375rem !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -4.375rem !important;
}

.m-n80 {
  margin: -5rem !important;
}

.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}

.m-n90 {
  margin: -5.625rem !important;
}

.mt-n90,
.my-n90 {
  margin-top: -5.625rem !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -5.625rem !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -5.625rem !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -5.625rem !important;
}

.m-n100 {
  margin: -6.25rem !important;
}

.mt-n100,
.my-n100 {
  margin-top: -6.25rem !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -6.25rem !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -6.25rem !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -6.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-70 {
    margin: 4.375rem !important;
  }

  .mt-sm-70,
.my-sm-70 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-70,
.mx-sm-70 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-70,
.my-sm-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-70,
.mx-sm-70 {
    margin-left: 4.375rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-90 {
    margin: 5.625rem !important;
  }

  .mt-sm-90,
.my-sm-90 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-90,
.mx-sm-90 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-90,
.my-sm-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-90,
.mx-sm-90 {
    margin-left: 5.625rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100,
.my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100,
.mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100,
.my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 6.25rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-70 {
    padding: 4.375rem !important;
  }

  .pt-sm-70,
.py-sm-70 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-70,
.px-sm-70 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-70,
.py-sm-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-70,
.px-sm-70 {
    padding-left: 4.375rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-90 {
    padding: 5.625rem !important;
  }

  .pt-sm-90,
.py-sm-90 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-90,
.px-sm-90 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-90,
.py-sm-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-90,
.px-sm-90 {
    padding-left: 5.625rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100,
.py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100,
.px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100,
.py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100,
.px-sm-100 {
    padding-left: 6.25rem !important;
  }

  .m-sm-n10 {
    margin: -0.625rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n30 {
    margin: -1.875rem !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n40 {
    margin: -2.5rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n50 {
    margin: -3.125rem !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -3.125rem !important;
  }

  .m-sm-n60 {
    margin: -3.75rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n70 {
    margin: -4.375rem !important;
  }

  .mt-sm-n70,
.my-sm-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-sm-n70,
.mx-sm-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-sm-n70,
.my-sm-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-sm-n70,
.mx-sm-n70 {
    margin-left: -4.375rem !important;
  }

  .m-sm-n80 {
    margin: -5rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -5rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -5rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -5rem !important;
  }

  .m-sm-n90 {
    margin: -5.625rem !important;
  }

  .mt-sm-n90,
.my-sm-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-sm-n90,
.mx-sm-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-sm-n90,
.my-sm-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-sm-n90,
.mx-sm-n90 {
    margin-left: -5.625rem !important;
  }

  .m-sm-n100 {
    margin: -6.25rem !important;
  }

  .mt-sm-n100,
.my-sm-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n100,
.mx-sm-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n100,
.my-sm-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n100,
.mx-sm-n100 {
    margin-left: -6.25rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-70 {
    margin: 4.375rem !important;
  }

  .mt-md-70,
.my-md-70 {
    margin-top: 4.375rem !important;
  }

  .mr-md-70,
.mx-md-70 {
    margin-right: 4.375rem !important;
  }

  .mb-md-70,
.my-md-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-70,
.mx-md-70 {
    margin-left: 4.375rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-90 {
    margin: 5.625rem !important;
  }

  .mt-md-90,
.my-md-90 {
    margin-top: 5.625rem !important;
  }

  .mr-md-90,
.mx-md-90 {
    margin-right: 5.625rem !important;
  }

  .mb-md-90,
.my-md-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-90,
.mx-md-90 {
    margin-left: 5.625rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100,
.my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100,
.mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100,
.my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100,
.mx-md-100 {
    margin-left: 6.25rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-70 {
    padding: 4.375rem !important;
  }

  .pt-md-70,
.py-md-70 {
    padding-top: 4.375rem !important;
  }

  .pr-md-70,
.px-md-70 {
    padding-right: 4.375rem !important;
  }

  .pb-md-70,
.py-md-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-70,
.px-md-70 {
    padding-left: 4.375rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-90 {
    padding: 5.625rem !important;
  }

  .pt-md-90,
.py-md-90 {
    padding-top: 5.625rem !important;
  }

  .pr-md-90,
.px-md-90 {
    padding-right: 5.625rem !important;
  }

  .pb-md-90,
.py-md-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-90,
.px-md-90 {
    padding-left: 5.625rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100,
.py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100,
.px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100,
.py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100,
.px-md-100 {
    padding-left: 6.25rem !important;
  }

  .m-md-n10 {
    margin: -0.625rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -0.625rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n30 {
    margin: -1.875rem !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -1.875rem !important;
  }

  .m-md-n40 {
    margin: -2.5rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

  .m-md-n50 {
    margin: -3.125rem !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -3.125rem !important;
  }

  .m-md-n60 {
    margin: -3.75rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

  .m-md-n70 {
    margin: -4.375rem !important;
  }

  .mt-md-n70,
.my-md-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-md-n70,
.mx-md-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-md-n70,
.my-md-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-md-n70,
.mx-md-n70 {
    margin-left: -4.375rem !important;
  }

  .m-md-n80 {
    margin: -5rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -5rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -5rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -5rem !important;
  }

  .m-md-n90 {
    margin: -5.625rem !important;
  }

  .mt-md-n90,
.my-md-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-md-n90,
.mx-md-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-md-n90,
.my-md-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-md-n90,
.mx-md-n90 {
    margin-left: -5.625rem !important;
  }

  .m-md-n100 {
    margin: -6.25rem !important;
  }

  .mt-md-n100,
.my-md-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n100,
.mx-md-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n100,
.my-md-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n100,
.mx-md-n100 {
    margin-left: -6.25rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-70 {
    margin: 4.375rem !important;
  }

  .mt-lg-70,
.my-lg-70 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-70,
.mx-lg-70 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-70,
.my-lg-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-70,
.mx-lg-70 {
    margin-left: 4.375rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-90 {
    margin: 5.625rem !important;
  }

  .mt-lg-90,
.my-lg-90 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-90,
.mx-lg-90 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-90,
.my-lg-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-90,
.mx-lg-90 {
    margin-left: 5.625rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100,
.my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100,
.mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100,
.my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 6.25rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-70 {
    padding: 4.375rem !important;
  }

  .pt-lg-70,
.py-lg-70 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-70,
.px-lg-70 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-70,
.py-lg-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-70,
.px-lg-70 {
    padding-left: 4.375rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-90 {
    padding: 5.625rem !important;
  }

  .pt-lg-90,
.py-lg-90 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-90,
.px-lg-90 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-90,
.py-lg-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-90,
.px-lg-90 {
    padding-left: 5.625rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100,
.py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100,
.px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100,
.py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100,
.px-lg-100 {
    padding-left: 6.25rem !important;
  }

  .m-lg-n10 {
    margin: -0.625rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n30 {
    margin: -1.875rem !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n40 {
    margin: -2.5rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n50 {
    margin: -3.125rem !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -3.125rem !important;
  }

  .m-lg-n60 {
    margin: -3.75rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n70 {
    margin: -4.375rem !important;
  }

  .mt-lg-n70,
.my-lg-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-lg-n70,
.mx-lg-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-lg-n70,
.my-lg-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-lg-n70,
.mx-lg-n70 {
    margin-left: -4.375rem !important;
  }

  .m-lg-n80 {
    margin: -5rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -5rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -5rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -5rem !important;
  }

  .m-lg-n90 {
    margin: -5.625rem !important;
  }

  .mt-lg-n90,
.my-lg-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-lg-n90,
.mx-lg-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-lg-n90,
.my-lg-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-lg-n90,
.mx-lg-n90 {
    margin-left: -5.625rem !important;
  }

  .m-lg-n100 {
    margin: -6.25rem !important;
  }

  .mt-lg-n100,
.my-lg-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n100,
.mx-lg-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n100,
.my-lg-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n100,
.mx-lg-n100 {
    margin-left: -6.25rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1380px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-70 {
    margin: 4.375rem !important;
  }

  .mt-xl-70,
.my-xl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-70,
.mx-xl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-70,
.my-xl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-70,
.mx-xl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-90 {
    margin: 5.625rem !important;
  }

  .mt-xl-90,
.my-xl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-90,
.mx-xl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-90,
.my-xl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-90,
.mx-xl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100,
.my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100,
.mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100,
.my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 6.25rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-70 {
    padding: 4.375rem !important;
  }

  .pt-xl-70,
.py-xl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-70,
.px-xl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-70,
.py-xl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-70,
.px-xl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-90 {
    padding: 5.625rem !important;
  }

  .pt-xl-90,
.py-xl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-90,
.px-xl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-90,
.py-xl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-90,
.px-xl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100,
.py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100,
.px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100,
.py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100,
.px-xl-100 {
    padding-left: 6.25rem !important;
  }

  .m-xl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xl-n70,
.my-xl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xl-n70,
.mx-xl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xl-n70,
.my-xl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xl-n70,
.mx-xl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xl-n90,
.my-xl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xl-n90,
.mx-xl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xl-n90,
.my-xl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xl-n90,
.mx-xl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xl-n100,
.my-xl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n100,
.mx-xl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n100,
.my-xl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n100,
.mx-xl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
