<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Flickity v2.3.0
    https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.carousel-cell {
    width: 100%;
    height: 350px;
    margin-right: 10px;
    background: #212121;
    border-radius: 5px;
    counter-increment: carousel-cell;
    img {
        vertical-align: middle;
	}
}

/* cell number */

.carousel-cell:before {
    display: none;
}
.carousel-main {
    .carousel-cell:before {
    display: none;
}  
}
.carousel-nav .carousel-cell {
    margin-top:20px;
    height: 80px;
    width: 100px;
}

.carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
    background: #ED2;
}
.dropdown-menu {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border: none;
	border-radius: 0;
	padding: 0.7em;
	color: #333;
}
@media only screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: flex;
	}
	.dropdown-menu.show {
		display: flex;
	}
}
.dropdown-menu ul {
	list-style: none;
	padding: 0;
}
.dropdown-menu li .dropdown-item {
	padding: 0.2em 1em;
	color: #fff;
}
.dropdown-menu li .dropdown-item:hover {
	background-color: #f1f1f1;
	color: #fff;
}
.dropdown-menu li:first-child a {
	color: #fff;
}

.dropdown-menu li:first-child a:hover {
	background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
	.dropdown-menu.show {
		flex-wrap: wrap;
		max-height: 350px;
		overflow-y: scroll;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.dropdown:hover .dropdown-menu {
		width: 40vw;
		flex-wrap: wrap;
	}
}

.dropdown-menu ul{
	width:500px;
	margin-bottom:20px;
	overflow:hidden;
}
.dropdown-menu li{
	line-height:1.5em;
	float:left;
	display:inline;
	color: #fff;
}
.dropdown-menu li a{
	line-height:1.5em;
	float:left;
	color: #fff;
	text-decoration: none;
}

.dropdown-menu #double li  { width:33%;}
.dropdown-menu #double li  a:hover{ color:#fff;}

.items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}
.items .item {
	flex: 1 0 calc(25% - 10px);
	box-sizing: border-box;
	
	color: #fff;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
}	
.header .navbar .navbar-nav .nav-item .items .item a {
	color: #fff !important;
	background: #ACCE22;
}
.header .navbar .navbar-nav .nav-item .items .item a:hover {
	background: #7a9609;
	color: #fff !important;
}	

.h-menu ul{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.h-menu li{
	line-height:1.5em;
	float:left;
	display:inline;
}
.h-menu li a{
	line-height:1.5em;
	float:left;
	color: #999;
	text-decoration: none;
}
.h-menu li a:hover{
	
	color: #000;
	
}
.h-menu #multi li  { width:16%;}
@media only screen and (min-width: 329px) and (max-width: 480px) {
	.h-menu ul{
		
		margin-bottom:20px;
		overflow:hidden;
	}
	.h-menu #multi li  { width:50%;}
	}		</pre></body></html>