img[data-obj-fit] {
	width: 100%;
	height: 100%;
}

img[data-obj-fit="contain"] {
	-o-object-fit: contain;
	object-fit: contain;
}

img[data-obj-fit="cover"] {
	-o-object-fit: cover;
	object-fit: cover;
}

.fit-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fit-img img {
	opacity: 0;
}

.arcticmodal-container_i {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.arcticmodal-container_i2 {
	height: 100%;
	width: 100%;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.arcticmodal-loader {
	display: inline-block;
}

@media (min-width: 768px) {
	.arcticmodal-container_i2 {
		padding: 1.25rem;
	}
}

.arcticmodal-container_i2 > *:not(.loading) {
	white-space: normal;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
}

.pswp__bg {
	background: rgba(255, 255, 255, 0.87);
}

.pswp__ui--fit .pswp__top-bar {
	background: none;
}

@media (min-width: 768px) {
	.pswp__caption {
		padding: 60px 30px 0 30px;
	}
}

.pswp__ui--fit .pswp__caption {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.pswp__caption__center {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

@media (min-width: 768px) {
	.pswp__caption__center {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		padding: 30px 0;
		max-width: none;
	}
}

.pswp__counter, .pswp__button--fs, .pswp__button--share, .pswp__button--close, .pswp__button--zoom {
	background-color: #737374;
}

.pswp__img--placeholder {
	-o-object-fit: contain;
	object-fit: contain;
}

.popup {
	text-align: left;
}

.popup-close-btn {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	display: inline-block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	outline: 0;
	background: rgba(30, 30, 30, 0.6);
}

.popup-close-btn:after, .popup-close-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	background: #fff;
}

.popup-close-btn:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup-close-btn:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-close-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.video-player--popup {
	width: 100%;
	height: 300px;
}
/*# sourceMappingURL=popups.css.map */
