<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 width: 100%;
 display: flex;
 justify-content: space-between;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    display:flex;
	width:40px;
	height: 40px;
    background: #D6D6D6;
    position: absolute;
	top: 45%;
    cursor: pointer;
    border-radius: 50%; }
	
 .owl-theme .owl-nav .owl-next{
	 right: 0;
 }	
    .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 {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot 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 .owl-dot:hover span {
      background: #869791; }


 
.owl-carousel.owl-loaded{
display:-webkit-flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
}


.owl-carousel .owl-nav{height:0;opacity:0;transition: 0.5s ease-in;}
.owl-carousel:hover .owl-nav{height:0;opacity:1;}
.owl-carousel:hover {cursor:grab;}

.owl-carousel .owl-nav button{
	width: 50px;
	height: 50px;
}

 .button-circle .owl-nav button{
	border-radius: 50%;
}

.nav-top-baseline .owl-nav{
position: absolute;
display: inline-flex;
display: -webkit-inline-flex;
width: 100%;
justify-content: space-between;
flex-direction: row;
top: 0;
left: 0;
align-items: flex-start;
align-content: flex-start;
}

.nav-upper-baseline .owl-nav{
position: absolute;
display: inline-flex;
display: -webkit-inline-flex;
width: 100%;
justify-content: space-between;
flex-direction: row;
top: 0;
left: 0;
align-items: flex-end;
align-content: flex-start;
}

.nav-top-center .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    top: 0;
	column-gap: 10px;
}

.nav-upper-center .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
	top: 0;
	left: 0;
	align-items: flex-end;
	align-content: flex-start;
}


.nav-top-left .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
	top: 0;
	left: 0;
	align-items: flex-start;
	align-content: flex-start;
}

.nav-upper-left .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
	top: 0;
	left: 0;
	align-items: flex-end;
	align-content: flex-start;
}

.nav-top-right .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
	top: 0;
	left: 0;
	align-items: flex-start;
	align-content: flex-start;
}

.nav-upper-right .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
	top: 0;
	left: 0;
	align-items: flex-end;
	align-content: flex-start;
}


.nav-center-baseline .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.nav-center-left .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width:100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
	align-content: flex-start;
	
}

.nav-center-right .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
	align-content: flex-end;	
}

.nav-center-center .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}


.nav-bottom-baseline .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
	top: auto!important;
	bottom: -50px;
	}

.nav-bottom-center .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    bottom: 0;
	column-gap: 10px;
	align-items: flex-end;
	align-content: flex-start;	
}

.nav-lower-center .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
	bottom: 0;
	left: 0;
	column-gap: 10px;	
	align-items: flex-start;
	align-content: flex-start;
}

.nav-bottom-left .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
	bottom: 0;
	left: 0;
	align-items: flex-end;
	align-content: flex-start;
}

.nav-lower-left .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
	bottom: 0;
	left: 0;
	align-items: flex-start;
	align-content: flex-start;
}

.nav-bottom-right .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
	bottom: 0;
	left: 0;
	align-items: flex-end;
	align-content: flex-start;
}

.nav-lower-right .owl-nav{
	position:absolute;
    display:inline-flex;
    display:-webkit-inline-flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
	bottom: 0;
	left: 0;
	align-items: flex-start;
	align-content: flex-start;
}

</pre></body></html>