/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.slick-wrapper {
  overflow: hidden; }
  .slick-wrapper *:focus {
    outline: none; }

.slick-list {
  width: 100%;
  padding: 1rem 0 !important; }
  @media (min-width: 767px) {
    .slick-list {
      margin-right: 1px !important; } }
  @media (max-width: 767px) {
    .slick-list {
      padding-bottom: 0; } }

.slick-track {
  display: flex !important; }

.slick-slide {
  display: flex !important;
  align-items: center;
  height: inherit !important;
  min-height: 1px; }
  .slick-slide:focus {
    outline: none !important; }

.slick-slider {
  position: static !important; }

.slick-arrow {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: none !important;
  display: flex;
  align-items: center;
  justify-self: center;
  color: transparent;
  position: relative;
  bottom: 0 !important;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out; }
  .slick-arrow.slick-next {
    order: 2; }
    .slick-arrow.slick-next:after {
      transform: scale(-1); }
  .slick-arrow.slick-prev {
    order: 3;
    margin-left: .5rem; }
  .slick-arrow:after {
    content: '';
    width: 100%;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzBjMjk1NCI+PHBhdGggZD0iTTEzLjA3MSwxMkw5LjI1LDguMTc5Yy0wLjQxNC0wLjQxNC0wLjQxNC0xLjA4NiwwLTEuNWwwLDBjMC40MTQtMC40MTQsMS4wODYtMC40MTQsMS41LDBsNC42MTQsNC42MTQgYzAuMzkxLDAuMzkxLDAuMzkxLDEuMDI0LDAsMS40MTRsLTQuNjE0LDQuNjE0Yy0wLjQxNCwwLjQxNC0xLjA4NiwwLjQxNC0xLjUsMGgwYy0wLjQxNC0wLjQxNC0wLjQxNC0xLjA4NiwwLTEuNUwxMy4wNzEsMTJ6IiBmaWxsPSIjMGMyOTU0Ii8+PC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
  @media (max-width: 991.98px) {
    .slick-arrow {
      width: 35px;
      min-width: 35px;
      height: 35px; }
      .slick-arrow:after {
        width: 100%;
        height: 10px; } }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:active {
    border-style: solid; }
  .slick-arrow[aria-disabled="true"] {
    opacity: 0.4;
    cursor: default !important; }

.slick-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  right: 0; }

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0; }
  .slick-dots li {
    margin: 0 0.5rem;
    list-style: none; }
  .slick-dots button {
    padding: 0;
    background: #fff;
    border: 1px solid #0C3867;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    font-size: 0;
    text-indent: -500000px; }
  .slick-dots .slick-active button {
    background: #0C3867; }

