<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-slider.ig-cpt {
  height: 320px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.custom-slider.ig-cpt .slider-for .slick-slide.slick-current.slick-active {
  position: absolute !important;
  left: 0 !important;
}

.custom-slider.ig-cpt .ig-cpt-body &gt; div,
.custom-slider.ig-cpt .ig-widget-html {
  padding: 0 !important;
}

.custom-slider.ig-cpt button.slick-prev.slick-arrow {
  display: none !important;
}

.custom-slider.ig-cpt .custom-slick {
  width: 100%;
  height: 320px;
}

.custom-slider.ig-cpt .img-src {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-slider.ig-cpt .slider-for {
  float: left;
  width: 70%;
  height: 320px;
  background: #59a8e5;
}

.custom-slider.ig-cpt .slider-for img {
  position: absolute;
  min-width: 100%;
  max-width: none;
}

.custom-slider.ig-cpt .slider-nav {
  float: left;
  width: 30%;
  height: 320px;
}

.custom-slider.ig-cpt .slider-nav .slick-track {
  width: 100% !important;
  height: 320px;
}

.custom-slider.ig-cpt .slider-nav .slick-slide {
  z-index: 0 !important;
  width: 100% !important;
  height: 33.36%;
  padding: 5%;
  color: #59a8e5;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-right: 8px solid #fff;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

.custom-slider.ig-cpt .slider-nav .slick-slide a {
  color: #000;
}

.custom-slider.ig-cpt .slider-nav .slick-slide a.readmore {
  font-size: 15px;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}

.custom-slider.ig-cpt .slider-nav .slick-slide h4 {
  font-size: 16px;
}

.custom-slider.ig-cpt .slider-nav .slick-slide p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-slider.ig-cpt .slider-nav .slick-slide:before {
  opacity: 0;
}

.custom-slider.ig-cpt .slider-nav .slick-slide.slick-current.slick-active {
  position: relative;
  left: 0 !important;
  z-index: 1;
  color: #fff;
  background: #59a8e5;
  border-color: #000;
  -webkit-animation: fadein-background-gr 1s ease;
  box-shadow: -2px 3px 6px 0 rgba(34, 34, 34, .27);
  animation: fadein-background-gr 1s ease;
}

@-webkit-keyframes fadein-background-gr {
  0% {
    background: #000;
  }

  100% {
    background: #59a8e5;
  }
}

@keyframes fadein-background-gr {
  0% {
    background: #000;
  }

  100% {
    background: #59a8e5;
  }
}

@-webkit-keyframes fadein-gr {
  0% {
    color: transparent;
  }

  100% {
    color: #59a8e5;
  }
}

@keyframes fadein-gr {
  0% {
    color: transparent;
  }

  100% {
    color: #59a8e5;
  }
}

.custom-slider.ig-cpt .slider-nav .slick-slide:hover {
  color: #fff !important;
  background: #000;
  border-color: #000;
  -webkit-animation: fadein-background 1s ease;
  animation: fadein-background 1s ease;
}

@-webkit-keyframes fadein-background {
  0% {
    background: #222;
  }

  100% {
    background: #000;
  }
}

@keyframes fadein-background {
  0% {
    background: #222;
  }

  100% {
    background: #000;
  }
}

.custom-slider.ig-cpt .slider-nav .slick-slide:hover a {
  color: #fff !important;
}

.custom-slider.ig-cpt .slider-nav .slick-slide:hover:before {
  color: #000;
  background: transparent !important;
  -webkit-animation: fadein 1s ease;
  animation: fadein 1s ease;
}

@-webkit-keyframes fadein {
  0% {
    color: transparent;
  }

  100% {
    color: #000;
  }
}

@keyframes fadein {
  0% {
    color: transparent;
  }

  100% {
    color: #000;
  }
}

.custom-slider.ig-cpt .slider-nav .slick-slide .slick-list {
  height: 320px;
  padding: 0 !important;
  background: #fff;
}

.custom-slider.ig-cpt .slick-slider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.custom-slider.ig-cpt .slick-list {
  overflow: visible;
}

.custom-slider.ig-cpt .slick-slide.slick-current.slick-active {
  left: 0 !important;
  z-index: 0 !important;
}

@media (min-width: 1200px) {
  .slider-for img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

@media (max-width: 1200px) {
  .custom-slick {
    height: auto;
  }

  .slider-nav {
    height: auto;
  }

  .slider-nav,
  .slider-for {
    float: none;
    width: 100%;
  }

  .slider-nav .slick-list {
    height: auto;
  }

  .slider-nav .slick-slide {
    width: 33.3% !important;
    min-height: 100px;
    padding: 1%;
    border-bottom: 0;
  }

  .slider-nav.slick-slider {
    border-bottom: 0;
  }
}

@media (max-width: 500px) {
  .custom-slider.ig-cpt {
    display: none;
  }
}
</pre></body></html>