@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@keyframes qi-addons-for-elementor-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 102;
	}
	100% {
		opacity: 1;
		visibility: visible;
		z-index: 102;
	}
}
@keyframes qi-addons-for-elementor-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 102;
	}
	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0;
	}
}
@keyframes qodef-animate-underline-from-left {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	37% {
		transform: scaleX(0);
		transform-origin: right;
	}
	38% {
		transform: scaleX(0);
		transform-origin: left;
	}
	100% {
		transform: scaleX(1);
		transform-origin: left;
	}
}
@keyframes qodef-animate-underline-from-right {
	0% {
		transform: scaleX(1);
		transform-origin: left;
	}
	37% {
		transform: scaleX(0);
		transform-origin: left;
	}
	38% {
		transform: scaleX(0);
		transform-origin: right;
	}
	100% {
		transform: scaleX(1);
		transform-origin: right;
	}
}
@keyframes qodef-animate-underline-multiline {
	0% {
		background-size: 100% 87%;
		background-position-x: right;
	}
	38% {
		background-size: 0 87%;
		background-position-x: right;
	}
	39% {
		background-size: 0 87%;
		background-position-x: left;
	}
	100% {
		background-size: 100% 87%;
		background-position-x: left;
	}
}
.qi-addons-for-elementor-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}
.qodef-category-separator:after {
	content: ",";
	margin-right: 5px;
}
.qodef-shortcode h1 a,
.qodef-shortcode h2 a,
.qodef-shortcode h3 a,
.qodef-shortcode h4 a,
.qodef-shortcode h5 a,
.qodef-shortcode h6 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-custom-text-underline-draw a {
	position: relative;
	color: currentColor;
}
.qodef-custom-text-underline-draw a:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-custom-text-underline-draw a:hover {
	text-decoration: none;
}
.qodef-custom-text-underline-draw a:hover:after {
	animation: qodef-animate-underline-from-left 0.6s
		cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text {
	transition-delay: 0.25s, 0.25s;
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button {
	transition-delay: 0.5s, 0.5s;
}
body:not(.elementor-editor-active)
	.qodef-landing-intro-title.qodef-qi--appeared
	.qodef-m-button,
body:not(.elementor-editor-active)
	.qodef-landing-intro-title.qodef-qi--appeared
	.qodef-m-text,
body:not(.elementor-editor-active)
	.qodef-landing-intro-title.qodef-qi--appeared
	.qodef-m-title {
	opacity: 1;
	transform: translateX(0) translateZ(0);
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-qi-hide-under-1440,
	.qodef-qi-hide-under-1440 {
		display: none;
	}
}
.qodef-grid.qodef-qi-show-under-1440,
.qodef-qi-show-under-1440 {
	display: none;
}
.qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev,
.qodef-grid.qodef-qi-show-under-1440
	+ .swiper-button-prev
	+ .swiper-button-next,
.qodef-qi-show-under-1440 + .swiper-button-prev,
.qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
	display: none;
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-qi-show-under-1440,
	.qodef-qi-show-under-1440 {
		display: block;
	}
	.qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev,
	.qodef-grid.qodef-qi-show-under-1440
		+ .swiper-button-prev
		+ .swiper-button-next,
	.qodef-qi-show-under-1440 + .swiper-button-prev,
	.qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
		display: block;
	}
}
.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed
	.qodef-grid-item
	.qodef-e-inner {
	height: 100%;
	overflow: hidden;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%;
}
.qodef-grid.qodef-layout--qi-masonry .qodef-grid-inner {
	visibility: hidden;
}
.qodef-grid.qodef-layout--qi-masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible;
}
.qodef-grid.qodef-layout--qi-masonry .qodef-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--qi-masonry .qodef-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--1
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 50%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 100%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 66.66667%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 25%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 50%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 20%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 40%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 16.66667%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 14.28571%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 28.57143%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 12.5%;
}
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 25%;
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container {
	max-width: unset;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar {
	background: 0 0;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button {
	color: #fff;
}
.fslightbox-container
	.fslightbox-nav
	.fslightbox-toolbar-button[title="Enter fullscreen"] {
	display: none;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg {
	fill: currentColor;
	width: 17px;
	stroke: none;
}
.fslightbox-container .fslightbox-slide-btn-container-next,
.fslightbox-container .fslightbox-slide-btn-container-previous {
	padding: 30px;
}
.fslightbox-container
	.fslightbox-slide-btn-container-next
	.fslightbox-slide-btn,
.fslightbox-container
	.fslightbox-slide-btn-container-previous
	.fslightbox-slide-btn {
	width: 30px;
	padding: 0;
	background: 0 0;
	color: #fff;
}
.fslightbox-container
	.fslightbox-slide-btn-container-next
	.fslightbox-slide-btn
	svg,
.fslightbox-container
	.fslightbox-slide-btn-container-previous
	.fslightbox-slide-btn
	svg {
	fill: currentColor;
	stroke: currentColor;
	width: 100%;
}
.qodef-qi-swiper-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
}
.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button) {
	display: block;
}
.qodef-qi-swiper-container .swiper-slide img {
	width: 100%;
}
.qodef-qi-swiper-container.qodef-swiper--initialized {
	visibility: visible;
}
.qodef-qi-swiper-container .swiper-pagination-bullet {
	color: #000;
	vertical-align: middle;
	opacity: 1;
	transform-origin: center;
	transform: matrix(1, 0, 0, 1, 0, 0);
	border: 1px solid transparent;
	background: currentColor;
	transition: transform 0.2s ease-out, color 0.2s ease-out,
		background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-qi-swiper-container .swiper-pagination-bullet-active,
.qodef-qi-swiper-container .swiper-pagination-bullet:hover {
	transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0);
}
.qodef-qi-swiper-container .swiper-button-next,
.qodef-qi-swiper-container .swiper-button-prev,
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev,
.qodef-qi-swiper-container + .swiper-button-prev,
.qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next {
	background-image: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: #111;
	font-size: 26px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transform: translateY(-50%);
}
.qodef-qi-swiper-container .swiper-button-next svg,
.qodef-qi-swiper-container .swiper-button-prev svg,
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next svg,
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev svg,
.qodef-qi-swiper-container + .swiper-button-prev svg,
.qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next svg {
	display: block;
	width: 1em;
	height: auto;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
	stroke: currentColor;
	fill: currentColor;
}
.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container
	+ .qodef-swiper-together-nav
	.swiper-button-next:after,
.qodef-qi-swiper-container
	+ .qodef-swiper-together-nav
	.swiper-button-prev:after,
.qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next:after,
.qodef-qi-swiper-container + .swiper-button-prev:after {
	display: none !important;
}
.qodef-qi-swiper-container .swiper-button-prev {
	left: 30px;
}
.qodef-qi-swiper-container .swiper-button-next {
	right: 30px;
}
.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-next:before,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container .swiper-button-prev:before {
	display: none;
}
.qodef-qi-swiper-container + .swiper-button-prev {
	left: -50px;
}
.qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next {
	right: -50px;
}
.qodef-qi-swiper-container + .qodef-swiper-together-nav {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 30px;
}
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
	z-index: 15;
}
.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev {
	margin-right: 20px !important;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-prev
	svg {
	margin-left: 4px;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-next
	svg {
	margin-right: 4px;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev
	+ .swiper-button-next
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev
	+ .swiper-button-next
	svg {
	transform: translateX(0);
	will-change: transform;
	transition: transform 0.25s cubic-bezier(0.37, 0.08, 0.02, 0.93),
		background-color 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev
	+ .swiper-button-next
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev
	+ .swiper-button-next
	svg {
	transform: translateX(0);
	will-change: transform;
	transition: transform 0.12s ease-out, background-color 0.2s ease-out,
		color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-next:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-next:hover
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev:hover
	svg {
	transition: transform 0.22s cubic-bezier(0.37, 0.08, 0.02, 0.93) 50ms,
		background-color 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-prev:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-prev:hover
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-prev:hover
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev:hover
	svg {
	transform: translateX(-4px);
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-next:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	.swiper-button-next:hover
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-next:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .qodef-swiper-together-nav
	.swiper-button-next:hover
	svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev
	+ .swiper-button-next:hover
	i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
	+ .swiper-button-prev
	+ .swiper-button-next:hover
	svg {
	transform: translateX(4px);
}
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
	.swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
	.swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
	> .swiper-pagination-bullets {
	bottom: 0;
}
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
	.swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
	.swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
	> .swiper-pagination-bullets {
	bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024
		+ .qodef-swiper-together-nav
		.swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024
		+ .qodef-swiper-together-nav
		.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024 + .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024
		+ .swiper-button-prev
		+ .swiper-button-next {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768
		+ .qodef-swiper-together-nav
		.swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--768
		+ .qodef-swiper-together-nav
		.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768 + .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768
		+ .swiper-button-prev
		+ .swiper-button-next {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680
		+ .qodef-swiper-together-nav
		.swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--680
		+ .qodef-swiper-together-nav
		.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680 + .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680
		+ .swiper-button-prev
		+ .swiper-button-next {
		display: none;
	}
}
.qodef-swiper-pagination-outside.swiper-pagination {
	position: relative;
}
.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
	color: #000;
	opacity: 1;
	transform-origin: center;
	transform: matrix(1, 0, 0, 1, 0, 0);
	border: 1px solid transparent;
	background: currentColor;
	transition: transform 0.2s ease-out, color 0.2s ease-out,
		background-color 0.2s ease-out, border-color 0.2s ease-out;
	margin: 0 6px;
}
.qodef-swiper-pagination-outside.swiper-pagination
	.swiper-pagination-bullet-active,
.qodef-swiper-pagination-outside.swiper-pagination
	.swiper-pagination-bullet:hover {
	transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0);
}
.qodef-addons-blog-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
	display: block;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
	display: block;
	height: 100%;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
	margin: 0 0 0.5em;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
	margin: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 24px;
	color: #111;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
.qodef-addons-blog-list
	.qodef-blog-item
	.qodef-e-info
	.qodef-e-info-item
	a:hover {
	color: #3c3c3c;
}
.qodef-addons-blog-list
	.qodef-blog-item
	.qodef-e-info
	.qodef-e-info-item:last-child {
	margin-right: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
	margin-right: 8px;
	width: 14px;
	height: auto;
	fill: currentColor;
	flex-shrink: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: 0.25em;
}
.qodef-addons-blog-list
	.qodef-blog-item
	.qodef-e-info.qodef-info--top
	.qodef-e-info-item {
	font-family: roboto mono, sans-serif;
	font-size: 15px;
	line-height: 1.13333em;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline;
}
.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
	content: "*";
	position: absolute;
	top: 0;
	right: -0.5em;
	font-size: 1.5em;
}
.qodef-addons-blog-list.qodef-alignment--centered {
	text-align: center;
}
.qodef-addons-blog-list.qodef-alignment--centered
	.qodef-blog-item
	.qodef-e-info {
	justify-content: center;
}
.qodef-addons-blog-list.qodef-info-no-icons
	.qodef-e-info
	.qodef-e-info-item:not(:last-child):after {
	content: "/";
	position: relative;
	left: 12px;
}
.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(
		transparent calc(100% - 2px),
		currentColor 2px
	);
	transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
	background-size: 0 92%;
}
.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
	background-size: 100% 92%;
}
.qodef-addons-blog-list.qodef--overlay .qodef-e-media-image a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-zoom
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1.03);
}
.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1);
}
.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-move
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1.2) translateX(12px);
}
.qodef-addons-blog-list.qodef-image--hover-from-top a {
	transform-origin: top;
}
.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
	transform-origin: bottom;
}
.qodef-addons-blog-list.qodef-image--hover-from-left a {
	transform-origin: left;
}
.qodef-addons-blog-list.qodef-image--hover-from-right a {
	transform-origin: right;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
	color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
	padding: 45px 40px;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
	color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
	margin-bottom: 1.5em;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	background-color: #fff;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
	color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image
	.qodef-info--top
	.qodef-e-info-item {
	color: #fff;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image
	.qodef-info--top
	.qodef-e-info-item
	a:hover {
	color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
	color: #fff;
	margin: 0;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
	color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
	padding-bottom: 2em;
	border-bottom: 1px solid #ebebeb;
}
.qodef-addons-blog-list.qodef-item-layout--minimal
	.qodef-grid-item:last-child
	.qodef-e-inner {
	padding-bottom: 0;
	border-bottom-style: hidden;
}
@media only screen and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
	.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8)
		.qodef-e-inner {
		padding-bottom: 0;
		border-bottom-style: hidden;
	}
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
	width: 50%;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
		width: 100%;
	}
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
	flex: 1;
	padding: 20px 27px;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
		padding: 20px 0;
	}
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
	margin-bottom: 1.5em;
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--standard
	.qodef-e-info.qodef-info--bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.qodef-addons-blog-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
	padding-top: 27px;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
	display: block;
	width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
	display: block;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
	margin: 0 0 0.5em;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
	margin: 0;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
	margin-top: 14px;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
	outline: 0;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
		border-color 0.25s ease-in-out;
	display: inline-flex;
	align-items: center;
	padding: 0;
	cursor: pointer;
	color: #111;
	background-color: transparent;
	border: 0;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-read-more-link
	.qodef-theme-button-icon {
	position: relative;
	flex-shrink: 0;
	width: 17px;
	height: auto;
	margin-left: 10px;
	fill: currentColor;
	transform: translateX(0);
	transition: transform 0.3s cubic-bezier(0, 0.53, 0.18, 0.98);
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link:hover {
	background-color: transparent;
	border: 0;
	color: #111;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-read-more-link:hover
	.qodef-theme-button-icon {
	transform: translateX(5px);
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 24px;
	color: #111;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-info
	.qodef-e-info-item
	a:hover {
	color: #3c3c3c;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-info
	.qodef-e-info-item:last-child {
	margin-right: 0;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-info
	.qodef-e-info-item-icon {
	margin-right: 8px;
	width: 14px;
	height: auto;
	fill: currentColor;
	flex-shrink: 0;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: 0.25em;
}
.qodef-addons-blog-slider
	.qodef-blog-item
	.qodef-e-info.qodef-info--top
	.qodef-e-info-item {
	font-family: roboto mono, sans-serif;
	font-size: 15px;
	line-height: 1.13333em;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline;
}
.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
	content: "*";
	position: absolute;
	top: 0;
	right: -0.5em;
	font-size: 1.5em;
}
.qodef-addons-blog-slider article .qodef-e-media-image {
	overflow: hidden;
}
.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
	padding-left: 28px;
	padding-right: 28px;
}
.qodef-addons-blog-slider.qodef-alignment--centered {
	text-align: center;
}
.qodef-addons-blog-slider.qodef-alignment--centered
	.qodef-blog-item
	.qodef-e-info {
	justify-content: center;
}
.qodef-addons-blog-slider.qodef-info-no-icons
	.qodef-e-info
	.qodef-e-info-item:not(:last-child):after {
	content: "/";
	position: relative;
	left: 12px;
}
.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(
		transparent calc(100% - 2px),
		currentColor 2px
	);
	transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
	background-size: 0 92%;
}
.qodef-addons-blog-slider.qodef-title--hover-underline
	.qodef-e-title-link:hover {
	background-size: 100% 92%;
}
.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
	display: inline;
}
.qodef-addons-blog-slider.qodef--overlay .qodef-e-media-image a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1.03);
}
.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1);
}
.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-move
	.qodef-e:hover
	.qodef-e-media-image
	a {
	transform: scale(1.2) translateX(12px);
}
.qodef-addons-blog-slider.qodef-image--hover-from-top a {
	transform-origin: top;
}
.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
	transform-origin: bottom;
}
.qodef-addons-blog-slider.qodef-image--hover-from-left a {
	transform-origin: left;
}
.qodef-addons-blog-slider.qodef-image--hover-from-right a {
	transform-origin: right;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
	color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
	padding: 45px 40px;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
	color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
	margin-bottom: 1.5em;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
	.qodef-e-media-holder {
	position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
	.qodef-info--top
	.qodef-e-info-item {
	color: #fff;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
	.qodef-info--top
	.qodef-e-info-item
	a:hover {
	color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
	color: #fff;
	margin: 0;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
	color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
	width: 50%;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
		width: 100%;
	}
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
	flex: 1;
	padding: 20px 27px;
}
@media only screen and (max-width: 480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
		padding: 20px 0;
	}
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
	margin-bottom: 1.5em;
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
	margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--standard
	.qodef-e-info.qodef-info--bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.qodef-shortcode .qodef-addons-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
}
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.2s ease-out;
}
.qodef-shortcode
	.qodef-addons-m-pagination.qodef--standard
	.page-numbers.next
	svg,
.qodef-shortcode
	.qodef-addons-m-pagination.qodef--standard
	.page-numbers.prev
	svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	max-height: 100%;
}
.qodef-qi-contact-form-7 form div {
	position: relative;
	margin: 0;
}
.qodef-qi-contact-form-7.qodef-button--full-width input[type="submit"] {
	width: 100%;
}
.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.qodef-qi-contact-form-7 textarea {
	resize: none;
}
.qodef-qi-contact-form-7 .wpcf7-list-item.first {
	margin-left: 0;
}
.qodef-qi-contact-form-7 .qodef-cf7-flex {
	display: flex;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
		flex-wrap: wrap;
	}
}
.qodef-qi-contact-form-7 .qodef-grid-item {
	margin: 0 !important;
}
.qodef-qi-contact-form-7 .wpcf7-checkbox,
.qodef-qi-contact-form-7 .wpcf7-radio {
	line-height: 1;
	display: block;
}
.qodef-qi-contact-form-7 .wpcf7-checkbox label,
.qodef-qi-contact-form-7 .wpcf7-radio label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-contact-form-7 label {
	margin-bottom: 0;
}
.qodef-qi-contact-form-7 input[type="date"],
.qodef-qi-contact-form-7 input[type="email"],
.qodef-qi-contact-form-7 input[type="number"],
.qodef-qi-contact-form-7 input[type="password"],
.qodef-qi-contact-form-7 input[type="search"],
.qodef-qi-contact-form-7 input[type="tel"],
.qodef-qi-contact-form-7 input[type="text"],
.qodef-qi-contact-form-7 input[type="url"],
.qodef-qi-contact-form-7 select,
.qodef-qi-contact-form-7 textarea {
	margin: 0;
}
.qodef-qi-contact-form-7 input[type="checkbox"],
.qodef-qi-contact-form-7 input[type="radio"] {
	margin: 0;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.qodef-qi-contact-form-7 button[type="submit"]:focus,
.qodef-qi-contact-form-7 button[type="submit"]:hover,
.qodef-qi-contact-form-7 input[type="submit"]:focus,
.qodef-qi-contact-form-7 input[type="submit"]:hover {
	color: unset;
	background-color: unset;
}
.qodef-qi-contact-form-7 input[type="submit"] {
	transition: all 0.3s ease-out;
}
.qodef-qi-contact-form-7 textarea {
	vertical-align: middle;
}
.qodef-addons-woo-shortcode .qodef-e-product-mark {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 68px;
	color: #111;
	background-color: #fff;
	padding: 1.8em 1.2em;
	z-index: 5;
}
.qodef-addons-woo-shortcode .qodef-e-product-title {
	margin: 0;
	z-index: 2;
	position: relative;
}
.qodef-addons-woo-shortcode .qodef-e-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
	color: #111;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: 4px;
	width: 16px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
	margin-right: 0;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor;
	stroke: none;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
	width: 1em;
	margin-right: 8px;
}
.qodef-addons-woo-shortcode .price {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
}
.qodef-addons-woo-shortcode .price del {
	margin-right: 0.8em;
}
.qodef-addons-woo-shortcode .price ins {
	text-decoration: none;
}
.qodef-addons-woo-shortcode .added_to_cart,
.qodef-addons-woo-shortcode .button {
	color: #111;
	z-index: 3;
}
.qodef-addons-woo-shortcode .added_to_cart.added,
.qodef-addons-woo-shortcode .button.added {
	display: none !important;
}
.qodef-addons-woo-shortcode
	.added_to_cart.qodef-qi-button.qodef-layout--textual,
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual {
	background: 0 0;
}
.qodef-qi-woo-shortcode-add-to-cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-add-to-cart .button.added {
	display: none;
}
.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
	margin: 0;
}
.qodef-qi-woo-product-category-list .count {
	display: none;
}
.qodef-qi-woo-product-category-list .qodef-e-img-holder {
	overflow: hidden;
}
.qodef-qi-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
	transform: scale(1.03);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out
	.qodef-e:hover
	img {
	transform: scale(1);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
	transform-origin: top;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
	transform-origin: bottom;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
	transform-origin: left;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
	transform-origin: right;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed
	.product-category
	a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed
	.product-category
	.woocommerce-loop-category__title {
	position: absolute;
	bottom: 40px;
	left: 50%;
	background-color: #fff;
	width: auto;
	text-align: center;
	padding: 10px 40px;
	transform: translateX(-50%);
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
	.product-category
	a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
	.product-category
	.woocommerce-loop-category__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	color: #fff;
	text-align: center;
}
.qodef-position--bottom-left
	.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
	.product-category
	.woocommerce-loop-category__title {
	top: auto;
	bottom: 0;
	left: 0;
	transform: none;
	text-align: left;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
	.qodef-e-holder-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #f6f6f6;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
	.qodef-e-content {
	position: absolute;
	max-height: 100%;
	width: 100%;
	left: 0;
	flex: 1;
	overflow: hidden;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
	.qodef-e-image {
	width: 60%;
}
.qodef-qi-woo-shortcode-product-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.touchevents .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
	cursor: pointer;
}
.qodef-qi-woo-shortcode-product-list
	.qodef-e-product-inner:hover
	.qodef-e-product-image-inner {
	opacity: 1;
}
.qodef-qi-woo-shortcode-product-list
	.qodef-e-product-inner:hover
	.qodef-e-product-title {
	color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
	display: block;
	width: 100%;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
	position: relative;
	top: -0.3em;
	font-size: 0.6em;
}
.qodef-qi-woo-shortcode-product-list .price {
	flex-shrink: 0;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
	transition: color 0.2s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	z-index: 3;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
	color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-qi-woo-shortcode-product-list.qodef--overlay
	.qodef-e-product-image-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
	overflow: hidden;
	width: 101%;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom
	.qodef-e:hover
	img {
	transform: scale(1.03);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out
	.qodef-e:hover
	img {
	transform: scale(1);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move
	.qodef-e:hover
	img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
	transform-origin: top;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
	transform-origin: bottom;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
	transform-origin: left;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
	transform-origin: right;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
	.qodef-e-product-image-inner {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.25s ease-out,
		all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	pointer-events: none;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
	.qodef-e-product-image-inner
	a {
	pointer-events: all;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
	.qodef-e-product-inner:hover
	.qodef-e-product-image-inner {
	opacity: 1;
	-webkit-clip-path: inset(13px 13px 13px 13px);
	clip-path: inset(13px 13px 13px 13px);
	transition-delay: 0s, 0.15s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
	.qodef-e-product-content {
	padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-product-content {
	text-align: center;
	padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
	justify-content: center;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 3;
	margin: 0 auto;
	opacity: 0;
	transition: 0.15s ease-out;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder.qodef--initialized {
	opacity: 1;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder
	.qodef-woo-product-price {
	transform: translateX(0);
	transition: transform 0.4s 0.1s ease;
	width: 100%;
	position: absolute;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder
	.qodef-e-to-swap {
	position: absolute;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.5s 0s ease;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-product-inner:hover
	.qodef-woo-product-price {
	transform: translateX(-100%);
	transition-delay: 0s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
	.qodef-e-product-inner:hover
	.qodef-e-swap-holder
	.qodef-e-to-swap {
	transform: translateX(0);
	transition-delay: 0.1s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
	.qodef-e-product-content {
	padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
	.qodef-e-product-image-inner {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
	.qodef-e-product-inner:hover
	.qodef-e-product-image-inner {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below
	.qodef-e-product-content {
	text-align: center;
	padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
	justify-content: center;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 25px 35px;
	background-color: #f6f6f6;
}
.qodef-position--bottom-left
	.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-e-product-image-inner {
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-e-ratings {
	text-align: center;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-e-product-inner
	.qodef-e-product-mark {
	left: auto;
	right: 0;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-woo-product-price
	> span {
	width: 100%;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-image-content-inner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
	.qodef-e-product-inner:hover
	.qodef-image-content-inner {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.touchevents .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
	cursor: pointer;
}
.qodef-qi-woo-shortcode-product-slider
	.qodef-e-product-inner:hover
	.qodef-e-product-image-inner {
	opacity: 1;
}
.qodef-qi-woo-shortcode-product-slider
	.qodef-e-product-inner:hover
	.qodef-e-product-title {
	color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
	display: block;
	width: 100%;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
	position: relative;
	top: -0.3em;
	font-size: 0.6em;
}
.qodef-qi-woo-shortcode-product-slider .price {
	flex-shrink: 0;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
	transition: color 0.2s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	z-index: 3;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
	color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef--overlay
	.qodef-e-product-image-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
	overflow: hidden;
	width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom
	.qodef-e:hover
	img {
	transform: scale(1.03);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out
	.qodef-e:hover
	img {
	transform: scale(1);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move
	.qodef-e:hover
	img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
	transform-origin: top;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
	transform-origin: bottom;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
	transform-origin: left;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
	transform-origin: right;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-product-inner {
	text-align: center;
	padding: 25px 15px;
	background-color: #f6f6f6;
	transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.price {
	justify-content: center;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 3;
	margin: 0 auto;
	opacity: 0;
	transition: 0.15s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder.qodef--initialized {
	opacity: 1;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder
	.qodef-woo-product-price {
	transform: translateX(0);
	transition: transform 0.4s 0.1s ease;
	width: 100%;
	position: absolute;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-swap-holder
	.qodef-e-to-swap {
	position: absolute;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.5s 0s ease;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-product-inner:hover
	.qodef-woo-product-price {
	transform: translateX(-100%);
	transition-delay: 0s;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
	.qodef-e-product-inner:hover
	.qodef-e-swap-holder
	.qodef-e-to-swap {
	transform: translateX(0);
	transition-delay: 0.1s;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
	.qodef-e-product-content {
	padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
	.qodef-e-product-image-inner {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
	.qodef-e-product-inner:hover
	.qodef-e-product-image-inner {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 25px 35px;
	background-color: #f6f6f6;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-e-ratings {
	text-align: center;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-woo-product-price
	> span {
	width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-e-product-inner
	.qodef-e-product-mark {
	left: auto;
	right: 0;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-image-content-inner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
	.qodef-e-product-inner:hover
	.qodef-image-content-inner {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-top {
	text-align: left;
	width: 100%;
	transform: translateY(10px);
	transition: transform 0.25s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-bottom {
	width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-inner
	.qodef-e-product-mark {
	left: auto;
	right: 0;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-inner:hover
	.qodef-e-product-bottom,
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
	.qodef-e-product-inner:hover
	.qodef-e-product-top {
	transform: translateY(0);
}
.qodef-qi-wp-forms textarea {
	resize: none;
}
.qodef-qi-wp-forms input,
.qodef-qi-wp-forms select {
	height: auto !important;
}
.qodef-qi-wp-forms.qodef-button--full-width button[type="submit"] {
	width: 100%;
}
.qodef-qi-wp-forms.qodef-wpf-flex form {
	display: flex;
	align-items: center;
}
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-field-container {
	flex-grow: 1;
	flex-basis: 100%;
}
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-submit-container {
	flex-grow: 0;
}
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn
	form
	> .wpforms-submit-container {
	position: absolute;
	right: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
		flex-wrap: wrap;
	}
}
.qodef-qi-wp-forms .qodef-grid-item {
	margin: 0 !important;
}
.qodef-qi-wp-forms .wpforms-submit-container {
	padding: 0 !important;
}
.qodef-qi-wp-forms
	div.wpforms-container-full
	.wpforms-form
	.wpforms-list-inline
	ul
	li {
	margin-right: 0 !important;
}
.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
	margin-bottom: 0 !important;
}
.qodef-qi-wp-forms label {
	margin-bottom: 0;
}
.qodef-qi-wp-forms input[type="date"],
.qodef-qi-wp-forms input[type="email"],
.qodef-qi-wp-forms input[type="number"],
.qodef-qi-wp-forms input[type="password"],
.qodef-qi-wp-forms input[type="search"],
.qodef-qi-wp-forms input[type="tel"],
.qodef-qi-wp-forms input[type="text"],
.qodef-qi-wp-forms input[type="url"],
.qodef-qi-wp-forms textarea {
	margin: 0;
}
.qodef-qi-wp-forms input[type="range"] {
	padding: 0 !important;
	margin: 0 !important;
}
.qodef-qi-wp-forms input[type="checkbox"],
.qodef-qi-wp-forms input[type="radio"] {
	margin: 0;
	width: 1em !important;
	height: 1em !important;
	vertical-align: middle !important;
}
.qodef-qi-wp-forms button[type="submit"]:focus,
.qodef-qi-wp-forms button[type="submit"]:hover,
.qodef-qi-wp-forms input[type="submit"]:focus,
.qodef-qi-wp-forms input[type="submit"]:hover {
	color: unset;
	background-color: unset;
}
.qodef-qi-wp-forms button[type="submit"],
.qodef-qi-wp-forms input[type="submit"] {
	display: inline-flex;
}
.qodef-qi-wp-forms button[type="submit"] span,
.qodef-qi-wp-forms input[type="submit"] span {
	display: inline;
}
.qodef-qi-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none;
}
.qodef-qi-accordion .qodef-e-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-accordion.qodef--init {
	visibility: visible;
}
.qodef-qi-accordion .qodef-e-icon > svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: top;
}
.qodef-qi-accordion .qodef-e-title-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 10px 26px 26px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	margin: 0;
}
.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
	margin: 12px 0 0;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
	display: block;
	line-height: inherit;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	transition: opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
	opacity: 0;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	opacity: 1;
}
.qodef-qi-accordion
	.qodef-e-title-holder.ui-state-active
	.qodef-e-mark
	span.qodef-icon--minus {
	opacity: 1;
}
.qodef-qi-accordion
	.qodef-e-title-holder.ui-state-active
	.qodef-e-mark
	span.qodef-icon--plus {
	opacity: 0;
}
.qodef-qi-accordion
	.qodef-e-title-holder.ui-state-active.ui-state-hover
	.qodef-e-mark
	span.qodef-icon--plus {
	opacity: 0;
}
.qodef-qi-accordion .qodef-e-content {
	padding: 0 26px 16px;
	margin: 0;
	transition: background-color 0.2s ease-out;
	box-sizing: content-box;
}
.qodef-qi-accordion .qodef-e-content p {
	margin: 0;
}
.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
	padding: 16px 26px;
}
.qodef-qi-accordion.qodef-style--standard
	.qodef-e-title-holder.ui-state-active {
	background-color: #f6f6f6;
}
.qodef-qi-accordion.qodef-style--boxed {
	border: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-top {
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
	padding: 16px 26px;
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-animated-text .qodef-m-title {
	overflow: hidden;
}
.qodef-qi-animated-text .qodef-e-word {
	display: inline-block;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left
	.qodef-m-title {
	justify-content: flex-start;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right
	.qodef-m-title {
	justify-content: flex-end;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center
	.qodef-m-title {
	justify-content: center;
}
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word {
	opacity: 0;
	transition: opacity 1s ease-out;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(2) {
	transition-delay: 0.28s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(3) {
	transition-delay: 0.42s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(4) {
	transition-delay: 0.56s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(5) {
	transition-delay: 0.7s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(6) {
	transition-delay: 0.84s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(7) {
	transition-delay: 0.98s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(8) {
	transition-delay: 1.12s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(9) {
	transition-delay: 1.26s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(10) {
	transition-delay: 1.4s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(11) {
	transition-delay: 1.54s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(12) {
	transition-delay: 1.68s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(13) {
	transition-delay: 1.82s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(14) {
	transition-delay: 1.96s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(15) {
	transition-delay: 2.1s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(16) {
	transition-delay: 2.24s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(17) {
	transition-delay: 2.38s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(18) {
	transition-delay: 2.52s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(19) {
	transition-delay: 2.66s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(20) {
	transition-delay: 2.8s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(21) {
	transition-delay: 2.94s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(22) {
	transition-delay: 3.08s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(23) {
	transition-delay: 3.22s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(24) {
	transition-delay: 3.36s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(25) {
	transition-delay: 3.5s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(26) {
	transition-delay: 3.64s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(27) {
	transition-delay: 3.78s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(28) {
	transition-delay: 3.92s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(29) {
	transition-delay: 4.06s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(30) {
	transition-delay: 4.2s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(31) {
	transition-delay: 4.34s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(32) {
	transition-delay: 4.48s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(33) {
	transition-delay: 4.62s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(34) {
	transition-delay: 4.76s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(35) {
	transition-delay: 4.9s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(36) {
	transition-delay: 5.04s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(37) {
	transition-delay: 5.18s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(38) {
	transition-delay: 5.32s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(39) {
	transition-delay: 5.46s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
	.qodef-e-word:nth-child(40) {
	transition-delay: 5.6s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(2) {
	transition-delay: 0.28s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(3) {
	transition-delay: 0.42s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(4) {
	transition-delay: 0.56s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(5) {
	transition-delay: 0.7s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(6) {
	transition-delay: 0.84s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(7) {
	transition-delay: 0.98s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(8) {
	transition-delay: 1.12s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(9) {
	transition-delay: 1.26s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(10) {
	transition-delay: 1.4s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(11) {
	transition-delay: 1.54s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(12) {
	transition-delay: 1.68s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(13) {
	transition-delay: 1.82s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(14) {
	transition-delay: 1.96s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(15) {
	transition-delay: 2.1s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(16) {
	transition-delay: 2.24s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(17) {
	transition-delay: 2.38s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(18) {
	transition-delay: 2.52s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(19) {
	transition-delay: 2.66s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(20) {
	transition-delay: 2.8s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(21) {
	transition-delay: 2.94s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(22) {
	transition-delay: 3.08s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(23) {
	transition-delay: 3.22s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(24) {
	transition-delay: 3.36s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(25) {
	transition-delay: 3.5s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(26) {
	transition-delay: 3.64s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(27) {
	transition-delay: 3.78s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(28) {
	transition-delay: 3.92s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(29) {
	transition-delay: 4.06s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(30) {
	transition-delay: 4.2s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(31) {
	transition-delay: 4.34s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(32) {
	transition-delay: 4.48s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(33) {
	transition-delay: 4.62s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(34) {
	transition-delay: 4.76s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(35) {
	transition-delay: 4.9s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(36) {
	transition-delay: 5.04s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(37) {
	transition-delay: 5.18s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(38) {
	transition-delay: 5.32s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(39) {
	transition-delay: 5.46s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
	.qodef-e-word:nth-last-child(40) {
	transition-delay: 5.6s;
}
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared
	.qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared
	.qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared
	.qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared
	.qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared
	.qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared
	.qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared
	.qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared
	.qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared
	.qodef-e-word {
	opacity: 1;
	transform: translateX(0) translateZ(0);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom
	.qodef-m-title {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top
	.qodef-m-title {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left
	.qodef-m-title {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right
	.qodef-m-title {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade
	.qodef-m-title {
	opacity: 0;
	transition: opacity 0.7s ease-out;
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared
	.qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared
	.qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared
	.qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared
	.qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared
	.qodef-m-title {
	opacity: 1;
	transform: translateX(0) translateZ(0);
}
.qodef-qi-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden;
	transition: box-shadow 0.35s ease-out;
}
.qodef-qi-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.qodef-qi-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.qodef-qi-banner .qodef-m-title {
	margin: 0.25em 0 0;
}
.qodef-qi-banner .qodef-m-title-inner {
	display: inline-block;
}
.qodef-qi-banner .qodef-m-subtitle {
	margin: 0;
}
.qodef-qi-banner .qodef-m-content-inner > .qodef-m-text {
	margin: 0.7em 0 0;
}
.qodef-qi-banner .qodef-m-button {
	margin: 0.5em 0 0;
}
.qodef-qi-banner .qodef-m-button .qodef-qi-button {
	z-index: 2;
}
.qodef-qi-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden;
}
.qodef-qi-banner .qodef-m-image img {
	display: inline-block;
}
.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
	justify-content: flex-start;
}
.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
	justify-content: center;
}
.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
	justify-content: flex-end;
}
.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
	align-items: flex-start;
	text-align: left;
}
.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
	align-items: center;
	text-align: center;
}
.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
	align-items: flex-end;
	text-align: right;
}
.qodef-qi-banner.qodef--overlay .qodef-m-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
}
.qodef-qi-banner.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-zoom:hover img {
	transform: scale(1.03);
}
.qodef-qi-banner.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
	transform: scale(1);
}
.qodef-qi-banner.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-move:hover img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-banner.qodef-image--hover-from-top img {
	transform-origin: top;
}
.qodef-qi-banner.qodef-image--hover-from-bottom img {
	transform-origin: bottom;
}
.qodef-qi-banner.qodef-image--hover-from-left img {
	transform-origin: left;
}
.qodef-qi-banner.qodef-image--hover-from-right img {
	transform-origin: right;
}
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
	padding: 45px;
}
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
	background-color: #fff;
	padding: 25px;
	max-width: 100%;
	width: 100%;
}
.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
	padding: 30px;
}
.qodef-before-after-image-holder {
	visibility: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-before-after-image-holder img {
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-before-after-image-holder.active {
	cursor: grab;
}
.qodef-qi-before-after {
	-webkit-user-select: none;
	overflow: hidden;
}
.qodef-qi-before-after .twentytwenty-handle {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 100px;
	height: 1em;
	width: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	color: #fff;
	background-color: currentColor;
	border-radius: 50%;
	cursor: grab;
	z-index: 40;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-before-after .twentytwenty-handle {
		font-size: 50px;
	}
}
.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
	font-size: 1rem;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-qi-before-after .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-handle:before {
	content: " ";
	display: block;
	background: currentColor;
	position: absolute;
	z-index: 30;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 2px;
	height: 100vh;
	left: 50%;
	transform: translateX(-50%);
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
	width: 100vw;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.qodef-qi-before-after .twentytwenty-after-label,
.qodef-qi-before-after .twentytwenty-before-label {
	display: none;
}
.qodef-qi-before-after .twentytwenty-container {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.qodef-qi-before-after .twentytwenty-container img {
	position: absolute;
	top: 0;
	max-width: 100%;
	width: 100%;
}
.qodef-qi-before-after .twentytwenty-before {
	z-index: 20;
}
.qodef-qi-before-after .twentytwenty-after {
	z-index: 10;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 0.48em;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 0.48em;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
	display: none;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 0.48em;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 0.48em;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
	display: none;
}
.qodef-qi-blockquote .qodef-m-text {
	margin: 0;
}
.qodef-qi-blockquote .qodef-m-icon {
	font-size: 30px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
.qodef-qi-blockquote .qodef-m-icon i {
	color: inherit;
}
.qodef-qi-blockquote .qodef-m-icon svg {
	width: 30px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
	float: left;
	line-height: 1em;
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5em 0 0;
}
.qodef-qi-business-hours {
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 35px;
}
.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
	border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
	border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
	border-bottom: none;
}
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
	margin-right: 10px;
}
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
	display: none;
}
.qodef-qi-business-hours .qodef-e-item {
	margin-bottom: 1em;
	display: flex;
	align-items: baseline;
}
.qodef-qi-business-hours .qodef-e-item:last-child {
	margin-bottom: 0;
}
.qodef-qi-business-hours .qodef-e-title-holder {
	display: flex;
	align-items: baseline;
}
.qodef-qi-business-hours .qodef-m-title {
	margin: 0 0 1em;
}
.qodef-qi-business-hours .qodef-m-subtitle {
	margin: 0 0 0.5em;
}
.qodef-qi-business-hours .qodef-m-text {
	margin: 0.5em 0 0;
}
.qodef-qi-business-hours .qodef-e-icon {
	line-height: 1;
	padding-right: 12px;
}
.qodef-qi-business-hours .qodef-e-day {
	margin: 0;
}
.qodef-qi-business-hours .qodef-e-hours {
	margin: 0;
}
.qodef-qi-business-hours .qodef-e-line {
	flex-grow: 1;
	margin: 0 8px;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
	position: relative;
	color: currentColor;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
	text-decoration: none;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
	animation: qodef-animate-underline-from-left 0.6s
		cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
.qodef-qi-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
	outline: 0;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
		border-color 0.25s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	padding: 13px 46px;
	overflow: hidden;
}
.qodef-qi-button.qodef-size--small {
	padding: 9px 33px;
}
.qodef-qi-button.qodef-size--large {
	padding: 15px 52px;
}
.qodef-qi-button.qodef-size--full {
	width: 100%;
	text-align: center;
}
.qodef-qi-button.qodef-layout--filled {
	font-size: 17px;
	color: #111;
	background-color: #f4f4f4;
	border: 0;
	font-size: 1rem;
	border-style: solid;
}
.qodef-qi-button.qodef-layout--filled:hover {
	color: #fff;
	background-color: #111;
}
.qodef-qi-button.qodef-layout--outlined {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.qodef-qi-button.qodef-layout--outlined:hover {
	color: #111;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.qodef-qi-button.qodef-layout--textual {
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}
.qodef-qi-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-qi-button.qodef-layout--textual:hover {
	color: #111;
}
.qodef-qi-button.qodef-icon--left {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.qodef-qi-button.qodef-text-underline .qodef-m-text {
	position: relative;
}
.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: background-color 0.25s ease-in-out,
		width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover
	.qodef-m-text:after {
	width: 0;
}
.qodef-qi-button.qodef-text-underline.qodef-underline--center
	.qodef-m-text:after {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-qi-button.qodef-text-underline.qodef-underline--right
	.qodef-m-text:after {
	left: auto;
	right: 0;
}
.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
	overflow: hidden;
}
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover
	.qodef-m-text:after,
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover
	.qodef-m-text:after {
	animation: qodef-animate-underline-from-left 0.7s
		cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover
	.qodef-m-text:after {
	animation: qodef-animate-underline-from-right 0.7s
		cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
.qodef-qi-button .qodef-m-icon {
	color: currentColor;
	line-height: 0;
}
.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.qodef-qi-button .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: middle;
}
.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
	margin-left: 10px;
}
.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
	margin-right: 10px;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
	position: relative;
	overflow: hidden;
	display: inherit;
	padding: 1px;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
		opacity 0.18s ease-in-out;
	will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(0) translateY(0);
	transition-delay: 0.1s;
	opacity: 1;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(2) {
	position: absolute;
	opacity: 0;
	left: 1px;
	top: 1px;
	transition-delay: 0s;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	opacity: 0;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(0) translateY(0) translatez(0);
	transition-delay: 0.25s;
	opacity: 1;
}
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(-150%) translateY(0);
}
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(200%) translateY(0);
}
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(0) translateY(150%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(0) translateY(-150%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
	will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(-100%) translateY(100%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(100%) translateY(-100%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short
	.qodef-m-icon-inner
	svg {
	transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
		opacity 0.2s ease-in-out;
	transform: translateX(0);
	will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover
	.qodef-m-icon-inner
	i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover
	.qodef-m-icon-inner
	svg {
	transform: translateX(4px);
}
.qodef-qi-button.qodef-hover--reveal:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
}
.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,
.qodef-qi-button.qodef-hover--reveal .qodef-m-text {
	z-index: 1;
}
.qodef-qi-button.qodef-hover--reveal:hover:after {
	transform: scaleX(1) scaleY(1);
}
.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
	background-color: initial;
}
.qodef-qi-button.qodef--reveal-horizontal:after {
	transform-origin: left;
	transform: scaleX(0);
}
.qodef-qi-button.qodef--reveal-vertical:after {
	transform-origin: bottom;
	transform: scaleY(0);
}
.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
}
.qodef-qi-button.qodef-icon-background-hover--reveal
	.qodef-m-icon
	.qodef-m-icon-inner {
	z-index: 1;
}
.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
	transform: scaleX(1) scaleY(1);
}
.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal
	.qodef-m-icon:after {
	transform-origin: left;
	transform: scaleX(0);
}
.qodef-qi-button.qodef-icon-background-hover--reveal-vertical
	.qodef-m-icon:after {
	transform-origin: bottom;
	transform: scaleY(0);
}
.qodef-qi-button.qodef-type--icon-boxed {
	padding: 0 !important;
	align-items: stretch;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
	align-self: center;
	padding: 11px 28px;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 11px 0;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
	line-height: inherit;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
	width: 2px;
	background-color: #111;
	transition: background-color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #111;
	font-size: 4px;
	transition: color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
	position: absolute;
	background-color: currentColor;
	transition: background-color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
	top: 1em;
	left: 1em;
	height: 2px;
	width: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
	top: 1em;
	right: 1em;
	width: 2px;
	height: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
	bottom: 1em;
	right: 1em;
	height: 2px;
	width: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
	bottom: 1em;
	left: 1em;
	width: 2px;
	height: calc(100% - 2em);
}
.qodef-inner-border-hover--draw
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
	transition: transform 0.36s ease-out;
}
.qodef-inner-border-hover--draw.q-draw-center
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center
	.qodef-m-inner-border-copy
	.qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transform: scaleX(0);
}
.qodef-inner-border-hover--draw.q-draw-center
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points
	.qodef-m-inner-border-copy
	.qodef-m-border-right {
	transform: scaleY(0);
}
.qodef-inner-border-hover--draw.q-draw-center:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-center:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transform: scaleX(1) scaleY(1);
}
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transition-duration: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transform-origin: left;
}
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-right {
	transform-origin: top;
}
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transition-delay: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
	.qodef-m-inner-border-copy
	.qodef-m-border-right {
	transition-delay: 0s;
}
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-top {
	transition-delay: 0s;
}
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
	.qodef-m-inner-border-copy
	.qodef-m-border-right {
	transition-delay: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
	transform-origin: left;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
	transform-origin: right;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
	transform-origin: top;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
	transform-origin: bottom;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
	.qodef-m-inner-border
	.qodef-m-border-top {
	transition: background-color 0.25s ease-in-out, transform 0.36s ease-out;
	transform: scaleX(1) scaleY(1);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
	.qodef-m-inner-border
	.qodef-m-border-top {
	transform: scaleX(0);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
	.qodef-m-inner-border
	.qodef-m-border-right {
	transform: scaleY(0);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top {
	transition: background-color 0.25s ease-in-out, transform 0.28s ease-out;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top {
	transform-origin: left;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right {
	transform-origin: top;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-top {
	transition-delay: 0s, 0s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
	.qodef-m-inner-border
	.qodef-m-border-right {
	transition-delay: 0s, 0.28s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-top {
	transition-delay: 0s, 0.28s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
	.qodef-m-inner-border
	.qodef-m-border-right {
	transition-delay: 0s, 0s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
	.qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
	.qodef-m-border-top {
	transform-origin: left;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
	.qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
	.qodef-m-border-bottom {
	transform-origin: right;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
	.qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
	.qodef-m-border-left {
	transform-origin: top;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
	.qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
	.qodef-m-border-right {
	transform-origin: bottom;
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
	overflow: visible;
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge
	.qodef-m-inner-border {
	top: 1em;
	left: 1em;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	border: 1px solid currentColor;
	transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover
	.qodef-m-inner-border {
	top: -1em;
	left: -1em;
	width: calc(100% + 2em);
	height: calc(100% + 2em);
}
.qodef-qi-call-to-action.qodef-layout--standard {
	position: relative;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #333;
	padding: 6.4% 6% 6.9% 5.5%;
}
.qodef-qi-call-to-action.qodef-layout--standard
	.qodef-m-content
	.qodef-m-title {
	color: #fff;
	margin: 0;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
	color: #fff;
	margin: 0.8em 0 0;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
	flex: 0 0 auto;
}
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay
	.qodef-m-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay
	.qodef-m-button {
	z-index: 1;
}
.qodef-qi-cards-gallery {
	position: relative;
	display: inline-block;
}
.qodef-qi-cards-gallery .qodef-e-inner {
	position: relative;
}
.qodef-qi-cards-gallery .qodef-m-fake-card {
	position: relative;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.qodef-qi-cards-gallery .qodef-m-card {
	position: absolute;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
	will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
	transform-origin: right;
}
.qodef-qi-cards-gallery.qodef-orientation--both
	.qodef-m-card:nth-child(2n + 1) {
	transform-origin: left;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
	transition: transform 0.5s ease-in-out, left 0.3s ease-in-out,
		right 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--both
	.qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--both
	.qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
	margin-right: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--both
	.qodef-m-card:nth-child(2n + 1):not(:last-of-type):not(.active):hover {
	margin-left: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
	transform-origin: left;
	will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
	transition: transform 0.5s ease-in-out, left 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--left
	.qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--left
	.qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-left: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
	transform-origin: right;
	will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
	transition: transform 0.5s ease-in-out, right 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--right
	.qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--right
	.qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-right: -10px !important;
}
.qodef-qi-charts {
	position: relative;
	visibility: hidden;
}
.qodef-qi-charts.qodef--init {
	visibility: visible;
}
.qodef-qi-charts .qodef-m-inner {
	position: relative;
}
.qodef-qi-charts .qodef-m-canvas-holder {
	display: flex;
}
.qodef-qi-charts .qodef-m-canvas {
	position: relative;
	width: 260px;
}
.qodef-qi-charts .qodef-m-title {
	margin: 2em 0 0;
}
.qodef-qi-charts .qodef-m-text {
	margin: 0.2em 0 0;
}
.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
	justify-content: flex-start;
}
.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
	justify-content: center;
}
.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
	justify-content: flex-end;
}
.qodef-qi-clients-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.qodef-qi-clients-list .qodef-e-inner a {
	display: inline-block;
}
.qodef-qi-clients-list .qodef-e-inner > a {
	display: block;
}
.qodef-qi-clients-list .qodef-grid-item {
	text-align: center;
}
.qodef-qi-clients-list .qodef-e-images-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 1em;
}
.qodef-qi-clients-list .qodef-e-main-image {
	display: inline-block;
	width: auto;
}
.qodef-qi-clients-list .qodef-e-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	opacity: 0;
}
.qodef-qi-clients-list .qodef-e-hover-image img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.qodef-qi-clients-list .qodef-e-title {
	margin: 0 0 0.65em;
}
.qodef-qi-clients-list .qodef-e-text {
	margin: 0;
}
.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
	padding: 20px;
	background-color: #f6f6f6;
}
.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
	border-style: solid;
}
.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
	border-width: 1px;
	border-style: inherit;
	border-color: #ebebeb;
	border-left-style: hidden;
	border-bottom-style: hidden;
}
@media only screen and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
@media only screen and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image {
	will-change: opacity;
	transition: opacity 0.25s ease-in-out;
}
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
	opacity: 0;
}
.qodef-qi-clients-list.qodef--hover-change-image
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	opacity: 1;
}
.qodef-qi-clients-list.qodef--hover-change-image
	.qodef-e-inner:hover
	.qodef-e-main-image {
	opacity: 0;
}
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
	opacity: 1;
	transition: opacity 0.2s ease-out;
}
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
	display: none;
}
.qodef-qi-clients-list.qodef--hover-opacity
	.qodef-e-inner:hover
	.qodef-e-main-image {
	opacity: 0.8;
}
.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
	transform: scale(1) translateZ(0);
	transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-list.qodef--hover-scale
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: scale(1.05) translateZ(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
	overflow: hidden;
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
	opacity: 1;
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
	transform: translateX(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
	transform: translateX(-130%);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	transform: translateX(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: translateX(130%);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
	transform: translateY(0);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
	transform: translateY(130%);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	transform: translateY(0);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: translateY(-130%);
}
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
	position: relative;
}
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 0;
	transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-clients-list.qodef-title--hover-underline
	.qodef-e-inner:hover
	.qodef-e-title
	a:after {
	width: 100%;
}
.qodef-qi-clients-slider .qodef-e-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 0;
}
.qodef-qi-clients-slider .qodef-e-inner a {
	display: inline-block;
}
.qodef-qi-clients-slider .qodef-e-images-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 1em;
}
.qodef-qi-clients-slider .qodef-e-title {
	margin: 0 0 0.65em;
}
.qodef-qi-clients-slider .qodef-e-text {
	line-height: 1rem;
}
.qodef-qi-clients-slider .qodef-e-main-image {
	display: inline-block;
	width: auto;
}
.qodef-qi-clients-slider .qodef-e-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}
.qodef-qi-clients-slider .qodef-e-hover-image img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
	padding: 20px;
	background-color: #f6f6f6;
}
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image {
	will-change: opacity;
	transition: opacity 0.25s ease-in-out;
}
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
	opacity: 0;
}
.qodef-qi-clients-slider.qodef--hover-change-image
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	opacity: 1;
}
.qodef-qi-clients-slider.qodef--hover-change-image
	.qodef-e-inner:hover
	.qodef-e-main-image {
	opacity: 0;
}
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
	opacity: 1;
	transition: opacity 0.2s ease-out;
}
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
	display: none;
}
.qodef-qi-clients-slider.qodef--hover-opacity
	.qodef-e-inner:hover
	.qodef-e-main-image {
	opacity: 0.8;
}
.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
	transform: scale(1) translateZ(0);
	transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-slider.qodef--hover-scale
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: scale(1.05) translateZ(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
	overflow: hidden;
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
	opacity: 1;
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
	transform: translateX(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
	transform: translateX(-130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	transform: translateX(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: translateX(130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
	transform: translateY(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
	transform: translateY(130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical
	.qodef-e-inner:hover
	.qodef-e-hover-image {
	transform: translateY(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical
	.qodef-e-inner:hover
	.qodef-e-main-image {
	transform: translateY(-130%);
}
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
	display: inline-block;
	position: relative;
}
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 0;
	transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-clients-slider.qodef-title--hover-underline
	.qodef-e-inner:hover
	.qodef-e-title
	a:after {
	width: 100%;
}
.qodef-qi-countdown .qodef-m-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.qodef-qi-countdown .qodef-digit-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 150px;
}
.qodef-qi-countdown .qodef-digit {
	font-size: 70px;
	line-height: 1;
}
.qodef-qi-countdown .qodef-label {
	font-size: 20px;
}
.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect
	.qodef-m-digit {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
	display: inline-block;
	font-size: 70px;
	line-height: 1;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%, -50%);
	font-size: 20px;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
	margin: 0.9em 0 0;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
	margin: 0.45em 0 0;
}
.qodef-qi-device-carousel {
	position: relative;
}
.qodef-qi-device-carousel > .qodef-qi-swiper-container {
	padding: 30px 0;
}
.qodef-qi-device-carousel > .qodef-qi-swiper-container > .swiper-wrapper {
	align-items: center;
}
.qodef-qi-device-carousel .qodef-device-carousel-device {
	position: relative;
	margin: 0 auto;
}
.qodef-qi-device-carousel
	.qodef-device-carousel-device
	.qodef-device-carousel-device-image {
	position: relative;
	pointer-events: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 15px;
	z-index: 10;
}
.qodef-qi-device-carousel
	.qodef-device-carousel-device
	.qodef-device-carousel-device-image
	img {
	width: 100%;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.qodef-qi-device-carousel
	.qodef-device-carousel-device
	.qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%;
	padding: 0 !important;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
	height: 100%;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-device-slider {
	position: relative;
	margin: auto;
}
.qodef-qi-device-slider .qodef-device-slider-image {
	position: relative;
	pointer-events: none;
	z-index: 10;
}
.qodef-qi-device-slider .qodef-device-slider-image img {
	width: 100%;
	filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, 0.07));
}
.qodef-qi-device-slider .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.qodef-qi-device-slider .qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%;
}
.qodef-qi-device-slider .qodef-m-item {
	height: 100%;
}
.qodef-qi-device-slider .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-dropcaps {
	position: relative;
}
.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none;
}
.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
	display: block;
}
.qodef-qi-dropcaps .qodef-m-letter {
	float: left;
	font-size: 60px;
	line-height: 1em;
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-dropcaps .qodef-m-text {
	margin: 0;
}
.qodef-qi-dual-image-with-content {
	position: relative;
	display: flex;
}
.qodef-qi-dual-image-with-content.qodef--content-right {
	flex-direction: row-reverse;
}
.qodef-qi-dual-image-with-content .qodef-dual-content {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 100px;
	background-color: #f6f6f6;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-title {
	margin: 0 0 0.5em;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-text {
	margin: 0 0 0.5em;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
	width: 100%;
}
.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
	position: relative;
}
.qodef-qi-dual-image-with-content .qodef-image-holder {
	--holder_height: auto;
	position: relative;
	flex: 1;
	height: var(--holder_height);
}
.qodef-qi-dual-image-with-content .qodef-m-main-image {
	width: 100%;
	height: 100%;
}
.qodef-qi-dual-image-with-content .qodef-m-main-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-dual-image-with-content .qodef-m-second-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-dual-image-with-content.qodef-decoration--underline
	.qodef-e-decorated {
	text-decoration: underline;
}
.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
	font-style: italic;
}
.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
	font-weight: 700;
}
.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(
		transparent calc(100% - 0.07em),
		currentColor 0.07em
	);
	background-size: 100% 87%;
}
.qodef-qi-dual-image-with-content.qodef-link--underline-draw
	.qodef-e-link:hover {
	animation: qodef-animate-underline-multiline 1.1s
		cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img {
	transform: scale(1) translateX(14px);
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img {
	transform: scale(1) translateX(-14px);
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
	.qodef-dual-content
	+ .qodef-image-holder,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
	.qodef-dual-content
	+ .qodef-image-holder {
	overflow: hidden;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image {
	display: flex;
	justify-content: center;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img {
	display: inline-block;
	max-width: unset;
	transition: transform 1.3s cubic-bezier(0.37, 0.08, 0.02, 0.93) 0s;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared
	.qodef-dual-content
	+ .qodef-image-holder
	.qodef-m-main-image
	img {
	transform: scale(1) translateX(0);
}
.qodef-qi-faq {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-faq.qodef-behavior--accordion {
	visibility: hidden;
	overflow-anchor: none;
}
.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
	visibility: visible;
}
.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
	cursor: pointer;
}
.qodef-qi-faq .qodef-e-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-faq .qodef-e-icon > svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-faq .qodef-e-title-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 10px 26px 26px;
	transition: all 0.2s ease-out;
	margin: 0;
}
.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
	margin: 12px 0 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
	display: inline-flex;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
	display: block;
	line-height: inherit;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
	opacity: 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	opacity: 1;
}
.qodef-qi-faq
	.qodef-e-title-holder.ui-state-active
	.qodef-e-mark
	span.qodef-icon--minus {
	opacity: 1;
}
.qodef-qi-faq
	.qodef-e-title-holder.ui-state-active
	.qodef-e-mark
	span.qodef-icon--plus {
	opacity: 0;
}
.qodef-qi-faq
	.qodef-e-title-holder.ui-state-active.ui-state-hover
	.qodef-e-mark
	span.qodef-icon--plus {
	opacity: 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 8px;
}
.qodef-qi-faq .qodef-e-content {
	padding: 0 26px 16px;
	margin: 0;
	transition: background-color 0.2s ease-out;
}
.qodef-qi-faq .qodef-e-content p {
	margin: 0;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
	padding: 16px 26px;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
	background-color: #f6f6f6;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
	margin: 0;
}
.qodef-qi-faq.qodef-style--standard
	.qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
	border-color: transparent !important;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--boxed {
	border: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
	border-top: none;
}
.qodef-qi-graphs {
	position: relative;
	visibility: hidden;
}
.qodef-qi-graphs.qodef--init {
	visibility: visible;
}
.qodef-qi-graphs .qodef-m-inner {
	position: relative;
}
.qodef-qi-graphs .qodef-m-canvas-holder {
	display: flex;
}
.qodef-qi-graphs .qodef-m-canvas {
	position: relative;
	width: 100%;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
	align-items: flex-start;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-legend {
	justify-content: flex-start;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--right
	.qodef-m-canvas-holder {
	justify-content: flex-start;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--left
	.qodef-m-canvas-holder {
	justify-content: flex-end;
}
.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
	align-items: center;
}
.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-legend {
	justify-content: center;
}
.qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--left
	.qodef-m-canvas-holder,
.qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--right
	.qodef-m-canvas-holder {
	justify-content: center;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
	align-items: flex-end;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-legend {
	justify-content: flex-end;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--right
	.qodef-m-canvas-holder {
	justify-content: flex-end;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--left
	.qodef-m-canvas-holder {
	justify-content: flex-start;
}
.qodef-qi-highlight {
	margin: 0 !important;
}
.qodef-qi-highlight .qodef-highlight-text {
	padding: 0;
	color: #fff;
}
.qodef-qi-how-to {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-how-to .qodef-m-title {
	margin: 0.35em 0 0;
}
.qodef-qi-how-to .qodef-m-text {
	margin: 1.2em 0 0;
}
.qodef-qi-how-to .qodef-m-title-holder {
	margin-bottom: 2.5em;
}
.qodef-qi-how-to .qodef-e-step {
	margin-bottom: 30px;
}
.qodef-qi-how-to .qodef-e-step-title {
	margin: 0 0 0.8em;
}
.qodef-qi-how-to .qodef-e-step-text {
	margin: 0 0 1em;
}
.qodef-qi-how-to .qodef-e-step-image {
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-icon-with-text .qodef-m-title {
	margin: 0;
}
.qodef-qi-icon-with-text .qodef-m-title a {
	display: block;
	color: inherit;
}
.qodef-qi-icon-with-text .qodef-m-content > .qodef-m-text {
	margin: 0.5em 0 0;
}
.qodef-qi-icon-with-text .qodef-m-button {
	margin: 1.5em 0 0;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder {
	font-size: 1.4em;
	line-height: 1;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
		border-color 0.25s ease-in-out;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder i {
	vertical-align: top;
	color: inherit;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
	width: 1em;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor;
	overflow: visible;
}
.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	background-color: #c4c4c4;
	border: 1px solid transparent;
}
.qodef-qi-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
	width: 60px;
}
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block;
}
.qodef-qi-icon-with-text.qodef--appear-from-bottom {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-top {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
	opacity: 1;
	transform: translateX(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
	opacity: 1;
	transform: translateX(0);
}
.qodef-qi-icon-with-text.qodef--appear-fade {
	opacity: 0;
	transition: opacity 0.7s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
	opacity: 1;
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal
	.qodef-m-icon-holder
	i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal
	.qodef-m-icon-holder
	svg {
	transform: translateX(0);
	transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover svg {
	transform: translateX(4px);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical
	.qodef-m-icon-holder
	svg {
	transform: translateY(0);
	transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover svg {
	transform: translateY(-7px);
}
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
	transform: scale(1) translateZ(0);
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover svg {
	transform: scale(1.17) translateZ(0);
}
.qodef-qi-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start;
}
.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 0.7em;
}
@media only screen and (max-width: 768px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
		flex-direction: column;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
		flex-direction: column;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
		flex-direction: column;
	}
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
	transition: color 0.2s ease-out;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 0.15em;
	transition: color 0.2s ease-out;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 1.3em;
}
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator + .qodef-m-title {
	margin: 0;
}
.qodef-qi-image-gallery-masonry.qodef-grid {
	margin-bottom: -24px;
}
.qodef-qi-image-gallery-masonry.qodef-grid > .qodef-grid-inner {
	margin: 0 -12px;
}
.qodef-qi-image-gallery-masonry.qodef-grid
	> .qodef-grid-inner
	> .qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px;
}
.qodef-qi-image-gallery-masonry.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed
	.qodef-image-wrapper
	img {
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-image-gallery-masonry .qodef-e-inner {
	overflow: hidden;
}
.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner {
	position: relative;
}
.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
	pointer-events: none;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.03);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-move
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
	transform-origin: top;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom
	.qodef-e-inner
	img {
	transform-origin: bottom;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left
	.qodef-e-inner
	img {
	transform-origin: left;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right
	.qodef-e-inner
	img {
	transform-origin: right;
}
.qodef-qi-image-gallery-pinterest.qodef-grid {
	margin-bottom: -24px;
}
.qodef-qi-image-gallery-pinterest.qodef-grid > .qodef-grid-inner {
	margin: 0 -12px;
}
.qodef-qi-image-gallery-pinterest.qodef-grid
	> .qodef-grid-inner
	> .qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px;
}
.qodef-qi-image-gallery-pinterest .qodef-e-inner {
	overflow: hidden;
}
.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner {
	position: relative;
}
.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
	pointer-events: none;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.03);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out
	.qodef-e-inner
	img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top
	.qodef-e-inner
	img {
	transform-origin: top;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom
	.qodef-e-inner
	img {
	transform-origin: bottom;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left
	.qodef-e-inner
	img {
	transform-origin: left;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right
	.qodef-e-inner
	img {
	transform-origin: right;
}
.qodef-qi-image-gallery.qodef-grid {
	margin-bottom: -24px;
}
.qodef-qi-image-gallery.qodef-grid > .qodef-grid-inner {
	margin: 0 -12px;
}
.qodef-qi-image-gallery.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px;
}
.qodef-qi-image-gallery .qodef-e-inner {
	overflow: hidden;
}
.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner {
	position: relative;
}
.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
	pointer-events: none;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.01) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.03);
}
.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1);
}
.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-move
	.qodef-e:hover
	.qodef-e-inner
	img {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
	transform-origin: top;
}
.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
	transform-origin: bottom;
}
.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
	transform-origin: left;
}
.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
	transform-origin: right;
}
.qodef-qi-image-slider .qodef-e {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-qi-image-slider.qodef--overlay .qodef-e-inner {
	position: relative;
}
.qodef-qi-image-slider.qodef--overlay .qodef-e-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.35s ease-out;
	pointer-events: none;
}
.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner {
	display: block;
	width: calc(100% - 1px);
	transform: scale(1.02) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner {
	transform: scale(1.05);
}
.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-zoom-out
	.qodef-e:hover
	.qodef-e-inner {
	transform: scale(1);
}
.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
	will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner {
	transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner {
	transform-origin: top;
}
.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner {
	transform-origin: bottom;
}
.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner {
	transform-origin: left;
}
.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner {
	transform-origin: right;
}
.qodef-qi-info-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
	outline: 0;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
		border-color 0.25s ease-in-out;
	padding: 11px 28px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.2em;
	overflow: hidden;
}
.qodef-qi-info-button .qodef-m-text-holder {
	display: flex;
	align-items: center;
}
.qodef-qi-info-button .qodef-m-subtext {
	font-size: 0.75em;
}
.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
	transition: color 0.25s ease-in-out;
}
.qodef-qi-info-button.qodef-size--small {
	padding: 6px 24px;
}
.qodef-qi-info-button.qodef-size--large {
	padding: 11px 36px;
}
.qodef-qi-info-button.qodef-size--full {
	width: 100%;
	text-align: center;
}
.qodef-qi-info-button.qodef-layout--filled {
	font-size: 17px;
	color: #111;
	background-color: #f4f4f4;
	border: 0;
	border-style: solid;
}
.qodef-qi-info-button.qodef-layout--filled:hover {
	color: #fff;
	background-color: #111;
}
.qodef-qi-info-button.qodef-layout--outlined {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.qodef-qi-info-button.qodef-layout--outlined:hover {
	color: #111;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
	flex-direction: row-reverse;
}
.qodef-qi-info-button .qodef-m-icon {
	color: currentColor;
}
.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.qodef-qi-info-button .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed)
	.qodef-m-icon
	i,
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed)
	.qodef-m-icon
	svg {
	margin-left: 10px;
}
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed)
	.qodef-m-icon
	i,
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed)
	.qodef-m-icon
	svg {
	margin-right: 10px;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
	position: relative;
	overflow: hidden;
	display: inherit;
	padding: 1px;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
		opacity 0.18s ease-in-out;
	will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(0) translateY(0);
	transition-delay: 0.1s;
	opacity: 1;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(2) {
	position: absolute;
	opacity: 0;
	left: 1px;
	top: 1px;
	transition-delay: 0s;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	opacity: 0;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(0) translateY(0) translatez(0);
	transition-delay: 0.25s;
	opacity: 1;
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(-150%) translateY(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(200%) translateY(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(0) translateY(150%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(0) translateY(-150%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
	will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
	.qodef-m-icon-inner
	svg:nth-child(2) {
	transform: translateX(-100%) translateY(100%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
	.qodef-m-icon-inner
	svg:nth-child(1) {
	transform: translateX(100%) translateY(-100%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short
	.qodef-m-icon-inner
	i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short
	.qodef-m-icon-inner
	svg {
	transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
		opacity 0.2s ease-in-out;
	transform: translateX(0);
	will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover
	.qodef-m-icon-inner
	i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover
	.qodef-m-icon-inner
	svg {
	transform: translateX(4px);
}
.qodef-qi-info-button.qodef-type--icon-boxed {
	padding: 0 !important;
	flex-direction: row;
	align-items: stretch;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
	flex-direction: column;
	padding: 11px 28px;
}
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
	flex-direction: row-reverse;
}
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left
	.qodef-m-icon-holder {
	flex-direction: row-reverse;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
	align-items: flex-start;
	justify-content: center;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 11px 0;
	flex: 1;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
	line-height: inherit;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
	height: 100%;
	width: 2px;
	background-color: #111;
	transition: background-color 0.25s ease-in-out;
}
.qodef-qi-info-cards {
	background-color: #f9f9f9;
	padding: 30px;
	transition: background-color 0.4s ease-out;
	position: relative;
}
.qodef-qi-info-cards .qodef-m-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-qi-info-cards a:not(.qodef-m-link) {
	position: relative;
	z-index: 1;
}
.qodef-qi-info-cards .qodef-m-title {
	margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-title a {
	display: block;
	color: inherit;
}
.qodef-qi-info-cards .qodef-m-subtitle {
	margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-content {
	position: relative;
}
.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
	margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-icon-wrapper {
	margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-icon-holder {
	font-size: 55px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
.qodef-qi-info-cards .qodef-m-icon-holder i {
	vertical-align: top;
	color: inherit;
}
.qodef-qi-info-cards .qodef-m-icon-holder svg {
	width: 30px;
	height: auto;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
}
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: inline-block;
}
.qodef-qi-interactive-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden;
}
.qodef-qi-interactive-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.qodef-qi-interactive-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.qodef-qi-interactive-banner .qodef-m-title {
	margin: 0;
}
.qodef-qi-interactive-banner .qodef-m-title-inner {
	display: inline-block;
}
.qodef-qi-interactive-banner .qodef-m-subtitle {
	margin: 0 0 0.4em;
}
.qodef-qi-interactive-banner .qodef-m-content-inner > .qodef-m-text {
	margin: 0.7em 0 0;
}
.qodef-qi-interactive-banner .qodef-m-text-holder {
	margin: 0.7em 0 0;
}
.qodef-qi-interactive-banner .qodef-m-button {
	padding: 0.5em 0 0;
	z-index: 1;
	position: relative;
	display: inline-block;
}
.qodef-qi-interactive-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden;
}
.qodef-qi-interactive-banner .qodef-m-image img {
	display: inline-block;
	transition: all 0.35s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible
	.qodef-m-content {
	opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
	align-items: flex-start;
	justify-content: flex-end;
	padding: 60px;
	opacity: 0;
	transition: opacity 0.2s;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
	position: relative;
	overflow: hidden;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
	transform: translateZ(0);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
	opacity: 0;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom
	.qodef-m-text-holder
	.qodef-m-text {
	margin: 0;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
	transform: translateY(0) translateZ(0) !important;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover
	.qodef-m-text-holder {
	opacity: 1;
	transition-delay: 0.15s;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch {
	width: 100%;
	background-color: #f6f6f6;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	text-align: left;
	padding: 60px;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
		flex-direction: column;
	}
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
	flex: 1;
	margin-right: 2em;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch
		.qodef-m-content-inner {
		margin-right: 0;
	}
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
	position: relative;
	width: 35%;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch
		.qodef-m-image-holder {
		width: 100%;
		margin-top: 2em;
	}
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
	.qodef-m-image-holder
	.qodef-m-image {
	transition: 0.2s ease-in-out;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
	.qodef-m-image-holder
	.qodef-m-image:first-child {
	opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
	.qodef-m-image-holder
	.qodef-m-image:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover
	.qodef-m-image-holder
	.qodef-m-image:first-child {
	opacity: 0;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover
	.qodef-m-image-holder
	.qodef-m-image:last-child {
	opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible
	.qodef-m-content {
	opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
	align-items: flex-start;
	justify-content: flex-start;
	padding: 60px;
	opacity: 0;
	transition: opacity 0.2s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing
	.qodef-m-content-inner
	> .qodef-m-text {
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-delay: 0.05s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
	transform: translateY(0) translateZ(0) !important;
	transition-delay: 0s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing:hover
	.qodef-m-content-inner
	> .qodef-m-text {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 0.25s, 0.35s;
	transition-delay: 0.1s, 0.1s;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
	opacity: 0;
	transition: opacity 0.23s ease-out, transform 0.28s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
	transform: translateY(-10px);
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
	transform: translateY(10px);
}
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	display: flex;
	align-items: center;
	visibility: hidden;
}
.qodef-qi-interactive-link-showcase.qodef--full-height {
	height: 100vh;
}
.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
	height: calc(100vh - 32px);
}
.qodef-qi-interactive-link-showcase .qodef-e-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0s 0.45s;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
	display: none;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
	opacity: 1;
	z-index: 5;
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-qi-interactive-link-showcase .qodef-m-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}
.qodef-qi-interactive-link-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	color: #111;
	margin: 0.6em 0;
}
.qodef-qi-interactive-link-showcase .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-weight: 500;
	letter-spacing: -0.02em;
	font-size: 39px;
	line-height: 1.19048em;
	transition: color 0.2s ease-out;
	z-index: 2;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-interactive-link-showcase .qodef-e-title {
		font-size: 36px;
	}
}
.qodef-qi-interactive-link-showcase .qodef-e-title:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
}
.qodef-qi-interactive-link-showcase .qodef-e-title:hover:after {
	width: 100%;
}
.qodef-hover--underline.qodef-qi-interactive-link-showcase
	.qodef-e-title:after {
	bottom: 0;
}
.qodef-hover--line-through.qodef-qi-interactive-link-showcase
	.qodef-e-title:after {
	top: 50%;
	transform: translateY(-50%);
}
.qodef-qi-interactive-link-showcase
	.qodef--active.qodef-m-item
	.qodef-e-title:after {
	width: 100%;
}
.qodef-qi-interactive-link-showcase .qodef-e-text {
	display: block;
}
.qodef-qi-interactive-link-showcase.qodef--init {
	visibility: visible;
}
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
	width: 40%;
	justify-content: center;
	align-items: flex-start;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split {
	align-items: stretch;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
	position: relative;
	flex: 1;
}
@media only screen and (max-width: 680px) {
	.qodef-split-hide-under--680
		.qodef-qi-interactive-link-showcase.qodef-layout--split
		.qodef-m-images {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-split-hide-under--480
		.qodef-qi-interactive-link-showcase.qodef-layout--split
		.qodef-m-images {
		display: none;
	}
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
	width: 40%;
	justify-content: center;
	align-items: flex-start;
	padding: 150px 10%;
}
@media only screen and (max-width: 680px) {
	.qodef-split-hide-under--680
		.qodef-qi-interactive-link-showcase.qodef-layout--split
		.qodef-m-items {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-split-hide-under--480
		.qodef-qi-interactive-link-showcase.qodef-layout--split
		.qodef-m-items {
		width: 100%;
	}
}
.qodef-qi-interactive-link-showcase.qodef-layout--split
	.qodef-e-image:not(.qodef-background) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split
	.qodef-e-image:not(.qodef-background)
	img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard {
	justify-content: center;
	text-align: center;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 680px) {
	.qodef-standard-hide-under--680
		.qodef-qi-interactive-link-showcase.qodef-layout--standard
		.qodef-m-images {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-standard-hide-under--480
		.qodef-qi-interactive-link-showcase.qodef-layout--standard
		.qodef-m-images {
		display: none;
	}
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
	width: 40%;
	justify-content: center;
}
@media only screen and (max-width: 680px) {
	.qodef-split-hide-under--680
		.qodef-qi-interactive-link-showcase.qodef-layout--standard
		.qodef-m-items {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-split-hide-under--480
		.qodef-qi-interactive-link-showcase.qodef-layout--standard
		.qodef-m-items {
		width: 100%;
	}
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.35s ease-out;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard
	.qodef-e-image.qodef-position--left {
	left: 0;
	width: 30%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard
	.qodef-e-image.qodef-position--right {
	left: auto;
	right: 0;
	width: 30%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
	position: relative;
}
.qodef-qi-item-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.qodef-qi-item-showcase .qodef-m-image {
	position: relative;
	flex-shrink: 0;
	max-width: 60%;
	padding: 0 60px;
}
.qodef-qi-item-showcase .qodef-m-image img {
	display: block;
}
.qodef-qi-item-showcase .qodef-m-items {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.qodef-qi-item-showcase .qodef-m-items.qodef--left {
	text-align: right;
}
.qodef-qi-item-showcase .qodef-m-items.qodef--right {
	text-align: left;
}
.qodef-qi-item-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
	.qodef-qi-item-showcase .qodef-m-item:last-child {
		margin-bottom: 0 !important;
	}
}
.qodef-qi-item-showcase .qodef-e-icon-holder {
	line-height: 1em;
	transition: color 0.2s ease-out;
}
.qodef-qi-item-showcase .qodef-e-icon-holder a {
	display: inline-block;
}
.qodef-qi-item-showcase .qodef-e-icon-holder > svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-item-showcase .qodef-e-title {
	margin: 0 0 1em;
}
.qodef-qi-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-qi-item-showcase .qodef-e-title-link:hover {
	color: var(--qode-main-color);
}
.qodef-qi-item-showcase .qodef-e-text {
	margin: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear {
	visibility: hidden;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
	transition-delay: 0.2s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
	transition-delay: 0.4s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
	transition-delay: 0.6s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
	transition-delay: 0.8s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
	transition-delay: 1s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
	transition-delay: 1.2s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
	visibility: visible;
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
	opacity: 1;
	transform: translateY(0);
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
	display: flex;
	align-items: flex-start;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
		flex-direction: row;
	}
}
.qodef-qi-item-showcase.qodef-layout--side-icon
	.qodef--left
	.qodef-e-side-holder {
	margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-item-showcase.qodef-layout--side-icon
		.qodef--left
		.qodef-e-side-holder {
		margin-left: 0;
		margin-right: 0.5em;
	}
}
.qodef-qi-item-showcase.qodef-layout--side-icon
	.qodef--right
	.qodef-e-side-holder {
	margin-right: 0.5em;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
	font-size: 3em;
	flex-shrink: 0;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
	flex: 1;
}
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number {
	margin-bottom: 0.4em;
}
.qodef-qi-message-box {
	background: #d5eaf4;
	padding: 40px;
	display: flex;
	transition: opacity 0.19s ease, visibility 0.19s ease;
}
.qodef-qi-message-box.qodef-hidden {
	opacity: 0;
	visibility: hidden;
}
.qodef-qi-message-box.qodef-icon--middle {
	align-items: center;
}
.qodef-qi-message-box.qodef-icon--top {
	align-items: flex-start;
}
.qodef-qi-message-box.qodef-icon--bottom {
	align-items: flex-end;
}
.qodef-qi-message-box .qodef-m-close-icon {
	position: absolute;
	right: 17px;
	top: 17px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.25s ease-in-out;
}
.qodef-qi-message-box .qodef-m-close-icon i {
	color: inherit;
}
.qodef-qi-message-box .qodef-m-close-icon svg {
	width: 30px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-message-box .qodef-m-icon {
	line-height: 1;
	margin-right: 20px;
}
.qodef-qi-message-box .qodef-m-title {
	margin: 0;
}
.qodef-qi-message-box .qodef-m-text {
	margin: 0;
}
.q-message-box-holder {
	transition: height 0.23s cubic-bezier(0.05, 0.47, 0.58, 1);
}
.qodef-qi-parallax-images {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-parallax-images .qodef-m-images {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
	width: 100%;
}
.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-qi-parallax-images .qodef-e-parallax-image {
	position: absolute;
	display: block;
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
	top: 0;
	left: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
	top: 0;
	right: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
	bottom: 0;
	left: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
	bottom: 0;
	right: 0;
}
.qodef-qi-preview-slider {
	position: relative;
	opacity: 0;
	transition: opacity 0.35s ease-out;
}
.qodef-qi-preview-slider.qodef--visible {
	opacity: 1;
}
.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.qodef-qi-preview-slider .qodef-preview-slider-device {
	position: absolute;
	margin: auto;
	width: 214px;
	bottom: -50px;
	right: 50px;
}
.qodef-qi-preview-slider
	.qodef-preview-slider-device
	.qodef-preview-slider-device-image {
	position: relative;
	pointer-events: none;
	z-index: 10;
}
.qodef-qi-preview-slider
	.qodef-preview-slider-device
	.qodef-preview-slider-device-image
	img {
	width: 100%;
	filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, 0.07));
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.qodef-qi-preview-slider
	.qodef-preview-slider-device
	.qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%;
	padding: 0 !important;
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
	height: 100%;
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-pricing-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
	margin-bottom: 35px;
}
.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
	text-decoration: line-through;
	margin-right: 0.25em;
}
.qodef-qi-pricing-list .qodef-e-heading {
	display: flex;
	align-items: baseline;
}
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
	max-width: 20%;
}
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
	margin-left: 10px;
}
.qodef-qi-pricing-list .qodef-e-heading-title {
	margin: 0;
}
.qodef-qi-pricing-list .qodef-e-heading-line {
	flex-grow: 1;
	margin: 0 8px;
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-pricing-list .qodef-e-heading-discount-price,
.qodef-qi-pricing-list .qodef-e-heading-price {
	margin: 0;
	color: #111;
}
.qodef-qi-pricing-list .qodef-e-description {
	margin: 0.5em 0 0;
	color: #9c9c9c;
}
.qodef-qi-pricing-list .qodef-m-button {
	margin-top: 30px;
}
.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
	height: 5px;
	background-repeat: repeat;
	border: none;
}
.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
	border-bottom-style: dashed;
}
.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
	border-bottom-style: dotted;
}
.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
	display: flex;
	align-items: center;
}
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
	max-width: 25%;
	flex-shrink: 0;
	margin-right: 24px;
}
.qodef-qi-pricing-list.qodef-layout--image-before
	.qodef-m-item
	.qodef-e-item-holder {
	flex: 1;
}
.qodef-qi-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-qi-pricing-table.qodef-status--featured {
	transform: translateY(-18px);
}
.qodef-qi-pricing-table .qodef-m-inner {
	position: relative;
	padding: 45px;
}
.qodef-qi-pricing-table .qodef-m-title {
	margin: 0;
}
.qodef-qi-pricing-table .qodef-m-price {
	display: flex;
	align-items: baseline;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: inline-flex;
	margin: 0;
	line-height: 1;
	justify-content: center;
	align-items: baseline;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
	align-self: flex-start;
}
.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
	margin-left: 5px;
}
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
	flex-direction: column;
}
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
	margin: 0;
}
.qodef-qi-pricing-table .qodef-m-content {
	padding: 25px 0 0;
	margin: 0;
}
.qodef-qi-pricing-table .qodef-m-content li {
	margin-bottom: 8px;
}
.qodef-qi-pricing-table .qodef-m-content li:last-child {
	margin-bottom: 0;
}
.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
	text-decoration: line-through;
	color: rgba(17, 17, 17, 0.6);
}
.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
	margin: 25px 0 0;
}
.qodef-qi-pricing-table .qodef-m-label {
	position: absolute;
	right: 15px;
	color: #fff;
	background-color: #111;
}
.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
	top: 15px;
	border-radius: 50px;
	padding: 10px;
}
.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
	top: -1px;
	border-radius: 50px 0 0 50px;
	transform: rotate(-90deg) translate(0, -100%);
	transform-origin: right top;
	padding: 5px 15px;
}
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
	list-style-type: none;
}
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
	.qodef-m-content {
	margin: 0 calc(-1em - 5px);
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
	position: relative;
	display: flex;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
	.qodef-e-icon {
	position: absolute;
	left: 0;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
	.qodef-e-text {
	flex: 1;
	padding: 0 5px;
	margin: 0 1em;
}
.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
	list-style-position: inside;
}
.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
	list-style-type: none;
}
.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
	width: 30px;
}
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
	padding: 50px;
}
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
	background-color: #f6f6f6;
	padding: 30px 50px;
}
.qodef-qi-pricing-table.qodef-layout--minimal {
	border-width: 0 0 0 1px;
}
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
	padding: 0 0 0 15px;
}
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
	margin: 0 0 0.5em;
}
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
	padding: 0 50px 40px;
}
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
	background-color: #f6f6f6;
	padding: 40px 20px;
}
.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
	margin: 0 0 1em;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image {
	display: flex;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
	flex: 1;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
	.qodef-m-vertical-image-holder {
	width: 90px;
	max-width: 60%;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
	.qodef-m-vertical-image-holder
	.qodef-m-image {
	height: 100%;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
	.qodef-m-vertical-image-holder
	img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
	margin-bottom: 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
	padding: 0;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
	padding: 50px;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
	padding: 0;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
	padding: 27px 50px;
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
	line-height: 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
	width: 1em;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
	margin: 0.7em 0 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon
	.qodef-m-button
	.qodef-qi-button {
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.qodef-qi-process.qodef-grid > .qodef-grid-inner {
	margin: 0;
}
.qodef-qi-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0;
}
.qodef-qi-process.qodef-grid
	> .qodef-grid-inner
	> .qodef-grid-item:last-child
	.qodef-e-line {
	display: none;
}
.qodef-qi-process .qodef-e-icon-holder {
	position: relative;
	z-index: 5;
}
.qodef-qi-process .qodef-e-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-size: 60px;
	background: #f6f6f6;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 3;
}
.qodef-qi-process .qodef-e-number {
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	width: 2.8em;
	height: 2.8em;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-qi-process .qodef-e-line {
	position: absolute;
	z-index: 2;
}
.qodef-qi-process .qodef-e-title {
	margin: 2em 0 0;
}
.qodef-qi-process .qodef-e-text {
	margin: 0.3em 0 0;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
	width: 2.8em;
	height: 2.8em;
	font-size: 20px;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
	width: 100%;
	height: 100%;
	border-bottom: #acacac;
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e
	.qodef-e-line-inner {
	transition: transform 1s;
	transform-origin: left;
	transform: scaleX(0);
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e
	.qodef-e-icon {
	transition: transform 0.35s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e
	.qodef-e-title {
	transition: transform 0.35s, opacity 0.2s;
	transform: translateY(10px);
	opacity: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(1) {
	transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-line-inner {
	transition-delay: 0.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-icon {
	transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-title {
	transition-delay: 0.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(2) {
	transition-delay: 0.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-line-inner {
	transition-delay: 0.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-icon {
	transition-delay: 0.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-title {
	transition-delay: 0.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(3) {
	transition-delay: 0.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-line-inner {
	transition-delay: 0.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-icon {
	transition-delay: 0.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-title {
	transition-delay: 0.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(4) {
	transition-delay: 1.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-line-inner {
	transition-delay: 1.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-icon {
	transition-delay: 1.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-title {
	transition-delay: 1.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(5) {
	transition-delay: 1.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-line-inner {
	transition-delay: 1.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-icon {
	transition-delay: 1.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-title {
	transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(6) {
	transition-delay: 1.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-line-inner {
	transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-icon {
	transition-delay: 1.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-title {
	transition-delay: 1.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(7) {
	transition-delay: 2.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-line-inner {
	transition-delay: 2.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-icon {
	transition-delay: 2.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-title {
	transition-delay: 2.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(8) {
	transition-delay: 2.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-line-inner {
	transition-delay: 2.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-icon {
	transition-delay: 2.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-title {
	transition-delay: 2.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(9) {
	transition-delay: 2.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-line-inner {
	transition-delay: 3.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-icon {
	transition-delay: 2.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-title {
	transition-delay: 2.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(10) {
	transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-line-inner {
	transition-delay: 3.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-icon {
	transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-title {
	transition-delay: 3.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(11) {
	transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-line-inner {
	transition-delay: 3.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-icon {
	transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-title {
	transition-delay: 3.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(12) {
	transition-delay: 3.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-line-inner {
	transition-delay: 4.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-icon {
	transition-delay: 3.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-title {
	transition-delay: 3.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(13) {
	transition-delay: 4.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-line-inner {
	transition-delay: 4.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-icon {
	transition-delay: 4.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-title {
	transition-delay: 4.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(14) {
	transition-delay: 4.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-line-inner {
	transition-delay: 4.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-icon {
	transition-delay: 4.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-title {
	transition-delay: 4.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(15) {
	transition-delay: 4.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-line-inner {
	transition-delay: 5.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-icon {
	transition-delay: 4.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-title {
	transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(16) {
	transition-delay: 5.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-line-inner {
	transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-icon {
	transition-delay: 5.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-title {
	transition-delay: 5.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(17) {
	transition-delay: 5.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-line-inner {
	transition-delay: 5.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-icon {
	transition-delay: 5.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-title {
	transition-delay: 5.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(18) {
	transition-delay: 5.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-line-inner {
	transition-delay: 6.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-icon {
	transition-delay: 5.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-title {
	transition-delay: 6.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(19) {
	transition-delay: 6.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-line-inner {
	transition-delay: 6.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-icon {
	transition-delay: 6.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-title {
	transition-delay: 6.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(20) {
	transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-line-inner {
	transition-delay: 6.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-icon {
	transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-title {
	transition-delay: 6.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-line-inner {
	transform: scaleX(1);
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-icon {
	transform: scale(1);
	opacity: 1;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-title {
	transform: translateY(0);
	opacity: 1;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
	display: flex;
	align-items: stretch;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
	margin-left: 30px;
}
.qodef-qi-process.qodef-item-layout--vertical
	.qodef-process-item:not(:last-child)
	.qodef-e-icon-holder {
	padding-bottom: 50px;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
	font-size: 40px;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #acacac;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
	margin: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e
	.qodef-e-line-inner {
	transition: transform 0.8s;
	transform-origin: top;
	transform: scaleY(0);
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e
	.qodef-e-icon {
	transition: opacity 0.35s;
	opacity: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e
	.qodef-e-title {
	transition: transform 0.35s, opacity 0.25s;
	transform: translateY(-10px);
	opacity: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(1) {
	transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-line-inner {
	transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-icon {
	transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(1)
	.qodef-e-title {
	transition-delay: 0.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(2) {
	transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-line-inner {
	transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-icon {
	transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(2)
	.qodef-e-title {
	transition-delay: 0.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(3) {
	transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-line-inner {
	transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-icon {
	transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(3)
	.qodef-e-title {
	transition-delay: 1.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(4) {
	transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-line-inner {
	transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-icon {
	transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(4)
	.qodef-e-title {
	transition-delay: 1.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(5) {
	transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-line-inner {
	transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-icon {
	transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(5)
	.qodef-e-title {
	transition-delay: 2.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(6) {
	transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-line-inner {
	transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-icon {
	transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(6)
	.qodef-e-title {
	transition-delay: 2.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(7) {
	transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-line-inner {
	transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-icon {
	transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(7)
	.qodef-e-title {
	transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(8) {
	transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-line-inner {
	transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-icon {
	transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(8)
	.qodef-e-title {
	transition-delay: 3.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(9) {
	transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-line-inner {
	transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-icon {
	transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(9)
	.qodef-e-title {
	transition-delay: 4.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(10) {
	transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-line-inner {
	transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-icon {
	transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(10)
	.qodef-e-title {
	transition-delay: 4.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(11) {
	transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-line-inner {
	transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-icon {
	transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(11)
	.qodef-e-title {
	transition-delay: 5.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(12) {
	transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-line-inner {
	transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-icon {
	transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(12)
	.qodef-e-title {
	transition-delay: 5.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(13) {
	transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-line-inner {
	transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-icon {
	transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(13)
	.qodef-e-title {
	transition-delay: 6.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(14) {
	transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-line-inner {
	transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-icon {
	transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(14)
	.qodef-e-title {
	transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(15) {
	transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-line-inner {
	transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-icon {
	transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(15)
	.qodef-e-title {
	transition-delay: 7.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(16) {
	transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-line-inner {
	transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-icon {
	transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(16)
	.qodef-e-title {
	transition-delay: 7.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(17) {
	transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-line-inner {
	transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-icon {
	transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(17)
	.qodef-e-title {
	transition-delay: 8.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(18) {
	transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-line-inner {
	transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-icon {
	transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(18)
	.qodef-e-title {
	transition-delay: 8.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(19) {
	transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-line-inner {
	transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-icon {
	transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(19)
	.qodef-e-title {
	transition-delay: 9.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(20) {
	transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-line-inner {
	transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-icon {
	transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
	.qodef-e:nth-child(20)
	.qodef-e-title {
	transition-delay: 9.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-line-inner {
	transform: scaleY(1);
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-icon {
	opacity: 1;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
	.qodef-e
	.qodef-e-title {
	transform: translateX(0);
	opacity: 1;
}
.qodef-qi-progress-bar-circle {
	position: relative;
	visibility: hidden;
}
.qodef-qi-progress-bar-circle.qodef--init {
	visibility: visible;
}
.qodef-qi-progress-bar-circle .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.qodef-qi-progress-bar-circle .qodef-m-canvas {
	position: relative;
	width: 100%;
}
.qodef-qi-progress-bar-circle .qodef-m-title {
	margin: 2em 0 0;
}
.qodef-qi-progress-bar-circle .qodef-m-text {
	margin: 0.5em 0 0;
}
.qodef-qi-progress-bar-circle .qodef-m-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 62px;
}
.qodef-qi-progress-bar-circle .qodef-m-percentage {
	font-size: 60%;
	top: -0.3em;
}
.qodef-qi-progress-bar-horizontal {
	position: relative;
	visibility: hidden;
}
.qodef-qi-progress-bar-horizontal.qodef--init {
	visibility: visible;
}
.qodef-qi-progress-bar-horizontal.qodef--pattern
	.qodef-m-canvas
	svg
	path:first-child {
	opacity: 0;
}
.qodef-qi-progress-bar-horizontal .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
}
.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
	position: relative;
	width: 100%;
}
.qodef-qi-progress-bar-horizontal .qodef-m-content {
	display: flex;
	align-items: center;
}
.qodef-qi-progress-bar-horizontal .qodef-m-title {
	margin: 0 0 0.5em;
}
.qodef-qi-progress-bar-horizontal .qodef-m-value {
	padding: 0;
	margin: 0 0 0.5em;
	font-size: 16px;
	position: absolute;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
	margin: 0;
	transform: translateY(100%);
	z-index: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above
	.qodef-m-value-inner {
	opacity: 0;
	transition: opacity 0.2s 0.5s;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init
	.qodef-m-value-inner {
	opacity: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	z-index: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
	margin: 0 0 0 0.5em;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
	margin: 0 0 0 0.5em;
	position: relative;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
	right: 0;
}
.qodef-qi-progress-bar-vertical {
	position: relative;
	visibility: hidden;
}
.qodef-qi-progress-bar-vertical.qodef--init {
	visibility: visible;
}
.qodef-qi-progress-bar-vertical.qodef--pattern
	.qodef-m-canvas
	svg
	path:first-child {
	opacity: 0;
}
.qodef-qi-progress-bar-vertical .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}
.qodef-qi-progress-bar-vertical .qodef-m-canvas {
	position: relative;
}
.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
	max-width: 100%;
}
.qodef-qi-progress-bar-vertical .qodef-m-title {
	margin: 1em 0 0;
}
.qodef-qi-progress-bar-vertical .qodef-m-value {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
	margin: 0 0 0 1em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
	margin: 0 0 0 1em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
	flex-direction: row;
	align-items: flex-end;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
	position: absolute;
	margin: 0 0 0.5em;
	right: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
	position: absolute;
	margin: 0 0 0.5em;
	left: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
	margin: 0 0 0 0.5em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
	margin: 0 0 0 0.5em;
}
.qodef-qi-section-title {
	position: relative;
}
.qodef-qi-section-title .qodef-m-title {
	margin: 0;
}
.qodef-qi-section-title .qodef-m-subtitle {
	margin: 0;
}
.qodef-qi-section-title > .qodef-m-text {
	margin: 0.5em 0 0;
}
.qodef-qi-section-title .qodef-m-button {
	margin-top: 0.65em;
}
.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
	text-decoration: underline;
}
.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
	font-style: italic;
}
.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
	font-weight: 700;
}
.qodef-qi-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1;
}
.qodef-qi-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 1px;
	color: #111;
	border-bottom: 1em solid currentColor;
	margin: 10px 0;
}
.qodef-qi-separator.qodef-position--center {
	text-align: center;
}
.qodef-qi-separator.qodef-position--left {
	text-align: left;
}
.qodef-qi-separator.qodef-position--right {
	text-align: right;
}
.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
	font-size: 12px;
	height: 1em;
	border-bottom: none;
	margin: 10px 0;
	background-size: contain;
	background-repeat: round;
}
.qodef-qi-separator.qodef-separator--with-icon {
	display: flex;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
	display: flex;
	align-items: center;
	border-width: 0;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
	flex-shrink: 0;
	font-size: 1rem;
	margin: 0 1em;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
	width: 50%;
	border-color: currentColor;
	border-style: inherit;
	border-width: 1em;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
	justify-content: center;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
	justify-content: flex-start;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
	justify-content: flex-end;
}
.qodef-qi-table-of-contents {
	position: relative;
}
.qodef-qi-table-of-contents .qodef-m-title {
	margin: 0;
}
.qodef-qi-table-of-contents .qodef-m-subtitle {
	margin: 0;
}
.qodef-qi-table-of-contents .qodef-m-text {
	margin: 0.5em 0 0;
}
.qodef-qi-table-of-contents .qodef-m-table-content {
	margin-top: 1.5em;
}
.qodef-qi-table-of-contents .qodef-m-table-content a {
	position: relative;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(
		transparent calc(100% - 1px),
		currentColor 1px
	);
	transition: 0.55s cubic-bezier(0.32, 0.32, 0.15, 1.17);
	background-size: 0 100%;
}
.qodef-list-underline.qodef-qi-table-of-contents
	.qodef-m-table-content
	a:hover {
	background-size: 100% 100%;
}
.qodef-qi-table-of-contents.qodef-list-position--inside ol,
.qodef-qi-table-of-contents.qodef-list-position--inside ul {
	list-style-position: inside;
}
.qodef-qi-table-of-contents.qodef-list-position--inside
	.qodef-m-table-content
	> ol,
.qodef-qi-table-of-contents.qodef-list-position--inside
	.qodef-m-table-content
	> ul {
	margin-left: 0 !important;
}
.qodef-qi-table-of-contents.qodef-list-position--outside ol,
.qodef-qi-table-of-contents.qodef-list-position--outside ul {
	list-style-position: outside;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple {
	position: relative;
	visibility: hidden;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
	visibility: visible;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-tabs-horizontal.qodef-layout--simple
		.qodef-tabs-horizontal-navigation {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-qi-tabs-horizontal.qodef-layout--simple
		.qodef-tabs-horizontal-navigation
		.qodef-tab-title,
	.qodef-qi-tabs-horizontal.qodef-layout--simple
		.qodef-tabs-horizontal-navigation
		li {
		width: 100%;
	}
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li
	.qodef-tab-title {
	margin: 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li
	a {
	position: relative;
	color: #cacaca;
	display: block;
	padding: 0;
	transition: color 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li
	a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li
	a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: transparent;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li
	a
	.q-text {
	z-index: 1;
	position: relative;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li:not(:last-child) {
	margin-right: 4em;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-active
	a,
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-hover
	a {
	color: #1e1e1e;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-active
	a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-active
	a:before,
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-hover
	a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple
	.qodef-tabs-horizontal-navigation
	li.ui-state-hover
	a:before {
	opacity: 1;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
	position: relative;
	padding: 26px 0 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
	.qodef-tabs-horizontal-navigation
	li
	a:after {
	opacity: 1;
	transform: scaleX(0);
	transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
	.qodef-tabs-horizontal-navigation
	li.ui-state-active
	a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
	.qodef-tabs-horizontal-navigation
	li.ui-state-hover
	a:after {
	transform: scaleX(1);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left
	.qodef-tabs-horizontal-navigation
	li
	a:after {
	transform-origin: left;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
	.qodef-tabs-horizontal-navigation
	li
	a:after {
	left: unset;
	right: 0;
	transform: scaleX(1);
	width: 0;
	transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
	.qodef-tabs-horizontal-navigation
	li.ui-state-active
	a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
	.qodef-tabs-horizontal-navigation
	li.ui-state-hover
	a:after {
	width: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple {
	position: relative;
	visibility: hidden;
	display: flex;
	align-items: stretch;
	height: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
	visibility: visible;
}
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
	position: relative;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
	display: block;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li
	.qodef-tab-title {
	margin: 0;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li
	a {
	position: relative;
	color: #cacaca;
	display: block;
	padding: 0;
	transition: color 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li
	a:after {
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li
	a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: transparent;
	transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-active
	a,
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-hover
	a {
	color: #1e1e1e;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-active
	a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-active
	a:before,
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-hover
	a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li.ui-state-hover
	a:before {
	opacity: 1;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
	.qodef-tabs-vertical-navigation
	li
	.q-text {
	z-index: 1;
	position: relative;
}
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
	position: relative;
	padding: 0 0 0 26px;
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
	.qodef-tabs-vertical-navigation
	li
	a:after {
	opacity: 1;
	transform: scaleY(0);
	transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
	.qodef-tabs-vertical-navigation
	li.ui-state-active
	a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
	.qodef-tabs-vertical-navigation
	li.ui-state-hover
	a:after {
	transform: scaleY(1);
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top
	.qodef-tabs-vertical-navigation
	li
	a:after {
	transform-origin: top;
}
.qodef-qi-team-member .qodef-m-title {
	margin: 0;
}
.qodef-qi-team-member .qodef-m-role {
	margin: 0 0 0.8em;
}
.qodef-qi-team-member .qodef-m-text {
	margin: 0 0 0.8em;
}
.qodef-qi-team-member .qodef-m-social-icons {
	font-size: 0;
	margin: 0;
}
.qodef-qi-team-member .qodef-m-social-icons > * {
	font-size: 1rem;
	margin-right: 0.7em;
}
.qodef-qi-team-member .qodef-m-social-icons > :last-child {
	margin: 0;
}
.qodef-qi-team-member .qodef-e-social-icon {
	transition: color 0.2s ease-out;
}
.qodef-qi-team-member .qodef-e-social-icon i {
	font-size: inherit;
}
.qodef-qi-team-member .qodef-e-social-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: middle;
}
.qodef-qi-team-member.qodef-image--hover-scale img,
.qodef-qi-team-member.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.qodef-qi-team-member.qodef-image--hover-scale:hover img,
.qodef-qi-team-member.qodef-image--hover-zoom:hover img {
	transform: scale(1.03);
}
.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
	overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
	position: relative;
	overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-inner:hover
	.qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-inner:hover
	.qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-inner:hover
	.qodef-m-title {
	transform: translateX(0);
	opacity: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-inner:hover
	.qodef-m-role {
	transition-delay: 0.15s;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-inner:hover
	.qodef-m-social-icons {
	transition-delay: 0.3s;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
	margin: 0.9em 0 0;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-content
	.qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-content
	.qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left
	.qodef-m-content
	.qodef-m-title {
	opacity: 0;
	transform: translateX(30px);
	transition: transform 0.45s cubic-bezier(0.16, 0.32, 0.26, 0.92),
		opacity 0.45s ease-out;
	transition-delay: 0s, 0s;
}
.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
	margin: 0.9em 0 0;
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
	position: relative;
	overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom
	.qodef-m-inner:hover
	.qodef-m-content {
	transform: translateY(0);
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 1;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	padding: 30px;
	z-index: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
	.qodef-m-inner:hover
	.qodef-m-content {
	opacity: 1;
	-webkit-clip-path: inset(10px 10px 10px 10px);
	clip-path: inset(10px 10px 10px 10px);
	transition-delay: 0s, 0.15s;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
	.qodef-m-inner
	.qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
	.qodef-m-inner
	.qodef-m-media-image {
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.25s ease-out,
		all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	padding: 5%;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
	.qodef-m-content
	> * {
	width: 100%;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover
	.qodef-m-inner:hover
	.qodef-m-content {
	opacity: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover
	.qodef-m-inner
	.qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover
	.qodef-m-inner
	.qodef-m-media-image {
	display: inline-block;
	vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	padding: 20px 30px;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content > * {
	width: 100%;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
	color: #fff;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
	color: #c4c4c4;
}
.qodef-qi-testimonials-list .qodef-e-inner {
	overflow: hidden;
}
.qodef-qi-testimonials-list .qodef-e-title {
	margin: 0 0 0.7em;
}
.qodef-qi-testimonials-list .qodef-e-text {
	margin: 0;
}
.qodef-qi-testimonials-list .qodef-e-media-image {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.qodef-qi-testimonials-list .qodef-e-quote {
	font-size: 1em;
	line-height: 0;
	margin: auto;
}
.qodef-qi-testimonials-list .qodef-e-quote svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-testimonials-list .qodef-e-author {
	display: flex;
	margin: 0;
}
.qodef-qi-testimonials-list .qodef-e-author-name {
	margin: 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
	margin-bottom: 1.8em;
	border-radius: 50%;
	overflow: hidden;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
	position: relative;
	text-align: center;
	padding: 55px 40px;
	background-color: #f6f6f6;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
	position: relative;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
	position: absolute;
	top: -0.1em;
	left: 50%;
	font-size: 14em;
	color: rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
	margin: 0 0 1em;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
	text-align: center;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
	margin: 0 0 1.3em;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
	width: 50px;
	margin-bottom: 0.5em;
	border-radius: 50%;
	overflow: hidden;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
	display: flex;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
		flex-direction: column;
	}
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
	font-size: 100px;
	width: 1em;
	margin: 0 35px 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
	vertical-align: top;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
		margin: 0 0 35px;
	}
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
	flex: 1;
	text-align: left;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
	display: flex;
	align-items: center;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
	width: 50px;
	margin: 0 10px 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
	flex-direction: row;
	align-items: baseline;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote
	.qodef-e-author-job:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 1em;
	background-color: currentColor;
	margin: 0 0.65em;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
	display: flex;
	align-items: flex-start;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
		.qodef-e-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
	position: relative;
	flex-shrink: 0;
	width: 110px;
	max-width: 30%;
	margin-right: 6%;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
	.qodef-e-side
	.qodef-e-media-image {
	border-radius: 25%;
	overflow: hidden;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
		max-width: 100%;
	}
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
	position: absolute;
	bottom: -0.5em;
	right: -0.5em;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #111;
	border-radius: 50%;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
	.qodef-e-content {
	flex: 1;
	text-align: left;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
	margin: 0 0 1em;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
	.qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider .qodef-e-inner {
	overflow: hidden;
}
.qodef-qi-testimonials-slider .qodef-e-title {
	margin: 0 0 0.7em;
}
.qodef-qi-testimonials-slider .qodef-e-text {
	margin: 0;
}
.qodef-qi-testimonials-slider .qodef-e-media-image {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.qodef-qi-testimonials-slider .qodef-e-quote {
	font-size: 1em;
	line-height: 0;
	margin: auto;
}
.qodef-qi-testimonials-slider .qodef-e-quote svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
}
.qodef-qi-testimonials-slider .qodef-e-author {
	display: flex;
	margin: 0;
}
.qodef-qi-testimonials-slider .qodef-e-author-name {
	margin: 0;
}
.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-qi-testimonials-slider.qodef--one-column
	.swiper-slide.swiper-slide-active,
.qodef-qi-testimonials-slider.qodef--one-column
	.swiper-slide.swiper-slide-duplicate-active {
	opacity: 1;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
	margin-bottom: 1em;
	border-radius: 50%;
	overflow: hidden;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
	text-align: center;
	padding: 55px 40px;
	background-color: #f6f6f6;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
	position: relative;
	display: inline-block;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
	margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below
	.qodef-e-media-image {
	margin-bottom: 1em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
	text-align: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
	margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below
	.qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
	display: flex;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
		flex-direction: column;
	}
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
	font-size: 100px;
	width: 1em;
	margin: 0 35px 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
	vertical-align: top;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
		margin: 0 0 35px;
	}
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
	flex: 1;
	text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
	.qodef-e-bottom-info {
	display: flex;
	align-items: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
	.qodef-e-media-image {
	width: 50px;
	margin: 0 10px 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
	flex-direction: row;
	align-items: baseline;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
	.qodef-e-author-job:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 1em;
	background-color: currentColor;
	margin: 0 0.65em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-inner {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
		.qodef-e-inner {
		align-items: baseline;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
		.qodef-e-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
	position: relative;
	flex-shrink: 0;
	width: 290px;
	max-width: 30%;
	margin-right: 6%;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-side
	.qodef-e-media-image {
	border-radius: 10%;
	overflow: hidden;
}
@media only screen and (max-width: 680px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
		.qodef-e-side {
		max-width: 100%;
	}
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-quote {
	position: absolute;
	top: -1em;
	right: -1em;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #111;
	border-radius: 50%;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-content {
	flex: 1;
	text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
	margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
	.qodef-e-author-job {
	margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
	text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
	margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
	display: flex;
	align-items: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
	width: 50px;
	border-radius: 50%;
	margin-right: 1em;
	overflow: hidden;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
	flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
	margin: 0;
}
.qodef-qi-text-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-qi-text-marquee .qodef-m-content {
	display: flex;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}
.qodef-qi-text-marquee .qodef-marquee-element {
	will-change: transform;
}
.qodef-qi-text-marquee .qodef-m-text-item {
	font-size: 100px;
	line-height: 1.1em;
	padding-right: 1em;
}
.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none;
}
.qodef-qi-timeline {
	position: relative;
}
.qodef-qi-timeline .qodef-e-item,
.qodef-qi-timeline .qodef-e-item-inner {
	position: relative;
}
.qodef-qi-timeline .qodef-e-image {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.qodef-qi-timeline .qodef-e-date {
	margin: 0 0 0.5em;
}
.qodef-qi-timeline .qodef-e-title {
	margin: 0 0 0.85em;
}
.qodef-qi-timeline .qodef-e-text {
	margin: 0;
}
.qodef-qi-timeline .qodef-e-point-holder {
	position: absolute;
	color: #fff;
	font-size: 1em;
	width: 1em;
	height: 1em;
	transform: translate(-50%, -50%);
}
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
	background-color: #111;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
	font-size: 0.7em;
	line-height: 1em;
	max-height: 100%;
}
.qodef-qi-timeline .qodef-e-point-holder svg {
	width: 0.7em;
	stroke: currentColor;
	fill: currentColor;
}
.qodef-qi-timeline .qodef-e-line {
	display: block;
	background-color: #ebebeb;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
	height: 100%;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
	top: 50%;
	left: 50%;
}
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside
	.qodef-e-line-holder {
	top: 50%;
}
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside
	.qodef-e-item:last-child
	.qodef-e-line-holder {
	display: none;
}
.qodef-qi-timeline.qodef-timeline--horizontal {
	overflow: hidden;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
	display: flex;
	transition: all 0.4s ease;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
	flex: 1;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
	height: 100%;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
	top: 50%;
	left: 50%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
	.qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
	.qodef-e-point-holder:before {
	content: "";
	position: absolute;
	left: 50%;
	height: 100px;
	width: 1px;
	background-color: #ebebeb;
	transform: translateX(-50%);
	z-index: -1;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
	.qodef-e-point-holder:before {
	top: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
	.qodef-e-point-holder:after {
	bottom: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
	.qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
	.qodef-e-point-holder:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: #ebebeb;
	transform: translateY(-50%);
	z-index: -1;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
	.qodef-e-point-holder:before {
	right: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
	.qodef-e-point-holder:after {
	left: 100%;
}
.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
	border-radius: 0;
	transform: rotate(45deg);
}
.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
	transform: rotate(-45deg);
}
.qodef-qi-timeline .qodef-nav-next,
.qodef-qi-timeline .qodef-nav-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: #111;
	font-size: 26px;
	z-index: 10;
	cursor: pointer;
}
.qodef-qi-timeline .qodef-nav-next > svg,
.qodef-qi-timeline .qodef-nav-prev > svg {
	display: block;
	width: 1em;
	height: auto;
	transition: 0.2s ease-out;
	stroke: currentColor;
	fill: currentColor;
}
.qodef-qi-timeline .qodef-nav-prev {
	left: 0;
}
.qodef-qi-timeline .qodef-nav-next {
	right: 0;
}
.qodef-qi-timeline.qodef-qi--has-appear {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated
	.qodef-e-item
	.qodef-e-image {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated
	.qodef-e-item
	.qodef-e-content-holder {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side
	.qodef-e-item
	.qodef-e-image {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(40px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side
	.qodef-e-item
	.qodef-e-content-holder {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(40px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item
	.qodef-e-image {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item
	.qodef-e-content-holder {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item
	.qodef-e-image {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item
	.qodef-e-content-holder {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item.qodef-reverse
	.qodef-e-image {
	transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder {
	transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item
	.qodef-e-point {
	transform: rotate(45deg) scale(0);
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(1)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(1)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(1)
	.qodef-e-image {
	transition-delay: 0.3s, 0.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(1)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(1)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(1)
	.qodef-e-point {
	transition-delay: 0.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(1)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(1)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(1)
	.qodef-e-content-holder {
	transition-delay: 0.4s, 0.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(2)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(2)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(2)
	.qodef-e-image {
	transition-delay: 0.6s, 0.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(2)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(2)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(2)
	.qodef-e-point {
	transition-delay: 0.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(2)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(2)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(2)
	.qodef-e-content-holder {
	transition-delay: 0.8s, 0.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(3)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(3)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(3)
	.qodef-e-image {
	transition-delay: 0.9s, 0.9s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(3)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(3)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(3)
	.qodef-e-point {
	transition-delay: 1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(3)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(3)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(3)
	.qodef-e-content-holder {
	transition-delay: 1.2s, 1.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(4)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(4)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(4)
	.qodef-e-image {
	transition-delay: 1.2s, 1.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(4)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(4)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(4)
	.qodef-e-point {
	transition-delay: 1.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(4)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(4)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(4)
	.qodef-e-content-holder {
	transition-delay: 1.6s, 1.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(5)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(5)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(5)
	.qodef-e-image {
	transition-delay: 1.5s, 1.5s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(5)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(5)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(5)
	.qodef-e-point {
	transition-delay: 1.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(5)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(5)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(5)
	.qodef-e-content-holder {
	transition-delay: 2s, 2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(6)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(6)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(6)
	.qodef-e-image {
	transition-delay: 1.8s, 1.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(6)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(6)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(6)
	.qodef-e-point {
	transition-delay: 1.9s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(6)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(6)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(6)
	.qodef-e-content-holder {
	transition-delay: 2.4s, 2.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(7)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(7)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(7)
	.qodef-e-image {
	transition-delay: 2.1s, 2.1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(7)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(7)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(7)
	.qodef-e-point {
	transition-delay: 2.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(7)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(7)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(7)
	.qodef-e-content-holder {
	transition-delay: 2.8s, 2.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(8)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(8)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(8)
	.qodef-e-image {
	transition-delay: 2.4s, 2.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(8)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(8)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(8)
	.qodef-e-point {
	transition-delay: 2.5s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(8)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(8)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(8)
	.qodef-e-content-holder {
	transition-delay: 3.2s, 3.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(9)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(9)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(9)
	.qodef-e-image {
	transition-delay: 2.7s, 2.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(9)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(9)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(9)
	.qodef-e-point {
	transition-delay: 2.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(9)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(9)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(9)
	.qodef-e-content-holder {
	transition-delay: 3.6s, 3.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(10)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(10)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(10)
	.qodef-e-image {
	transition-delay: 3s, 3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(10)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(10)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(10)
	.qodef-e-point {
	transition-delay: 3.1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(10)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(10)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(10)
	.qodef-e-content-holder {
	transition-delay: 4s, 4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(11)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(11)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(11)
	.qodef-e-image {
	transition-delay: 3.3s, 3.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(11)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(11)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(11)
	.qodef-e-point {
	transition-delay: 3.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(11)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(11)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(11)
	.qodef-e-content-holder {
	transition-delay: 4.4s, 4.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(12)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(12)
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(12)
	.qodef-e-image {
	transition-delay: 3.6s, 3.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(12)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(12)
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(12)
	.qodef-e-point {
	transition-delay: 3.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
	.qodef-e-item:nth-child(12)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item:nth-child(12)
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
	.qodef-e-item:nth-child(12)
	.qodef-e-content-holder {
	transition-delay: 4.8s, 4.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
	opacity: 1;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
	.qodef-e-image {
	opacity: 1;
	transform: translateY(0) translateX(0);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
	.qodef-e-item.qodef-reverse
	.qodef-e-image {
	transform: translateY(0) translateX(0);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
	.qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
	.qodef-e-point {
	transform: rotate(45deg) scale(1);
	opacity: 1;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item.qodef-reverse
	.qodef-e-item-inner {
	flex-direction: column;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item.qodef-reverse
	.qodef-e-top-holder {
	align-items: flex-end;
	padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder {
	justify-content: flex-start;
	padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-item-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-top-holder {
	display: flex;
	align-items: flex-start;
	padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
	.qodef-e-content-holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
	.qodef-e-item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
	.qodef-e-top-holder {
	display: flex;
	align-items: flex-end;
	padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
	.qodef-e-content-holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
	text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-item:not(:last-child) {
	padding-bottom: 100px;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-item.qodef-reverse
	.qodef-e-item-inner {
	flex-direction: row-reverse;
	text-align: right;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-item.qodef-reverse
		.qodef-e-item-inner {
		flex-direction: column;
		text-align: center;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-item.qodef-reverse
	.qodef-e-side-holder {
	text-align: left;
	padding: 0 0 0 10%;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-item.qodef-reverse
		.qodef-e-side-holder {
		padding: 0;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-item.qodef-reverse
	.qodef-e-content-holder {
	padding: 0 10% 0 0;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-item.qodef-reverse
		.qodef-e-content-holder {
		padding: 0;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-item-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-item-inner {
		flex-direction: column;
		text-align: center;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-side-holder {
	width: 50%;
	flex-shrink: 0;
	text-align: right;
	padding: 0 10% 0 0;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-side-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 5%;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
	.qodef-e-content-holder {
	width: 50%;
	padding: 0 0 0 10%;
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
		.qodef-e-content-holder {
		width: 100%;
		padding: 0;
		margin-top: 5%;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side
	.qodef-e-item.qodef-reverse
	.qodef-e-item-content {
	margin-left: 0;
	flex-direction: row;
	padding: 0 3em 0 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side
		.qodef-e-item.qodef-reverse
		.qodef-e-item-content {
		flex-direction: column;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side
		.qodef-e-item.qodef-reverse
		.qodef-e-item-content {
		padding: 0;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side
	.qodef-e-item.qodef-reverse
	.qodef-e-side-holder {
	margin: 0 10% 0 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side
		.qodef-e-item.qodef-reverse
		.qodef-e-side-holder {
		margin: 0 0 10%;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	flex-direction: row-reverse;
	width: 50%;
	padding: 0 0 0 3em;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side
		.qodef-e-item-content {
		flex-direction: column;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side
		.qodef-e-item-content {
		width: 100%;
		padding: 0;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
	width: 250px;
	flex-shrink: 0;
	margin: 0 0 0 10%;
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
		margin: 0 0 10%;
	}
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
	border-radius: 50%;
}
.qodef-qi-typeout-text .qodef-m-text {
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
		padding: 11% 15%;
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 10.7% 15% 11.3%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		display: inline-block;
	}
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
		padding: 11% 10%;
	}
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
		left: calc(50% - 75px);
		width: 150px;
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 11% 10%;
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
		left: calc(50% - 70px);
		width: 140px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024
		.qodef-m-inner {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768
		.qodef-m-inner {
		display: block;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680
		.qodef-m-inner {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-cards-gallery .qodef-m-fake-card {
		transform: scale(0.8);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		transform: translateX(-100%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left
		.qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(84%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left
		.qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(60%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left
		.qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(39%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left
		.qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(25%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--left
		.qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(11.2%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		transform: translateX(100%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(-84%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(-60%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(-39%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(-25%);
	}
	.qodef-qi-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(-11.2%);
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(1n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n) {
		border-right-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: hidden;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: hidden;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		border-left-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(1) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(2) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(3) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(4) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(5) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(6) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(7) {
		border-bottom-style: inherit;
	}
	.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all
		> .qodef-grid-inner
		> .qodef-grid-item:nth-last-child(8) {
		border-bottom-style: inherit;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-device-slider-holder {
		margin-bottom: 96px;
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -96px !important;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-device-slider-holder {
		margin-bottom: 86px;
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -86px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-device-slider-holder {
		margin-bottom: 76px;
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -76px !important;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-device-slider-holder {
		margin-bottom: 46px;
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -46px !important;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1440);
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1366);
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1280);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1024);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_768);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_680);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-dual-image-with-content {
		flex-direction: column;
	}
	.qodef-qi-dual-image-with-content.qodef--content-right {
		flex-direction: column;
	}
	.qodef-qi-dual-image-with-content .qodef-dual-content {
		width: 100%;
	}
	.qodef-qi-dual-image-with-content .qodef-m-second-image {
		position: relative;
		padding: 7% 0;
	}
	.qodef-qi-dual-image-with-content .qodef-m-main-image {
		position: absolute;
	}
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
		.qodef-dual-content
		+ .qodef-image-holder
		.qodef-m-main-image,
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
		.qodef-dual-content
		+ .qodef-image-holder
		.qodef-m-main-image {
		flex-flow: column;
		align-items: center;
	}
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
		.qodef-dual-content
		+ .qodef-image-holder
		.qodef-m-main-image
		img,
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
		.qodef-dual-content
		+ .qodef-image-holder
		.qodef-m-main-image
		img {
		max-width: 160%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-item-showcase {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.qodef-qi-item-showcase .qodef-m-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		max-width: 100%;
		padding-left: 0 !important;
	}
	.qodef-qi-item-showcase .qodef-m-items {
		left: 40%;
		width: calc(100% - 40%);
	}
	.qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
		transition-delay: 0s;
	}
	.qodef-qi-item-showcase .qodef-m-items.qodef--left {
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-item-showcase .qodef-m-image {
		display: none;
	}
	.qodef-qi-item-showcase .qodef-m-items {
		left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024
		.qodef-tabs-vertical-navigation {
		width: 100%;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024
		.qodef-tabs-vertical-content {
		padding: 26px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768
		.qodef-tabs-vertical-navigation {
		width: 100%;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768
		.qodef-tabs-vertical-content {
		padding: 26px 0 0;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680
		.qodef-tabs-vertical-navigation {
		width: 100%;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680
		.qodef-tabs-vertical-content {
		padding: 26px 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480
		.qodef-tabs-vertical-navigation {
		width: 100%;
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480
		.qodef-tabs-vertical-content {
		padding: 26px 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,
	.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
		display: none;
	}
}
.qodef-content-grid {
	width: 1100px;
	margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1400 .qodef-content-grid {
		width: 1400px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1300 .qodef-content-grid {
		width: 1300px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1200 .qodef-content-grid {
		width: 1200px;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-content-grid-1000 .qodef-content-grid {
		width: 1000px;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-content-grid-800 .qodef-content-grid {
		width: 800px;
	}
}
.qodef-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-grid > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
}
.qodef-grid .qodef-grid-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
	float: left;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--12 {
		width: 100%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--12 {
		left: 100%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--12 {
		right: 100%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--11 {
		width: 9.09091%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--11 {
		left: 9.09091%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--11 {
		right: 9.09091%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--10 {
		width: 83.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--10 {
		left: 83.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--10 {
		right: 83.33333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--9 {
		width: 75%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--9 {
		left: 75%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--9 {
		right: 75%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--8 {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--8 {
		left: 66.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--8 {
		right: 66.66667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--7 {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--7 {
		left: 14.28571%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--7 {
		right: 14.28571%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--6 {
		width: 50%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--6 {
		left: 50%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--6 {
		right: 50%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--5 {
		width: 20%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--5 {
		left: 20%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--5 {
		right: 20%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--4 {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--4 {
		left: 33.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--4 {
		right: 33.33333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--3 {
		width: 25%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--3 {
		left: 25%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--3 {
		right: 25%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--2 {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--2 {
		left: 16.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--2 {
		right: 16.66667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--1 {
		width: 8.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--1 {
		left: 8.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--1 {
		right: 8.33333%;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 33.33333%;
}
@media only screen and (min-width: 769px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed
	.qodef-grid-item
	.qodef-e-inner {
	height: 100%;
	overflow: hidden;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
	visibility: hidden;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 66.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 25%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 20%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 40%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 16.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 14.28571%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 28.57143%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 12.5%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 25%;
}
.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
	margin: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
	margin: 0 -5px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
	margin: 0 -10px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
	margin: 0 -20px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
	margin: 0 -25px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -68px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
	margin: 0 -34px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 34px;
	margin: 0 0 68px;
}
@media only screen and (max-width: 1200px) {
	.qodef-content-grid {
		width: 960px;
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px) / 2);
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px) / 2);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-content-grid {
		width: 768px;
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px) / 2);
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px) / 2);
	}
}
@media only screen and (max-width: 800px) {
	.qodef-content-grid {
		width: 86%;
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 86%) / 2);
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 86%) / 2);
	}
}
@media only screen and (max-width: 480px) {
	.qodef-content-grid {
		width: 82%;
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 82%) / 2);
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 82%) / 2);
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"]
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	list-style: none;
	margin: 5px 5px 0 0;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li:before {
	content: "";
	display: none;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-search--inline,
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__placeholder {
	float: right;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #fff),
		to(#eee)
	);
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #eee),
		to(#ccc)
	);
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	background: 0 0;
	border: none;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		color-stop(50%, #eee)
	);
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #eee),
		to(white)
	);
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__clear {
	display: none;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open
	.select2-selection--multiple {
	border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: grey;
}
.select2-container--classic
	.select2-results__option--highlighted[aria-selected],
.select2-container--classic
	.select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa;
}
.qodef-core-dashboard {
	max-width: initial !important;
}
.qodef-core-dashboard .qodef-core-dashboard-inner {
	margin: 0 -15px;
	display: inline-block;
	width: 100%;
}
.qodef-core-dashboard .qodef-cd-logo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	width: 62px;
}
.qodef-core-dashboard .qodef-cd-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 41px;
	font-weight: 400;
	margin: 0;
}
.qodef-core-dashboard .qodef-cd-title-holder {
	margin-bottom: 30px;
}
.qodef-core-dashboard .qodef-cd-subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #555d66;
	max-width: 610px;
	margin: 10px 0 30px;
}
.qodef-core-dashboard .qodef-core-dashboard-column {
	float: left;
	width: 100%;
	max-width: 610px;
	padding: 0 15px;
}
.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column {
	max-width: 380px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box {
	background-color: #fff;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box.qodef-core-bottom-space {
	margin-bottom: 30px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-box-title-holder {
	padding: 28px 34px 23px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-box-title-holder
	p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555d66;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box.qodef-cd-import-box
	.qodef-cd-box-title-holder
	p {
	font-size: 14px;
	line-height: 20px;
	margin: 17px 0 0;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box.qodef-cd-import-box
	.qodef-cd-label {
	font-weight: 600;
	margin-bottom: 15px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	color: #32373c;
	text-align: left;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	h3 {
	margin: 0;
	padding: 0;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-field-holder {
	padding-bottom: 30px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-label {
	display: block;
	color: #555d66;
	font-size: 14px;
	margin-bottom: 7px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input {
	border: none;
	border-bottom: 1px solid #c2c2c2;
	outline: 0;
	width: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555d66;
	font-size: 14px;
	padding: 4px 0;
	margin: 0;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus {
	outline: 0;
	border-color: #c2c2c2;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus::-moz-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus:-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus::-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:focus::placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input::-moz-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input::-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input::placeholder {
	color: #555d66;
	opacity: 1;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-webkit-autofill,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-webkit-autofill:active,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-webkit-autofill:focus,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-input:-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-error-field {
	border-bottom-color: #ee3535;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cd-error-message {
	display: block;
	color: #ee3535;
	font-size: 12px;
	margin-top: 5px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cdb-problem {
	border: 1px solid #e1e1e1;
	border-left: 3px solid #ee3535;
	padding: 15px;
	margin-bottom: 25px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box
	.qodef-cdb-problem
	p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-core-dashboard-box:last-child
	.qodef-cd-box-row:last-child {
	padding-bottom: 10px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button {
	padding: 7px 35px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	background-color: #3596ee;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 #246eae;
	box-shadow: 0 2px 0 0 #246eae;
	cursor: pointer;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-button.qodef-cd-button-disabled,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-button.qodef-import-demo-data-disabled {
	background-color: #6bb4f7;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait {
	display: none;
	font-size: 12px;
	color: #3596ee;
	margin-left: 15px;
	font-weight: 400;
}
.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button {
	text-decoration: none;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section {
	padding: 0 35px 10px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3 {
	padding: 0;
	margin: 0 0 24px;
	color: #555d66;
	font-size: 17px;
	line-height: 20px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list {
	padding: 10px 35px;
	margin: 0;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li {
	font-size: 15px;
	margin: 0 0 25px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a {
	color: #3675ae;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row {
	display: table;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	display: table-cell;
	width: 50%;
	padding: 17px 15px;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	color: #3e87be;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span {
	color: #ea3a27;
}
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form {
	padding: 0 30px 10px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section {
	padding: 0 0 28px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section.qodef-cd-box-form-section-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section.qodef-cd-box-form-section-columns
	.qodef-cd-box-form-section-column {
	padding: 0 15px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section.qodef-cd-box-form-section-columns
	.qodef-cd-box-form-section-column:first-child {
	width: 75%;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section.qodef-cd-box-form-section-columns
	.qodef-cd-box-form-section-column:last-child {
	width: 25%;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section
	.qodef-cd-import-option,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section
	.qodef-import-demo {
	width: 100%;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section
	.select2-container--default
	.select2-selection--single {
	border-radius: 0;
	border-color: #e1e1e1;
	height: 34px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 34px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 32px;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-import-is-completed {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-import-went-wrong {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-import-went-wrong
	a {
	color: inherit;
}
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section-dependency,
.qodef-core-dashboard
	.qodef-core-dashboard-column
	.qodef-cd-import-form
	.qodef-cd-box-form-section-progress {
	display: none;
}
#qodef-progress-bar[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 5px;
}
#qodef-progress-bar[value]::-webkit-progress-bar {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
}
#qodef-progress-bar {
	color: #3596ee;
}
#qodef-progress-bar::-moz-progress-bar {
	background: #3596ee;
}
#qodef-progress-bar::-webkit-progress-value {
	background: #3596ee;
}
#qodef-progress-bar[aria-valuenow]:before {
	background: #3596ee;
}
.qodef-cd-selection li.select2-results__option {
	padding: 10px;
	margin: 0;
}
.qodef-cd-selection img {
	vertical-align: middle;
	padding-right: 20px;
}
.select2-container--default
	.qodef-cd-selection
	.select2-results__option[aria-selected="true"] {
	background-color: #fafafa;
}
.select2-container--default
	.qodef-cd-selection
	.select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000;
}
.qodef-cd-action-selection li.select2-results__option,
.qodef-cd-single-page-selection li.select2-results__option {
	margin: 0;
}
.select2-container--default
	.qodef-cd-action-selection
	.select2-results__option[aria-selected="true"],
.select2-container--default
	.qodef-cd-single-page-selection
	.select2-results__option[aria-selected="true"] {
	background-color: #fafafa;
}
.select2-container--default
	.qodef-cd-action-selection
	.select2-results__option--highlighted,
.select2-container--default
	.qodef-cd-single-page-selection
	.select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000;
}
.qodef-cd-import-single-page {
	width: 100%;
}
.qodef-cd-switch {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 40px;
	overflow: hidden;
}
.qodef-cd-switch .qodef-cd-import-attachments {
	display: none;
}
.qodef-cd-switch .qodef-cd-cb-disable,
.qodef-cd-switch .qodef-cd-cb-enable {
	display: block;
	float: left;
	padding: 0 10px;
}
.qodef-cd-switch .qodef-cd-cb-disable.selected,
.qodef-cd-switch .qodef-cd-cb-enable.selected {
	background-color: #3596ee;
	color: #fff;
}
.qodef-cd-switch .qodef-cd-cb-disable span,
.qodef-cd-switch .qodef-cd-cb-enable span {
	line-height: 32px;
	font-size: 13px;
	display: block;
	font-weight: 700;
}
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	height: 15px;
	bottom: 0;
	position: absolute;
}
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color 0.2s linear, height 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}
.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color 0.2s linear, width 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}
@-webkit-keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@-webkit-keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}
@keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}
@-webkit-keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@-webkit-keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}
@keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}
@-webkit-keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px;
	}
}
@keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px;
	}
}
@-webkit-keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@-webkit-keyframes qode-atom-zindex {
	100% {
		z-index: 10;
	}
}
@keyframes qode-atom-zindex {
	100% {
		z-index: 10;
	}
}
@-webkit-keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@-webkit-keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg);
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg);
	}
}
@keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg);
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg);
	}
}
@-webkit-keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
}
@keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
}
@-webkit-keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@-webkit-keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@-webkit-keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, 0.8);
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
		transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, 0.8);
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
		transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
}
@-webkit-keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, 0.8);
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
		transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, 0.8);
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(50%) scale(0.8, 0.8);
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
		transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
}
@-webkit-keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, 0.8);
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
		transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, 0.8);
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
		transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
}
@-webkit-keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, 0.8);
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
		transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none;
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, 0.8);
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		-webkit-transform: translateX(-50%) scale(0.8, 0.8);
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
		transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
}
@-webkit-keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%;
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2;
	}
}
@keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%;
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2;
	}
}
@-webkit-keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%;
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1;
	}
}
@keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%;
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1;
	}
}
@-webkit-keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%;
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2;
	}
}
@keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%;
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2;
	}
}
@-webkit-keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%;
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1;
	}
}
@keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%;
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1;
	}
}
@-webkit-keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@-webkit-keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@-webkit-keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}
@-webkit-keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px);
	}
}
@keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px);
	}
}
@-webkit-keyframes qode-pulse-circles-pulse {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1;
		border-width: 50px;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0;
	}
}
@keyframes qode-pulse-circles-pulse {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1;
		border-width: 50px;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0;
	}
}
@-webkit-keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@-webkit-keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	background: 0 0;
	border: 0;
	outline: 0;
}
html {
	overflow-y: scroll;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
del {
	text-decoration: line-through;
}
pre {
	max-width: 100%;
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	width: 100%;
	vertical-align: middle;
	border: medium;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #e1e1e1;
}
table th {
	padding: 5px 7px;
	text-align: left;
	border-right: 1px solid #e1e1e1;
}
table td {
	padding: 5px 10px;
	text-align: left;
	border-right: 1px solid #e1e1e1;
}
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol,
ul {
	list-style-position: inside;
	margin: 0 0 1.5em;
	padding: 0;
}
li > ol,
li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
a img {
	border: none;
}

img {
	vertical-align: middle;
	border-style: none;
}
embed,
iframe,
object {
	max-width: 100%;
}
label {
	display: block;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
	padding: 0.35em 0.75em 0.625em;
}
input[type="submit"] {
	-webkit-appearance: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
progress {
	vertical-align: baseline;
}
summary {
	display: list-item;
}
template {
	display: none;
}
.gallery-caption,
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
	font-size: 0.8125rem;
	font-style: italic;
	opacity: 1;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	opacity: 1;
}
.wp-caption-text {
	text-align: center;
}
.bypostauthor,
.sticky {
	opacity: 1;
}
::-moz-selection {
	color: #fff;
	background: #ee0d08;
}
::selection {
	color: #fff;
	background: #ee0d08;
}
::-moz-selection {
	color: #fff;
	background: #ee0d08;
}
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 0;
	line-height: 1;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	overflow: hidden;
}
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	z-index: 100000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}
.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media only screen and (max-width: 1024px) {
	.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.alignfull {
	position: relative;
	clear: both;
}
@media only screen and (max-width: 1024px) {
	.alignfull {
		left: calc(-12.5% - 75px);
		width: calc(125% + 150px);
		max-width: calc(125% + 150px);
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}
.qodef-content-alignment-left {
	text-align: left;
}
.qodef-content-alignment-center {
	text-align: center;
}
.qodef-content-alignment-right {
	text-align: right;
}
.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
	clear: both;
}
body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.625em;
	font-weight: 300;
	color: #747474;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
.qodef-h1,
h1 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 52px;
	line-height: 1.115em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h1 a,
h1 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h1 a:hover,
h1 a:hover {
	color: #ee0d08;
}
.qodef-h2,
h2 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 42px;
	line-height: 1.12em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h2 a,
h2 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h2 a:hover,
h2 a:hover {
	color: #ee0d08;
}
.qodef-h3,
h3 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 32px;
	line-height: 1.1em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h3 a,
h3 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h3 a:hover,
h3 a:hover {
	color: #ee0d08;
}
.qodef-h4,
h4 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 25px;
	line-height: 1.2em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h4 a,
h4 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h4 a:hover,
h4 a:hover {
	color: #ee0d08;
}
.qodef-h5,
h5 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h5 a,
h5 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h5 a:hover,
h5 a:hover {
	color: #ee0d08;
}
.qodef-h6,
h6 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 15px;
	line-height: 1.08em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.qodef-h6 a,
h6 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-h6 a:hover,
h6 a:hover {
	color: #ee0d08;
}
a,
p a {
	color: #101010;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	cursor: pointer;
}
a:hover,
p a:hover {
	color: #ee0d08;
}
a.qodef-gray-link {
	color: #747474;
}
a.qodef-gray-link:hover {
	color: #ee0d08;
}
p {
	margin: 10px 0;
	line-height: 1.625em;
}
blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	padding: 0;
	position: relative;
	padding: 18px 0 20px 100px;
	border: none;
	font-size: 21px;
	line-height: 30px;
	color: #101010;
	font-weight: 300;
	quotes: none;
}
blockquote:before {
	content: ",";
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 53.5px;
	line-height: 1;
	color: #ee0d08;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	font-family: linea-basic-10;
}
blockquote .wp-block-quote__citation br,
blockquote cite br {
	display: none;
}
body:not([class*="stal-core"]) blockquote:before {
	content: "";
	width: 56px;
	height: 51px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_quote.png);
}
blockquote > * {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
blockquote:after {
	content: "";
}
blockquote cite {
	font-style: normal;
	font-weight: 300;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 35px;
	padding: 8px 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.045em;
	font-weight: 400;
	color: #939393;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
	outline: 0;
	cursor: text;
	-webkit-appearance: none;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
	color: #ee0d08;
	background-color: transparent;
	border-color: #ee0d08;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer input[type="email"],
#qodef-page-footer input[type="number"],
#qodef-page-footer input[type="password"],
#qodef-page-footer input[type="tel"],
#qodef-page-footer input[type="text"],
#qodef-page-footer input[type="url"],
#qodef-page-footer textarea {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
#qodef-page-footer input[type="email"]:focus,
#qodef-page-footer input[type="number"]:focus,
#qodef-page-footer input[type="password"]:focus,
#qodef-page-footer input[type="tel"]:focus,
#qodef-page-footer input[type="text"]:focus,
#qodef-page-footer input[type="url"]:focus,
#qodef-page-footer textarea:focus {
	color: #fff;
	background-color: transparent;
	border-color: #ccc;
}
.qodef-theme-button,
button[type="submit"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	padding: 16px 29px 17px 30px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
	cursor: pointer;
}
.qodef-theme-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #101010;
}
.post-password-form input[type="password"] {
	margin-top: 0.5em;
}
.qodef-contact-form-7 .qodef-button {
	margin-top: 15px;
	border: none;
}
@media only screen and (max-width: 680px) {
	.custom-subscribe-hor {
		text-align: left;
	}
}
.custom-subscribe-hor * {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.custom-subscribe-hor h5 {
	margin: 0 50px 0 0;
	color: #fff;
}
.custom-subscribe-hor .your-email {
	margin-right: 25px;
	min-width: 415px;
}
@media only screen and (max-width: 680px) {
	.custom-subscribe-hor .your-email {
		min-width: 100%;
	}
}
.custom-subscribe-hor input[type="email"] {
	margin: 6px 0 0;
	color: #fff;
	border-color: #fff;
}
.custom-subscribe-hor button[type="submit"] {
	padding: 13px 29px 14px 30px;
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	.custom-subscribe-hor button[type="submit"] {
		margin-top: 20px;
	}
}
.custom-subscribe-hor .ajax-loader {
	display: none;
}
.custom-subscribe-hor + div.wpcf7-validation-errors {
	color: #dedede;
	border-color: #fff;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
}
@media only screen and (max-width: 768px) {
	.custom-subscribe-hor + div.wpcf7-validation-errors {
		max-width: 100%;
	}
}
.custom-subscribe-hor span.wpcf7-not-valid-tip {
	position: absolute;
}
div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	line-height: 1.3em;
}
body .select2-container--default {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 0 35px;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__rendered {
	padding: 0;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	left: 0;
	right: auto;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-search--inline,
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice,
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__placeholder {
	float: right;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__rendered {
	padding: 0;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin: 7px auto 0 5px;
}
body
	.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin: 0 auto 0 3px;
}
body
	.select2-container--default.select2-container--disabled
	.select2-selection--multiple,
body
	.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #f1f3f5;
	cursor: default;
}
body
	.select2-container--default.select2-container--disabled
	.select2-selection--multiple
	.select2-selection__clear,
body
	.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
body
	.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}
body
	.select2-container--default.select2-container--open
	.select2-selection--multiple,
body
	.select2-container--default.select2-container--open
	.select2-selection--single {
	color: #ee0d08;
}
body .select2-container--default.select2-container--open .select2-dropdown {
	left: 0;
}
body
	.select2-container--default.select2-container--open
	.select2-dropdown.select2-dropdown--above {
	border-bottom-color: transparent;
}
body
	.select2-container--default.select2-container--open
	.select2-dropdown.select2-dropdown--below {
	border-top-color: transparent;
	-webkit-box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
	box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
}
body .select2-container--default .select2-selection--single {
	display: block;
	height: 40px;
	padding: 8px 0;
	margin: 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #939393;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	display: block;
	padding: 0;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	position: relative;
	float: right;
	margin: 0;
	font-weight: inherit;
	cursor: pointer;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: inherit;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #747474;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow:before {
	display: block;
	line-height: inherit;
	content: "\f3d0";
	font-family: Ionicons;
	font-style: normal;
}
body .select2-container--default .select2-selection--multiple {
	display: block;
	height: 40px;
	padding: 8px 0;
	margin: 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #939393;
	background-color: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	list-style: none;
	display: block;
	padding: 0;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	margin: 0;
	padding: 0;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__placeholder {
	float: left;
	margin: 0;
	color: inherit;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__clear {
	position: relative;
	float: right;
	margin: 0;
	font-weight: inherit;
	cursor: pointer;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__choice {
	margin: 5px 5px 0 0;
	padding: 0 10px;
	float: left;
	color: #fff;
	background-color: #101010;
	border: 0;
	border-radius: 0;
	cursor: default;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__choice__remove {
	display: inline-block;
	margin: 0 3px 0 0;
	font-weight: 700;
	color: inherit;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
}
body
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__choice__remove:hover {
	color: inherit;
	opacity: 0.8;
}
body .select2-container--default .select2-search--inline {
	float: left;
}
body
	.select2-container--default
	.select2-search--inline
	.select2-search__field {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: none !important;
	outline: 0;
	-webkit-appearance: none;
}
body
	.select2-container--default
	.select2-search--inline
	.select2-search__field:focus {
	border-color: #101010;
}
body
	.select2-container--default
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
body .select2-container--default .select2-dropdown {
	position: absolute;
	top: 0;
	left: -100000px;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	z-index: 99999;
}
body .select2-container--default .select2-search--dropdown {
	display: block;
	padding: 14px 15px 2px;
}
body
	.select2-container--default
	.select2-search--dropdown.select2-search--hide {
	display: none;
}
body
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	width: 100%;
	padding: 4px 8px;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 20px;
	font-weight: inherit;
	color: #747474;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	outline: 0;
	-webkit-appearance: none;
}
body
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field:focus {
	color: #101010;
	background-color: #fff;
	border-color: #101010;
}
body
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
body .select2-container--default .select2-results {
	display: block;
}
body .select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	text-transform: uppercase;
	font-size: 13px;
}
body .select2-container--default .select2-results__options {
	position: relative;
	margin: 5px 0;
	padding: 2px 0 2px 10px;
	list-style: none;
}
body .select2-container--default .select2-results__option {
	padding: 3px 0;
	font-size: 13px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
body .select2-container--default .select2-results__option[aria-selected] {
	cursor: pointer;
}
body .select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}
body
	.select2-container--default
	.select2-results__option[aria-disabled="true"] {
	color: #101010;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body
	.select2-container--default
	.select2-results__option[data-selected="true"] {
	color: #ee0d08;
	background: 0 0;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option {
	padding-left: 1em;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
body
	.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
body
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	color: #ee0d08;
	background: 0 0;
}
body .select2-container--default .select2-results__group {
	display: block;
	padding: 7px 0;
	cursor: default;
}
body:not([class*="stal-core"])
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow:before {
	content: "\25BE";
	font-family: initial;
	font-size: 22px;
}
.select2-close-mask {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 0;
	opacity: 0;
	z-index: 99;
}
.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 0 !important;
	padding: 0 !important;
	line-height: 1;
	border: 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}
.qodef-content-grid {
	width: 1100px;
	margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1400 .qodef-content-grid {
		width: 1400px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1300 .qodef-content-grid {
		width: 1300px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1200 .qodef-content-grid {
		width: 1200px;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-content-grid-1000 .qodef-content-grid {
		width: 1000px;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-content-grid-800 .qodef-content-grid {
		width: 800px;
	}
}
.qodef-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-grid > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
}
.qodef-grid .qodef-grid-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
	float: left;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--12 {
		width: 100%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--12 {
		left: 100%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--12 {
		right: 100%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--11 {
		width: 9.09091%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--11 {
		left: 9.09091%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--11 {
		right: 9.09091%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--10 {
		width: 83.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--10 {
		left: 83.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--10 {
		right: 83.33333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--9 {
		width: 75%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--9 {
		left: 75%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--9 {
		right: 75%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--8 {
		width: 66.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--8 {
		left: 66.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--8 {
		right: 66.66667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--7 {
		width: 14.28571%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--7 {
		left: 14.28571%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--7 {
		right: 14.28571%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--6 {
		width: 50%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--6 {
		left: 50%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--6 {
		right: 50%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--5 {
		width: 20%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--5 {
		left: 20%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--5 {
		right: 20%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--4 {
		width: 33.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--4 {
		left: 33.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--4 {
		right: 33.33333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--3 {
		width: 25%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--3 {
		left: 25%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--3 {
		right: 25%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--2 {
		width: 16.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--2 {
		left: 16.66667%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--2 {
		right: 16.66667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--1 {
		width: 8.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-push--1 {
		left: 8.33333%;
	}
	.qodef-grid.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col-pull--1 {
		right: 8.33333%;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 33.33333%;
}
@media only screen and (min-width: 769px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed
	.qodef-grid-item
	.qodef-e-inner {
	height: 100%;
	overflow: hidden;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
	visibility: hidden;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 66.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 25%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 20%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 40%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 16.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 14.28571%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 28.57143%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-grid-item {
	width: 12.5%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
	> .qodef-grid-inner
	> .qodef-item--landscape {
	width: 25%;
}
.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
	margin: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
	margin: 0 -5px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
	margin: 0 -10px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
	margin: 0 -20px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
	margin: 0 -25px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
	margin: 0 -40px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 40px;
	margin: 0 0 80px;
}
#qodef-page-wrapper {
	position: relative;
	overflow: hidden;
}
#qodef-page-outer {
	position: relative;
}
#qodef-page-inner {
	position: relative;
	padding: 130px 0 100px;
}
@media only screen and (max-width: 1024px) {
	body:not([class*="stal-core"]) #qodef-page-inner {
		padding: 80px 0 45px;
	}
}
.qodef--boxed {
	background-color: #f1f3f5;
}
.qodef--boxed #qodef-page-wrapper {
	display: block;
	background-color: #fff;
}
.qodef--boxed #qodef-page-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.qodef--passepartout #qodef-page-wrapper {
	background-color: #fff;
}
button.mfp-arrow {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
}
button.mfp-arrow:hover {
	opacity: 0.6;
}
button.mfp-arrow:after,
button.mfp-arrow:before {
	border: 0;
	color: #fff;
	font-size: 30px;
	font-family: Ionicons;
}
button.mfp-arrow-left:after {
	content: "\f3cf";
}
button.mfp-arrow-right:after {
	content: "\f3d1";
}
button.mfp-close {
	text-indent: -1000px;
	overflow: hidden;
	text-align: left !important;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
}
button.mfp-close:hover {
	opacity: 0.6;
}
button.mfp-close:after {
	font-family: Ionicons;
	content: "\f406";
	position: absolute;
	right: 4px;
	bottom: 0;
	text-indent: 0;
	font-size: 32px;
}
.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
	font-family: Muli, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-top: 6px;
}
.qodef-swiper-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
}
.qodef-swiper-container .swiper-slide a,
.qodef-swiper-container .swiper-slide img {
	width: 100%;
}
.qodef-swiper-container.qodef-swiper--initialized {
	visibility: visible;
}
.swiper-pagination-bullets {
	bottom: 32px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 35px;
	height: 12px;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	position: relative;
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: "";
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0;
	height: 4px;
	background-color: #000;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 60px;
	background-color: transparent;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	color: #fff;
	text-align: center;
	top: auto !important;
	bottom: 0;
	background-color: #101010;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #ee0d08;
}
.swiper-button-next:before,
.swiper-button-prev:before {
	font-size: 20px;
	font-family: linea-arrows-10;
	font-weight: 400;
	color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-prev:before {
	content: "\e05f";
}
.swiper-button-next {
	right: 0 !important;
}
.swiper-button-next:before {
	content: "\e061";
}
.swiper-button-next.swiper-button-outside,
.swiper-button-prev.swiper-button-outside {
	color: #000;
}
.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
}
.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	transform: translateX(300%);
}
.widget_icl_lang_sel_widget {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click:hover
	.wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	position: relative;
	top: -1px;
}
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-legacy-dropdown {
	padding: 0;
	margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:after {
	content: "\33";
	font-family: ElegantIcons;
	font-size: 15px;
	line-height: 1;
	border: 0;
	position: initial;
	margin-left: auto;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	border-top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
	-o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
	transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item,
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0 !important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	padding: 0;
	display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	display: block;
	margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	padding: 0;
	display: block;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 200px;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #747474;
	background-color: #fff;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #ee0d08;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #747474;
	font-size: 14px;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #ee0d08;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #747474;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #747474;
}
#qodef-page-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click {
	width: 175px;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #747474;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #ee0d08;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: transparent;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #747474;
	font-size: 14px;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #ee0d08;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #747474;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #747474;
}
#qodef-page-mobile-header
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 175px;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 8px 20px;
	height: 40px;
	line-height: 24px;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #fff;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #000;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #fff;
	font-size: 14px;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #fff;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #fff;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #fff;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #fff;
}
#qodef-top-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #fff;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #747474;
	background-color: #f1f3f5;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #ee0d08;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #f1f3f5;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #747474;
	font-size: 14px;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #ee0d08;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #747474;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #747474;
}
#qodef-page-sidebar
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #ee0d08;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #747474;
	background-color: #f1f3f5;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #ee0d08;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #f1f3f5;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #747474;
	font-size: 14px;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #ee0d08;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #fff;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #fff;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #fff;
}
#qodef-page-footer
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle,
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #747474;
	background-color: #f1f3f5;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-item-toggle:hover,
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-item-toggle:hover {
	color: #ee0d08;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu,
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #f1f3f5;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a,
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a {
	color: #747474;
	font-size: 14px;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover,
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-dropdown-click
	.wpml-ls-sub-menu
	.wpml-ls-item
	a:hover {
	color: #ee0d08;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li {
	margin-right: 10px !important;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a {
	color: #fff;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li
	a:hover {
	color: #fff;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-horizontal
	ul
	li:last-child {
	margin-right: 0;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li {
	margin-bottom: 10px;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a {
	color: #fff;
}
#qodef-side-area
	.widget_icl_lang_sel_widget
	.wpml-ls-legacy-list-vertical
	ul
	li
	a:hover {
	color: #fff;
}
.error404 #qodef-page-inner {
	padding: 0 !important;
}
.error404 .qodef-page-title {
	display: none;
}
#qodef-404-page {
	text-align: center;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10%;
}
body:not([class*="stal-core"]) #qodef-404-page {
	min-height: calc(100vh - 86px);
	padding-top: 10%;
	padding-bottom: 10%;
}
body.admin-bar:not([class*="stal-core"]) #qodef-404-page {
	min-height: calc(100vh - 118px);
}
@media only screen and (max-width: 1024px) {
	#qodef-404-page {
		min-height: calc(100vh - 70px);
	}
}
#qodef-404-page .qodef-404-title {
	margin: 0;
}
#qodef-404-page .qodef-404-text {
	display: block;
	margin: 14px auto 40px;
}
@media only screen and (min-width: 1025px) {
	#qodef-404-page .qodef-404-text {
		max-width: 50%;
	}
}
#qodef-404-page .qodef-404-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 52px;
}
#qodef-404-page .qodef-search-form {
	width: 40%;
}
#qodef-404-page .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
#qodef-404-page .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
#qodef-404-page button,
#qodef-404-page input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-404-page input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-404-page input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: transparent;
}
#qodef-404-page input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-404-page input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-404-page input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-404-page input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-404-page input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-404-page button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-404-page button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
#qodef-404-page button svg path {
	fill: #fff;
}
#qodef-404-page button:hover {
	background-color: #101010;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#qodef-404-page button:hover path {
	fill: #fff;
}
.qodef-blog {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 50px;
}
.qodef-blog.qodef--single article.format-standard.has-post-thumbnail img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.qodef-blog article {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 50px;
}
.qodef-blog
	article.format-standard.has-post-thumbnail.qodef-active-hover
	.qodef-e-media
	img {
	-webkit-transform: translateX(5px) scale(1.05);
	-ms-transform: translateX(5px) scale(1.05);
	transform: translateX(5px) scale(1.05);
}
.qodef-blog article.format-standard.has-post-thumbnail .qodef-e-media a {
	overflow: hidden;
}
.qodef-blog
	article.format-standard.has-post-thumbnail
	.qodef-e-media
	a:hover
	img {
	-webkit-transform: translateX(5px) scale(1.05);
	-ms-transform: translateX(5px) scale(1.05);
	transform: translateX(5px) scale(1.05);
}
.qodef-blog article.format-standard.has-post-thumbnail .qodef-e-media img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-blog article .qodef-e-content,
.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-blog article .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.qodef-blog article .qodef-e-media-image a,
.qodef-blog article .qodef-e-media-image img {
	display: block;
	width: 100%;
}
.qodef-blog article .qodef-e-media-image.qodef--background {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.qodef-blog article .qodef-e-media-image.qodef--background img {
	visibility: hidden;
}
.qodef-blog article .qodef-e-media iframe {
	display: block;
	height: 100%;
}
.qodef-blog article .qodef-e-title {
	margin: 0;
}
.qodef-blog article .qodef-e-excerpt {
	margin: 22px 0 0;
	font-size: 19px;
	line-height: 30px;
}
.qodef-blog article .qodef-e-read-more {
	margin: 15px 0 0;
}
.qodef-blog article .qodef-e-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article .qodef-e-info {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.qodef-blog article .qodef-e-info .qodef-e-info-left,
	.qodef-blog article .qodef-e-info .qodef-e-info-right {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.qodef-blog article .qodef-e-info .qodef-e-info-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.qodef-blog article .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 28px 0 0;
	color: currentColor;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-date a:after {
	display: none;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #747474;
	font-size: 13px;
	letter-spacing: 0.02em;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	top: auto;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a:after {
	content: ",";
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a:last-child:after {
	content: "";
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a:hover {
	color: #101010;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item a:hover:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 7px;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child {
	padding-right: 0;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child:after {
	content: "";
}
.qodef-blog
	article
	.qodef-e-info
	.qodef-e-info-item.qodef-e-info-category:before,
.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-date:before,
.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-tags:before {
	position: relative;
	font-family: Ionicons;
	color: #ee0d08;
	font-size: 18px;
	margin-right: 5px;
	line-height: 1em;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-date:before {
	content: "\f2ab";
}
body:not([class*="stal-core"])
	.qodef-blog
	article
	.qodef-e-info
	.qodef-e-info-item.qodef-e-info-date:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_date.png);
	background-size: cover;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-tags:before {
	content: "\f29f";
}
.qodef-blog
	article
	.qodef-e-info
	.qodef-e-info-item.qodef-e-info-tags
	a:before {
	display: none;
}
.qodef-blog
	article
	.qodef-e-info
	.qodef-e-info-item.qodef-e-info-category:before {
	content: "\f35b";
}
body:not([class*="stal-core"])
	.qodef-blog
	article
	.qodef-e-info
	.qodef-e-info-item.qodef-e-info-category:before {
	content: "";
	display: inline-block;
	top: 1px;
	width: 18px;
	height: 17px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_category.png);
	background-size: cover;
}
.qodef-blog article .qodef-e-info.qodef-info--top {
	margin-bottom: 7px;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 32px;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article .qodef-e-info.qodef-info--bottom {
		display: block;
	}
	.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-right {
		text-align: right;
	}
}
.qodef-blog article .qodef-e-info-tags a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.qodef-blog article .qodef-e-info-tags a:last-child {
	margin-right: 0;
}
.qodef-blog article .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-blog article.sticky .qodef-e-title a {
	text-decoration: underline;
	position: relative;
}
.qodef-blog article.sticky .qodef-e-title a:after {
	content: "*";
	font-size: 1.5em;
	position: absolute;
	right: -0.5em;
	top: 0;
}
.qodef-blog article.has-post-thumbnail .qodef-e-media {
	margin-bottom: 25px;
}
.qodef-blog article.format-gallery .swiper-button-next,
.qodef-blog article.format-gallery .swiper-button-prev {
	background-color: #101010;
}
.qodef-blog article.format-audio .qodef-e-media-image {
	width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-image img {
	width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-audio {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.qodef-blog
	article.format-audio
	.mejs-controls
	.mejs-time-rail
	.mejs-time-current {
	background-color: #ee0d08;
}
.qodef-blog
	article.format-audio
	.mejs-controls
	.mejs-time-rail
	.mejs-time-loaded {
	background-color: #f1f3f5;
}
.qodef-blog article.format-link .qodef-e-link {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 8.9% 21% 8.7% 6.9%;
	background-color: #f1f3f5;
}
@media only screen and (max-width: 768px) {
	.qodef-blog article.format-link .qodef-e-link {
		padding: 11% 20% 13% 9%;
	}
}
.qodef-blog article.format-link .qodef-e-link-text {
	position: relative;
	margin: 0;
	color: #101010;
}
.qodef-blog article.format-link .qodef-e-link-text:hover {
	color: #ee0d08;
}
.qodef-blog article.format-link .qodef-icon-linea-icons {
	position: absolute;
	top: 29px;
	right: 31px;
	font-size: 50px;
	line-height: 1;
	color: #ee0d08;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article.format-link .qodef-icon-linea-icons {
		top: 10px;
		right: 10px;
	}
}
.qodef-blog article.format-link .qodef-e-link-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-blog article.format-quote .qodef-e-quote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 7.3% 10% 7.7% 6.9%;
	background-color: #f1f3f5;
}
@media only screen and (max-width: 768px) {
	.qodef-blog article.format-quote .qodef-e-quote {
		padding: 11% 20% 13% 9%;
	}
}
.qodef-blog article.format-quote .qodef-e-quote-text {
	position: relative;
	margin: 0;
	color: #101010;
}
.qodef-blog article.format-quote .qodef-icon-linea-icons {
	position: absolute;
	top: 37px;
	right: 42px;
	font-size: 53.5px;
	line-height: 1;
	color: #ee0d08;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article.format-quote .qodef-icon-linea-icons {
		top: 10px;
		right: 10px;
	}
}
.qodef-blog article.format-quote .qodef-e-quote-author-position {
	color: #ee0d08;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.045em;
	display: block;
	margin-top: 11px;
}
.qodef-blog article.format-quote .qodef-e-quote-author {
	position: relative;
	display: block;
	margin: 0;
	color: #101010;
}
.qodef-blog article.format-quote .qodef-e-quote-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
	height: 100%;
}
.qodef-blog.qodef--list article {
	margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
	body:not([class*="stal-core"]) .qodef-blog.qodef--list article {
		margin-bottom: 80px;
	}
}
.qodef-blog.qodef--list article .qodef-e-read-more {
	margin-top: 0;
}
.qodef-blog.qodef--list article.format-link {
	margin-bottom: 130px;
}
.qodef-blog.qodef--list article.format-quote {
	margin-bottom: 130px;
}
.qodef-blog.qodef--single article .qodef-e-media-image {
	overflow: hidden;
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
	margin-bottom: 0;
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
	margin-top: 56px;
}
.qodef-blog.qodef--single
	article
	.qodef-e-info.qodef-info--bottom
	.qodef-e-info-tags:before {
	display: none;
}
.qodef-blog.qodef--single
	article
	.qodef-e-info.qodef-info--bottom
	.qodef-e-info-tags
	a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 8px 20px 8px 0;
	padding: 5px 15px 4px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef--single
		article
		.qodef-e-info.qodef-info--bottom
		.qodef-e-info-tags
		a {
		margin-bottom: 10px;
	}
}
.qodef-blog.qodef--single
	article
	.qodef-e-info.qodef-info--bottom
	.qodef-e-info-tags
	a:after {
	display: none;
}
.qodef-blog.qodef--single
	article
	.qodef-e-info.qodef-info--bottom
	.qodef-e-info-tags
	a:hover {
	color: #fff;
	background-color: #ee0d08;
}
.qodef-blog.qodef--single
	article
	.qodef-e-info.qodef-info--bottom
	.qodef-e-info-tags
	a:last-child {
	margin-right: 0;
}
.qodef-blog.qodef--single article .qodef-e-title {
	margin-bottom: 14px;
}
.qodef-blog.qodef--single article.format-link .qodef-e-link {
	margin-bottom: 30px;
}
.qodef-blog.qodef--single article.format-quote .qodef-e-quote {
	margin-bottom: 30px;
}
#qodef-page-comments {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-comments .qodef-page-comments-not-found {
	margin: 0;
}
.page #qodef-page-comments {
	margin-top: 20px;
}
#qodef-page-comments-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 91px;
}
#qodef-page-comments-list .qodef-m-title {
	margin: 0 0 25px;
}
#qodef-page-comments-list .qodef-m-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
	margin-top: 0;
}
#qodef-page-comments-list .qodef-comment-item {
	margin: 35px 0 3px;
	padding: 0;
}
#qodef-page-comments-list
	.qodef-comment-item
	.comment-respond
	.comment-reply-title {
	font-size: 25px;
	line-height: 1.2em;
}
#qodef-page-comments-list
	.qodef-comment-item
	.comment-respond
	.comment-form
	.form-submit {
	margin-bottom: 60px;
}
#qodef-page-comments-list
	.qodef-comment-item
	.comment-respond
	#cancel-comment-reply-link {
	margin-left: 20px;
}
@media only screen and (max-width: 680px) {
	#qodef-page-comments-list
		.qodef-comment-item
		.comment-respond
		#cancel-comment-reply-link {
		display: block;
		margin-left: 0;
	}
}
#qodef-page-comments-list .qodef-comment-item .children {
	list-style: none;
	margin: 30px 0 0;
	padding: 0 0 0 111px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 28px;
	width: 155px;
	height: 164px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
	display: block;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
	margin: 1px 0 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
	margin-bottom: 3px;
	line-height: 1em;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
	color: #747474;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
	color: #101010;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
	margin: 16px 20% 4px 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
	position: absolute;
	top: 27px;
	right: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > :last-child {
	margin-right: 0;
}
#qodef-page-comments-list
	.qodef-comment-item
	.qodef-e-links
	> .comment-edit-link {
	margin-left: 5px;
}
@media only screen and (max-width: 680px) {
	#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
		position: relative;
		top: 5px;
	}
}
#qodef-page-comments-list .qodef-m-pagination {
	margin-top: 50px;
}
#qodef-page-comments-form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-comments-form .comment-reply-title {
	margin: 0;
}
#qodef-page-comments-form .comment-form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-comments-form .comment-form .comment-notes {
	margin: 25px 0 10px;
}
#qodef-page-comments-form .comment-form #wp-comment-cookies-consent {
	margin: 0 5px 0 0;
}
.comment-form-cookies-consent {
	margin: 0 0 28px;
}
.comment-form-cookies-consent label {
	display: inline;
	margin-left: 10px;
}
@media only screen and (max-width: 680px) {
	.comment-form-cookies-consent label {
		width: calc(100% - 25px);
		vertical-align: middle;
		margin-left: 0;
		padding-left: 10px;
	}
}
.qodef-filter--on .qodef-hidden-filter-items {
	position: absolute !important;
	display: none !important;
	height: 0 !important;
	line-height: 1 !important;
}
.qodef-filter--on .qodef-grid-inner {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
	bottom: calc(50% - 16px) !important;
}
.qodef-m-filter {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 40px;
}
.qodef-m-filter .qodef-m-filter-items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-m-filter .qodef-m-filter-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 26px;
	padding: 0;
	color: #101010;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.qodef-m-filter .qodef-m-filter-item.qodef--active,
.qodef-m-filter .qodef-m-filter-item:hover {
	color: #ee0d08;
}
#qodef-page-footer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer > * {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer-top-area {
	padding: 0;
	background-color: #101010;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0 solid #e1e1e1;
}
#qodef-page-footer-top-area #qodef-page-footer-top-area-inner {
	padding: 104px 0 96px;
	border-top: 0 solid #e1e1e1;
}
@media only screen and (max-width: 1024px) {
	#qodef-page-footer-top-area .qodef-col-num--4 .qodef-grid-item:nth-child(3),
	#qodef-page-footer-top-area .qodef-col-num--4 .qodef-grid-item:nth-child(4) {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-page-footer-top-area
		.qodef-col-num--4
		.qodef-grid-item:not(:first-child) {
		margin-top: 20px;
	}
}
#qodef-page-footer-top-area .qodef-content-full-width {
	padding: 0 70px;
}
#qodef-page-footer-bottom-area {
	padding: 0;
	background-color: #101010;
	border-top: 0 solid #e1e1e1;
}
#qodef-page-footer-bottom-area
	.qodef-layout--columns.qodef-col-num--2
	.qodef-grid-item:nth-child(2) {
	text-align: right;
}
@media only screen and (max-width: 768px) {
	#qodef-page-footer-bottom-area
		.qodef-layout--columns.qodef-col-num--2
		.qodef-grid-item:nth-child(1),
	#qodef-page-footer-bottom-area
		.qodef-layout--columns.qodef-col-num--2
		.qodef-grid-item:nth-child(2) {
		text-align: center;
	}
}
#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
	border-top: 0 solid #e1e1e1;
	padding: 16px 0 20px;
}
@media only screen and (max-width: 680px) {
	#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
		padding-bottom: 33px;
	}
}
#qodef-page-footer-bottom-area
	#qodef-page-footer-bottom-area-inner
	.textwidget
	a:hover {
	color: #fff;
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
	padding: 0 70px;
}
#qodef-page-footer-bottom-area div [id*="monster"] {
	display: none;
}
.wp-block-group.has-background,
p.has-background {
	margin: 2rem 0;
	padding: 20px 30px;
}
figure {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}
.wp-block-audio {
	width: 100%;
}
.wp-block-audio audio {
	width: auto;
}
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
	max-width: 50%;
}
.wp-block-audio.aligncenter audio {
	display: block;
	margin: 0 auto;
}
.wp-block-video video {
	width: 100%;
}
.wp-block-button {
	margin: 20px 0;
}
.wp-block-button .wp-block-button__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	padding: 16px 29px 17px 30px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 4px;
}
.wp-block-button .wp-block-button__link:hover {
	color: #fff;
	background-color: #101010;
}
.wp-block-button.alignleft {
	margin-top: 0;
	margin-right: 2rem;
}
.wp-block-button.alignright {
	margin-top: 0;
	margin-left: 2rem;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #ee0d08;
	background-color: transparent;
	border: 2px solid #ee0d08;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background-color: #ee0d08;
	border-color: #ee0d08;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
	margin: 0;
	padding-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
	padding-left: 0 !important;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
	margin-bottom: 1em;
	list-style-type: none;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
	color: #101010;
	text-decoration: none;
}
.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover {
	color: #ee0d08;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	text-align: center;
}
.wp-block-categories li ul {
	margin: 4px 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
.wp-block-categories li ul li:last-child {
	padding: 4px 0 0;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
}
.wp-block-preformatted {
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.wp-block-verse {
	font-family: inherit;
	font-size: 22px;
	line-height: 1.8;
}
.has-drop-cap:not(:focus):first-letter {
	font-family: inherit;
	font-size: 3.375em;
	line-height: 1;
	font-weight: 700;
	margin: 0 0.25em 0 0;
}
blockquote.wp-block-pullquote {
	position: relative;
	padding: 18px 0 20px 100px;
	border: none;
	font-size: 21px;
	line-height: 30px;
	color: #101010;
	font-weight: 300;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
blockquote.wp-block-pullquote:before {
	content: ",";
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 53.5px;
	line-height: 1;
	color: #ee0d08;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	font-family: linea-basic-10;
}
blockquote.wp-block-pullquote .wp-block-quote__citation br,
blockquote.wp-block-pullquote cite br {
	display: none;
}
body:not([class*="stal-core"]) blockquote.wp-block-pullquote:before {
	content: "";
	width: 56px;
	height: 51px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_quote.png);
}
blockquote.wp-block-pullquote.aligncenter {
	width: 100%;
}
blockquote.wp-block-pullquote.alignleft {
	text-align: left;
	max-width: 100%;
}
blockquote.wp-block-pullquote.alignright {
	text-align: right;
	max-width: 100%;
}
blockquote.wp-block-pullquote p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
.wp-block-pullquote {
	margin: 0;
}
.wp-block-pullquote blockquote {
	position: relative;
	padding: 18px 0 20px 100px;
	border: none;
	font-size: 21px;
	line-height: 30px;
	color: #101010;
	font-weight: 300;
	width: auto;
	text-align: center;
}
.wp-block-pullquote blockquote:before {
	content: ",";
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 53.5px;
	line-height: 1;
	color: #ee0d08;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	font-family: linea-basic-10;
}
.wp-block-pullquote blockquote .wp-block-quote__citation br,
.wp-block-pullquote blockquote cite br {
	display: none;
}
body:not([class*="stal-core"]) .wp-block-pullquote blockquote:before {
	content: "";
	width: 56px;
	height: 51px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_quote.png);
}
.wp-block-pullquote p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.wp-block-quote {
	position: relative;
	padding: 18px 0 20px 100px;
	border: none;
	font-size: 21px;
	line-height: 30px;
	color: #101010;
	font-weight: 300;
}
.wp-block-quote:before {
	content: ",";
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 53.5px;
	line-height: 1;
	color: #ee0d08;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	font-family: linea-basic-10;
}
.wp-block-quote .wp-block-quote__citation br,
.wp-block-quote cite br {
	display: none;
}
body:not([class*="stal-core"]) .wp-block-quote:before {
	content: "";
	width: 56px;
	height: 51px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_quote.png);
}
.wp-block-quote > p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
.wp-block-quote > * {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 1rem 0;
	font-size: 1.6875em !important;
	line-height: 1.6em !important;
	padding-left: 100px;
}
body:not([class*="stal-core"]) .wp-block-quote.has-text-align-right {
	padding-right: 100px;
}
body:not([class*="stal-core"]) .wp-block-quote.has-text-align-right:before {
	content: "";
	width: 56px;
	height: 51px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/icon_quote.png);
	right: 0;
	left: auto;
}
.wp-block-image img {
	display: block;
}
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	max-width: 100%;
}
.wp-block-image.alignfull {
	left: auto;
	max-width: 100%;
}
.wp-block-image.alignfull img {
	width: 100vw;
}
.wp-block-media-text__content .has-large-font-size {
	line-height: 1em;
}
.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	min-height: 430px;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
	.wp-block-cover,
	.wp-block-cover-image {
		padding: 1rem 2%;
	}
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p,
.wp-block-cover p.has-large-font-size,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover-image p,
.wp-block-cover-image p.has-large-font-size {
	font-size: 32px;
	line-height: 1.1em;
	font-size: 28px !important;
	margin-bottom: 0;
	color: #fff !important;
}
.wp-block-cover a,
.wp-block-cover-image a {
	text-decoration: underline;
}
.wp-block-cover .wp-block-cover-text strong,
.wp-block-cover-image .wp-block-cover-text strong {
	font-weight: 600;
}
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover-image.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2 {
	width: 100%;
	z-index: 1;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	width: 100%;
}
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
	max-width: calc(8 * (100vw / 12) - 28px);
}
.wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}
.wp-block-gallery .blocks-gallery-caption {
	color: #555d66;
	font-size: 13px;
	text-align: center;
	width: 100%;
}
figure.wp-block-gallery.alignfull {
	margin-bottom: 20px;
}
.wp-block-audio figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
	font-size: 0.71111em;
	font-family: inherit;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}
.wp-block-separator,
hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 100px;
	text-align: left;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
	display: none;
}
.wp-block-embed-twitter {
	overflow: hidden;
}
.wp-block-embed {
	margin: 0;
}
.wp-block-table {
	margin: 1rem 0;
}
.wp-block-table td,
.wp-block-table th {
	border-color: #e1e1e1;
}
.wp-block-file {
	font-family: inherit;
}
.wp-block-file .wp-block-file__button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	padding: 13px 28px 15px 27px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
	cursor: pointer;
	margin-left: 0.75em;
}
.wp-block-file .wp-block-file__button:hover {
	color: #fff;
	background-color: #101010;
}
.wp-block-code {
	border-radius: 0;
}
.wp-block-code code {
	font-size: 1.125em;
	white-space: pre-wrap;
	word-break: break-word;
}
@media only screen and (min-width: 768px) {
	.wp-block-columns .wp-block-column > :first-child {
		margin-top: 0;
	}
	.wp-block-columns .wp-block-column > :last-child {
		margin-bottom: 0;
	}
	.wp-block-columns[class*="has-"] > * {
		margin-right: 1rem;
	}
	.wp-block-columns[class*="has-"] > :last-child {
		margin-right: 0;
	}
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-weight: 700;
}
.wp-block-latest-comments
	.wp-block-latest-comments__comment-meta
	.wp-block-latest-comments__comment-date {
	font-weight: 400;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}
.has-primary-background-color {
	background-color: #ee0d08;
}
.has-primary-background-color a,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color p {
	color: #fff;
}
#qodef-page-header div [id*="monster"],
#qodef-page-mobile-header div [id*="monster"],
#qodef-top-area div [id*="monster"],
.qodef-header-sticky div [id*="monster"] {
	display: none;
}
#qodef-page-header {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 86px;
	z-index: 100;
}
#qodef-page-header .qodef-header-logo-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 86px;
	max-height: 100%;
}
#qodef-page-header .qodef-header-logo-link img {
	display: block;
	margin: auto 0;
	width: auto;
	max-height: 100%;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
	width: 50%;
}
#qodef-page-header-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
}
.qodef-layout--justified-gallery {
	height: auto !important;
	visibility: hidden;
}
.qodef-layout--justified-gallery.qodef--justified-gallery-init {
	visibility: visible;
}
.qodef-layout--justified-gallery .qodef-grid-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 !important;
	overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item {
	position: absolute;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item img {
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
}
.qodef-layout--justified-gallery > .jg-filtered {
	display: none;
}
#qodef-page-mobile-header {
	position: relative;
	display: none;
	height: 70px;
	z-index: 100;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	max-height: 100%;
}
body:not([class*="stal-core"])
	#qodef-page-mobile-header
	.qodef-mobile-header-logo-link {
	color: #ee0d08;
}
body:not([class*="stal-core"])
	#qodef-page-mobile-header
	.qodef-mobile-header-logo-link
	.qodef-logo-text {
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 100%;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#qodef-page-mobile-header-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 0 20px;
}
body:not([class*="stal-core"]) #qodef-mobile-header-opener {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 0 17px;
	background-color: #ee0d08;
	color: #fff;
}
body:not([class*="stal-core"]) #qodef-mobile-header-opener .qodef-lines {
	position: relative;
	display: block;
	width: 33px;
	height: 18px;
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line {
	position: absolute;
	left: 0;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-1 {
	top: 0;
	width: 3px;
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: 0;
	right: 0;
	left: auto;
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-3 {
	top: 8px;
	width: 27px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-4 {
	bottom: 0;
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	left: 100%;
	width: 3px;
}
body:not([class*="stal-core"]) #qodef-mobile-header-opener.qodef--opened {
	color: #fff;
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-2 {
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 6px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
body:not([class*="stal-core"])
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-4 {
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-mobile-header-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	max-height: calc(100vh - 70px);
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	z-index: 10;
	border-top: 1px solid #e1e1e1;
}
#qodef-mobile-header-navigation .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #101010;
}
#qodef-mobile-header-navigation ul {
	padding: 0;
	list-style: none;
}
#qodef-mobile-header-navigation ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
#qodef-mobile-header-navigation ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 6px 0;
	font-size: 15px;
	line-height: 24px;
	color: #747474;
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner {
	position: relative;
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#qodef-mobile-header-navigation ul li a:hover .qodef-menu-item-inner:after {
	opacity: 1;
}
#qodef-mobile-header-navigation ul li:hover > a {
	color: #ee0d08;
}
#qodef-mobile-header-navigation ul li.current-menu-ancestor > a,
#qodef-mobile-header-navigation ul li.current-menu-item > a {
	color: #ee0d08;
}
#qodef-mobile-header-navigation ul li ul {
	display: none;
	margin: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-left: 10px;
}
body:not([class*="stal-core"])
	#qodef-mobile-header-navigation
	ul
	li.menu-item-has-children
	> a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 10px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/mobile_menu_arrow.png);
	background-size: cover;
	top: 12px;
	right: 5px;
	line-height: inherit;
	color: #101010;
}
.qodef-header-navigation {
	height: 100%;
}
.qodef-header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-header-navigation ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.qodef-header-navigation ul li a .qodef-menu-item-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.qodef-header-navigation ul li .qodef-menu-arrow {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 256px;
	margin: 0;
	padding: 25px 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
	transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
	-webkit-box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
	box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
	padding: 4px 10px 4px 30px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #747474;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li
	a
	.qodef-menu-item-inner {
	position: relative;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li
	a
	.qodef-menu-item-inner:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.current-menu-item
	> a,
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li:hover > a {
	color: #ee0d08;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner,
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li:hover
	> a
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner:before,
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li:hover
	> a
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.current-menu-item
	> .qodef-menu-arrow,
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li:hover
	> .qodef-menu-arrow {
	color: #ee0d08;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.menu-item-has-children:hover
	> ul {
	opacity: 1;
	visibility: visible;
}
body:not([class*="stal-core"])
	.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.menu-item-has-children
	> a:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 26px;
	line-height: inherit;
	color: currentColor;
	width: 6px;
	height: 10px;
	background-image: url(https://turkgrupsigorta.com/wp-content/themes/stal/assets/img/menu_arrow.png);
	background-size: cover;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow {
	display: inline;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow:after {
	content: "\f3d1";
	position: absolute;
	font-family: Ionicons;
	font-size: 15px;
	top: 3px;
	right: 30px;
	line-height: inherit;
	color: currentColor;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
	top: -25px;
	left: 100%;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right {
	left: auto;
	right: 0;
	text-align: right;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li {
	padding: 4px 25px 4px 10px;
}
body:not([class*="stal-core"])
	.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li.menu-item-has-children
	> a:after {
	left: 26px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li.menu-item-has-children
	> .qodef-menu-arrow:after {
	content: "\f3cf";
	left: 30px;
	right: auto;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li
	a
	.qodef-menu-item-inner:before {
	left: auto;
	right: 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li.current-menu-item
	> a
	.qodef-menu-item-inner,
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	li:hover
	> a
	.qodef-menu-item-inner {
	padding-right: 20px;
	padding-left: 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	ul.qodef-drop-down--right
	ul {
	left: -100%;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
	opacity: 1;
	visibility: visible;
}
.qodef-header-navigation > ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}
.qodef-header-navigation > ul > li {
	height: 100%;
	padding: 0 26px;
}
.qodef-header-navigation > ul > li:last-child {
	padding-right: 0;
}
.qodef-header-navigation
	> ul
	> li:last-child.qodef-menu-item--narrow
	.qodef-drop-down-second.qodef-drop-down--right {
	right: -26px;
}
.qodef-header-navigation > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.qodef-header-navigation > ul > li > a .qodef-menu-item-inner {
	padding: 0;
}
.qodef-header-navigation > ul > li > a .qodef-menu-item-inner:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	top: auto;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-header-navigation > ul > li:hover > a {
	color: #101010;
}
.qodef-header-navigation > ul > li:hover > a .qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a,
.qodef-header-navigation > ul > li.current-menu-item > a {
	color: #101010;
}
.qodef-header-navigation
	> ul
	> li.current-menu-ancestor
	> a
	.qodef-menu-item-inner:before,
.qodef-header-navigation
	> ul
	> li.current-menu-item
	> a
	.qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 63px 0 0;
}
.qodef-m-pagination.qodef--wp .nav-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-m-pagination.qodef--wp .page-numbers {
	position: relative;
	margin: 0 16px;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #101010;
}
.qodef-m-pagination.qodef--wp .page-numbers * {
	display: block;
	line-height: inherit;
}
.qodef-m-pagination.qodef--wp .page-numbers:first-child {
	margin-left: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers:last-child {
	margin-right: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
	display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	position: relative;
	top: 3px;
	font-size: 30px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
	width: 32px;
	height: 15px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next svg:hover path,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg:hover path {
	fill: #ee0d08;
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after,
.qodef-m-pagination.qodef--wp .page-numbers.prev:after {
	display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	margin-right: 6px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
	margin-left: 6px;
}
.qodef-m-pagination.qodef--wp .page-numbers.current:after,
.qodef-m-pagination.qodef--wp .page-numbers:hover:after {
	opacity: 1;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
	position: relative;
	margin: 0 17px;
	font-family: Muli, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
	padding-right: 1px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a svg {
	width: 32px;
	height: 15px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a svg:hover path {
	fill: #ee0d08;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
	margin-left: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
	margin-right: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
	margin-left: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ee0d08;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
	display: none;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	position: relative;
	top: 3px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
	display: none;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	margin-right: 49px;
	margin-left: -5px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	margin-left: 32px;
	margin-right: -5px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover a {
	color: #ee0d08;
}
.qodef-m-pagination.qodef--standard
	.qodef-m-pagination-item.qodef--active:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover:after {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.qodef-m-pagination.qodef--load-more {
	text-align: center;
}
.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
	opacity: 1;
}
.qodef-m-pagination.qodef--infinite-scroll {
	text-align: center;
}
.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 1;
	color: #ee0d08;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-m-pagination.qodef--infinite-scroll
	.qodef-infinite-scroll-spinner:before {
	display: block;
	line-height: inherit;
}
.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading
	.qodef-grid-inner {
	opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 16px);
	font-size: 32px;
	line-height: 1;
	color: #ee0d08;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--load-more
	.qodef-loading-spinner:before {
	display: block;
	line-height: inherit;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading
	.qodef-loading-spinner {
	opacity: 1;
	z-index: 1;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading
	.qodef-load-more-button {
	opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading
	.qodef-infinite-scroll-spinner {
	opacity: 1;
	z-index: 1;
}
.qodef-single-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	margin: 15px 0;
}
.qodef-single-links .qodef-m-single-links-title {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #101010;
	margin-right: 10px;
}
.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	padding: 0 3px;
	color: #101010;
}
.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
	margin-right: 0;
}
.qodef-single-links > span:not(.qodef-m-single-links-title) {
	color: #ee0d08;
}
.qodef-search {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 50px;
}
.qodef-search .qodef-e-search-heading {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
	margin: 0 0 20px;
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
	width: 100%;
	margin: 0;
}
.qodef-search
	.qodef-e-search-heading
	.qodef-search-form
	.qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button,
.qodef-search .qodef-e-search-heading .qodef-search-form input {
	height: 50px;
	padding: 10px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 30px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 14px;
	color: #747474;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
	border-color: #101010;
}
.qodef-search
	.qodef-e-search-heading
	.qodef-search-form
	input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search
	.qodef-e-search-heading
	.qodef-search-form
	input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search
	.qodef-e-search-heading
	.qodef-search-form
	input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search
	.qodef-e-search-heading
	.qodef-search-form
	input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #101010;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button svg path {
	fill: #101010;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
	background-color: transparent;
}
.qodef-search article {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e1e1e1;
}
.qodef-search article .qodef-info--top {
	margin-bottom: 2px;
}
.qodef-search article .qodef-info--top .qodef-e-info-item {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
}
.qodef-search article .qodef-info--top .qodef-e-info-item a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #747474;
	font-size: 13px;
	letter-spacing: 0.02em;
}
.qodef-search article .qodef-info--top .qodef-e-info-item a:after {
	content: ", ";
	position: relative;
	margin-right: 10px;
}
.qodef-search article .qodef-info--top .qodef-e-info-item a:last-child:after {
	content: "";
	margin-right: 0;
}
.qodef-search article .qodef-info--top .qodef-e-info-item a:hover {
	color: #ee0d08;
}
.qodef-search article:last-child {
	margin-bottom: 0;
}
.qodef-search article .qodef-e-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.qodef-search article .qodef-e-inner > * {
	width: 100%;
}
.qodef-search article .qodef-e-inner .qodef-e-image {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	padding-right: 30px;
}
.qodef-search article .qodef-e-inner .qodef-e-title {
	margin: 0;
}
.qodef-search article .qodef-e-inner .qodef-e-excerpt {
	margin: 15px 0 0;
}
#qodef-page-sidebar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
	#qodef-page-sidebar {
		margin-top: 14px;
	}
}
.qodef-page-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 240px;
	background-color: #f1f3f5;
}
.qodef-page-title .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-page-title .qodef-m-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-page-title .qodef-m-title {
	margin: 0;
}
.widget {
	margin: 0 0 35px;
}
.widget:last-child {
	margin-bottom: 0 !important;
}
.widget .qodef-widget-title {
	margin: 0 0 16px;
}
.widget .qodef-widget-title a {
	color: inherit;
}
.widget .qodef-widget-title a:hover {
	color: #ee0d08;
}
.widget a {
	color: #747474;
}
.widget a:hover {
	color: #ee0d08;
}
.widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 10px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 10px;
	margin-left: 1em;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #747474;
	background-color: transparent;
	border: 1px solid #747474;
	border-radius: 0;
	outline: 0;
}
.widget.widget_archive .select2,
.widget.widget_categories .select2,
.widget.widget_text .select2 {
	margin-bottom: 0;
}
.widget.widget_categories li:hover {
	color: #ee0d08;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget.widget_categories li:hover a {
	color: #ee0d08;
}
.widget.widget_calendar {
	width: 100%;
}
.widget.widget_calendar table {
	table-layout: fixed;
}
.widget.widget_calendar table td {
	text-align: center;
}
.widget.widget_calendar #today {
	color: #11f2f7;
	background-color: #ee0d08;
}
.widget.widget_calendar #today a {
	color: inherit;
}
.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
	border: 0;
}
.widget.widget_calendar tfoot a {
	color: #747474;
}
.widget.widget_calendar tfoot a:hover {
	color: #ee0d08;
}
.widget.widget_text img {
	display: block;
}
.widget.widget_rss ul li {
	margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_rss ul .rsswidget {
	display: block;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.08em;
}
.widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
.widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
.widget.widget_search .qodef-widget-title {
	margin-bottom: 24px;
}
.widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
.widget.widget_search .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
.widget.widget_search button,
.widget.widget_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
.widget.widget_search input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: transparent;
}
.widget.widget_search input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget.widget_search button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
.widget.widget_search button svg path {
	fill: #fff;
}
.widget.widget_search button:hover {
	background-color: #101010;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
footer#qodef-page-footer .widget.widget_search button:hover path {
	fill: #101010;
}
.widget.widget_tag_cloud .tagcloud {
	margin-top: 26px;
}
.widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 5px 15px 4px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
.widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
.widget.widget_media_image {
	margin-bottom: 0;
}
.widget.widget_media_image .qodef-widget-title {
	margin-bottom: 24px;
}
.widget.widget_media_image a,
.widget.widget_media_image img {
	display: block;
}
.widget.widget_nav_menu div > ul > li {
	margin-bottom: 16px !important;
	position: relative;
}
.widget.widget_nav_menu div > ul > li:hover {
	color: #ee0d08;
}
.widget.widget_nav_menu div > ul > li:before {
	content: "";
	position: relative;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	top: -2px;
	display: inline-block;
	background-color: #ee0d08;
}
.widget.widget_nav_menu div > ul > li > ul {
	margin-left: 30px;
}
.widget.widget_nav_menu div > ul > li > ul ul {
	margin-left: 10px;
}
.widget.widget_nav_menu ul li a {
	position: relative;
}
.widget.widget_nav_menu ul li a:hover {
	color: #fff;
}
.widget.widget_stal_core_icon_list_item .qodef-e-title a:hover {
	color: #fff;
}
.widget.widget_stal_core_blog_list .qodef-item-layout--simple {
	margin-top: 9px;
}
.widget.widget_stal_core_instagram_list .qodef-instagram-list {
	margin-top: 26px;
}
.widget.widget_rss ul .rsswidget {
	font-weight: 600;
	font-size: 16px;
}
#qodef-top-area .widget {
	margin: 0;
	color: #fff;
}
#qodef-top-area .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-top-area .widget .qodef-widget-title {
	margin: 0 0 16px;
	color: #fff;
}
#qodef-top-area .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-top-area .widget .qodef-widget-title a:hover {
	color: #fff;
}
#qodef-top-area .widget a {
	color: #fff;
}
#qodef-top-area .widget a:hover {
	color: #fff;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 10px;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 10px;
	margin-left: 1em;
}
#qodef-top-area .widget.widget_archive select,
#qodef-top-area .widget.widget_categories select,
#qodef-top-area .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #747474;
	background-color: transparent;
	border: 1px solid #747474;
	border-radius: 0;
	outline: 0;
}
#qodef-top-area .widget.widget_archive .select2,
#qodef-top-area .widget.widget_categories .select2,
#qodef-top-area .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_categories li:hover {
	color: #ee0d08;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#qodef-top-area .widget.widget_categories li:hover a {
	color: #ee0d08;
}
#qodef-top-area .widget.widget_calendar {
	width: 100%;
}
#qodef-top-area .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-top-area .widget.widget_calendar table td {
	text-align: center;
}
#qodef-top-area .widget.widget_calendar #today {
	color: #000;
	background-color: #fff;
}
#qodef-top-area .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-top-area .widget.widget_calendar tfoot td,
#qodef-top-area .widget.widget_calendar tfoot tr {
	border: 0;
}
#qodef-top-area .widget.widget_calendar tfoot a {
	color: #fff;
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
	color: #fff;
}
#qodef-top-area .widget.widget_text img {
	display: block;
}
#qodef-top-area .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-top-area .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.08em;
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-top-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-top-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 24px;
}
#qodef-top-area .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
#qodef-top-area .widget.widget_search .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
#qodef-top-area .widget.widget_search button,
#qodef-top-area .widget.widget_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-top-area .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-top-area .widget.widget_search input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: transparent;
}
#qodef-top-area .widget.widget_search input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-top-area .widget.widget_search button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
#qodef-top-area .widget.widget_search button svg path {
	fill: #fff;
}
#qodef-top-area .widget.widget_search button:hover {
	background-color: #101010;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
footer#qodef-page-footer
	#qodef-top-area
	.widget.widget_search
	button:hover
	path {
	fill: #101010;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud {
	margin-top: 26px;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 5px 15px 4px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
#qodef-top-area .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 24px;
}
#qodef-top-area .widget.widget_media_image a,
#qodef-top-area .widget.widget_media_image img {
	display: block;
}
#qodef-top-area .widget.widget_nav_menu div > ul > li {
	margin-bottom: 16px !important;
	position: relative;
}
#qodef-top-area .widget.widget_nav_menu div > ul > li:hover {
	color: #ee0d08;
}
#qodef-top-area .widget.widget_nav_menu div > ul > li:before {
	content: "";
	position: relative;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	top: -2px;
	display: inline-block;
	background-color: #ee0d08;
}
#qodef-top-area .widget.widget_nav_menu div > ul > li > ul {
	margin-left: 30px;
}
#qodef-top-area .widget.widget_nav_menu div > ul > li > ul ul {
	margin-left: 10px;
}
#qodef-top-area .widget.widget_nav_menu ul li a {
	position: relative;
}
#qodef-top-area .widget.widget_nav_menu ul li a:hover {
	color: #fff;
}
#qodef-top-area .widget.widget_stal_core_icon_list_item .qodef-e-title a:hover {
	color: #fff;
}
#qodef-top-area .widget.widget_stal_core_blog_list .qodef-item-layout--simple {
	margin-top: 9px;
}
#qodef-top-area .widget.widget_stal_core_instagram_list .qodef-instagram-list {
	margin-top: 26px;
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
	font-weight: 600;
	font-size: 16px;
}
#qodef-page-footer .widget {
	margin: 0 0 35px;
	color: #ccc;
}
#qodef-page-footer .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-page-footer .widget .qodef-widget-title {
	margin: 0 0 26px;
	color: #fff;
}
#qodef-page-footer .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-page-footer .widget .qodef-widget-title a:hover {
	color: #ccc;
}
#qodef-page-footer .widget a {
	color: #ccc;
}
#qodef-page-footer .widget a:hover {
	color: #ccc;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 10px;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 10px;
	margin-left: 1em;
}
#qodef-page-footer .widget.widget_archive select,
#qodef-page-footer .widget.widget_categories select,
#qodef-page-footer .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	outline: 0;
}
#qodef-page-footer .widget.widget_archive .select2,
#qodef-page-footer .widget.widget_categories .select2,
#qodef-page-footer .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_categories li:hover {
	color: #ee0d08;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#qodef-page-footer .widget.widget_categories li:hover a {
	color: #ee0d08;
}
#qodef-page-footer .widget.widget_calendar {
	width: 100%;
}
#qodef-page-footer .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-page-footer .widget.widget_calendar table td {
	text-align: center;
}
#qodef-page-footer .widget.widget_calendar #today {
	color: #333;
	background-color: #ccc;
}
#qodef-page-footer .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-page-footer .widget.widget_calendar tfoot td,
#qodef-page-footer .widget.widget_calendar tfoot tr {
	border: 0;
}
#qodef-page-footer .widget.widget_calendar tfoot a {
	color: #ccc;
}
#qodef-page-footer .widget.widget_calendar tfoot a:hover {
	color: #ccc;
}
#qodef-page-footer .widget.widget_text img {
	display: block;
}
#qodef-page-footer .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-page-footer .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.08em;
}
#qodef-page-footer .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_search .qodef-widget-title {
	margin-bottom: 34px;
}
#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
#qodef-page-footer .widget.widget_search .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
#qodef-page-footer .widget.widget_search button,
#qodef-page-footer .widget.widget_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-footer .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-page-footer .widget.widget_search input:focus {
	color: #fff;
	background-color: transparent;
	border-color: #ee0d08;
}
#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_search button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
#qodef-page-footer .widget.widget_search button svg path {
	fill: #fff;
}
#qodef-page-footer .widget.widget_search button:hover {
	background-color: #fff;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
footer#qodef-page-footer
	#qodef-page-footer
	.widget.widget_search
	button:hover
	path {
	fill: #101010;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud {
	margin-top: 26px;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 5px 15px 4px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
#qodef-page-footer .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 34px;
}
#qodef-page-footer .widget.widget_media_image a,
#qodef-page-footer .widget.widget_media_image img {
	display: block;
}
#qodef-page-footer .widget.widget_nav_menu div > ul > li {
	margin-bottom: 16px !important;
	position: relative;
}
#qodef-page-footer .widget.widget_nav_menu div > ul > li:hover {
	color: #ee0d08;
}
#qodef-page-footer .widget.widget_nav_menu div > ul > li:before {
	content: "";
	position: relative;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	top: -2px;
	display: inline-block;
	background-color: #ee0d08;
}
#qodef-page-footer .widget.widget_nav_menu div > ul > li > ul {
	margin-left: 30px;
}
#qodef-page-footer .widget.widget_nav_menu div > ul > li > ul ul {
	margin-left: 10px;
}
#qodef-page-footer .widget.widget_nav_menu ul li a {
	position: relative;
}
#qodef-page-footer .widget.widget_nav_menu ul li a:hover {
	color: #fff;
}
#qodef-page-footer
	.widget.widget_stal_core_icon_list_item
	.qodef-e-title
	a:hover {
	color: #fff;
}
#qodef-page-footer
	.widget.widget_stal_core_blog_list
	.qodef-item-layout--simple {
	margin-top: 9px;
}
#qodef-page-footer
	.widget.widget_stal_core_instagram_list
	.qodef-instagram-list {
	margin-top: 26px;
}
#qodef-page-footer .widget.widget_rss ul .rsswidget {
	font-weight: 600;
	font-size: 16px;
}
#qodef-side-area .widget {
	margin: 0 0 35px;
}
#qodef-side-area .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-side-area .widget .qodef-widget-title {
	margin: 0 0 16px;
}
#qodef-side-area .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-side-area .widget .qodef-widget-title a:hover {
	color: #ee0d08;
}
#qodef-side-area .widget a {
	color: #747474;
}
#qodef-side-area .widget a:hover {
	color: #ee0d08;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 10px;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 10px;
	margin-left: 1em;
}
#qodef-side-area .widget.widget_archive select,
#qodef-side-area .widget.widget_categories select,
#qodef-side-area .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #747474;
	background-color: transparent;
	border: 1px solid #747474;
	border-radius: 0;
	outline: 0;
}
#qodef-side-area .widget.widget_archive .select2,
#qodef-side-area .widget.widget_categories .select2,
#qodef-side-area .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_categories li:hover {
	color: #ee0d08;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#qodef-side-area .widget.widget_categories li:hover a {
	color: #ee0d08;
}
#qodef-side-area .widget.widget_calendar {
	width: 100%;
}
#qodef-side-area .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-side-area .widget.widget_calendar table td {
	text-align: center;
}
#qodef-side-area .widget.widget_calendar #today {
	color: #11f2f7;
	background-color: #ee0d08;
}
#qodef-side-area .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-side-area .widget.widget_calendar tfoot td,
#qodef-side-area .widget.widget_calendar tfoot tr {
	border: 0;
}
#qodef-side-area .widget.widget_calendar tfoot a {
	color: #747474;
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
	color: #ee0d08;
}
#qodef-side-area .widget.widget_text img {
	display: block;
}
#qodef-side-area .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-side-area .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.08em;
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-side-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-side-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 24px;
}
#qodef-side-area .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
#qodef-side-area .widget.widget_search .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
#qodef-side-area .widget.widget_search button,
#qodef-side-area .widget.widget_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-side-area .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-side-area .widget.widget_search input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: transparent;
}
#qodef-side-area .widget.widget_search input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-side-area .widget.widget_search button svg {
	display: block;
	line-height: inherit;
	width: 19px;
	height: 19px;
	margin: auto;
}
#qodef-side-area .widget.widget_search button svg path {
	fill: #fff;
}
#qodef-side-area .widget.widget_search button:hover {
	background-color: #101010;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
footer#qodef-page-footer
	#qodef-side-area
	.widget.widget_search
	button:hover
	path {
	fill: #101010;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud {
	margin-top: 26px;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 5px 15px 4px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
#qodef-side-area .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 24px;
}
#qodef-side-area .widget.widget_media_image a,
#qodef-side-area .widget.widget_media_image img {
	display: block;
}
#qodef-side-area .widget.widget_nav_menu div > ul > li {
	margin-bottom: 16px !important;
	position: relative;
}
#qodef-side-area .widget.widget_nav_menu div > ul > li:hover {
	color: #ee0d08;
}
#qodef-side-area .widget.widget_nav_menu div > ul > li:before {
	content: "";
	position: relative;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	top: -2px;
	display: inline-block;
	background-color: #ee0d08;
}
#qodef-side-area .widget.widget_nav_menu div > ul > li > ul {
	margin-left: 30px;
}
#qodef-side-area .widget.widget_nav_menu div > ul > li > ul ul {
	margin-left: 10px;
}
#qodef-side-area .widget.widget_nav_menu ul li a {
	position: relative;
}
#qodef-side-area .widget.widget_nav_menu ul li a:hover {
	color: #fff;
}
#qodef-side-area
	.widget.widget_stal_core_icon_list_item
	.qodef-e-title
	a:hover {
	color: #fff;
}
#qodef-side-area .widget.widget_stal_core_blog_list .qodef-item-layout--simple {
	margin-top: 9px;
}
#qodef-side-area .widget.widget_stal_core_instagram_list .qodef-instagram-list {
	margin-top: 26px;
}
#qodef-side-area .widget.widget_rss ul .rsswidget {
	font-weight: 600;
	font-size: 16px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="search"]::-ms-clear {
	display: none;
}
input[type="text"]::-ms-clear {
	display: none;
}
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background-color: #ee0d08;
	z-index: 5;
	width: 48px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	text-transform: uppercase;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock {
	background-color: #0e2937;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale {
	background-color: #7f9aaa;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale ~ .qodef-new,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale ~ .qodef-new {
	margin-left: 58px;
}
#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
	margin: 0;
}
#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #101010;
	color: #ee0d08;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
#qodef-woo-page .price,
.qodef-woo-shortcode .price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	margin: 11px 0 0;
	color: #101010;
	letter-spacing: 0.02em;
}
#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
	margin-right: 10px;
	text-decoration: none;
}
#qodef-woo-page .price del .amount:after,
.qodef-woo-shortcode .price del .amount:after {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
	text-decoration: none;
}
#qodef-woo-page .price ins .amount:after,
.qodef-woo-shortcode .price ins .amount:after {
	bottom: 2px !important;
}
#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	cursor: pointer;
	z-index: 3;
	padding: 9px 34px 11px 29px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
	position: relative;
}
#qodef-woo-page .added_to_cart:hover,
#qodef-woo-page .button:hover,
.qodef-woo-shortcode .added_to_cart:hover,
.qodef-woo-shortcode .button:hover {
	color: #fff;
	background-color: #101010;
}
#qodef-woo-page .added_to_cart:after,
#qodef-woo-page .button:after,
.qodef-woo-shortcode .added_to_cart:after,
.qodef-woo-shortcode .button:after {
	content: "";
	height: 1px;
	width: 61px;
	position: relative;
	background-color: currentColor;
	display: inline-block;
	left: 22px;
	top: -4px;
	margin-right: 22px;
}
#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
	display: none;
}
#qodef-woo-page .quantity {
	white-space: nowrap;
}
#qodef-woo-page .quantity input[type="number"] {
	width: 60px;
	margin: 0;
	padding: 12px 10px;
	text-align: center;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 30px 18px;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	position: relative;
}
@media only screen and (max-width: 680px) {
	.woocommerce-page div.woocommerce .woocommerce-error,
	.woocommerce-page div.woocommerce .woocommerce-info,
	.woocommerce-page div.woocommerce .woocommerce-message {
		line-height: 1.1em;
	}
}
.woocommerce-page div.woocommerce .woocommerce-error a,
.woocommerce-page div.woocommerce .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-message a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
@media only screen and (max-width: 680px) {
	.woocommerce-page div.woocommerce .woocommerce-error a,
	.woocommerce-page div.woocommerce .woocommerce-info a,
	.woocommerce-page div.woocommerce .woocommerce-message a {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 50px;
	}
}
.woocommerce-page div.woocommerce .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
	padding-left: 0;
}
.woocommerce-page div.woocommerce .shop_table th {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
.woocommerce-page div.woocommerce .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li label {
	margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table p {
	margin: 0;
}
.woocommerce-page div.woocommerce .col2-set {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -15px;
}
.woocommerce-page div.woocommerce .col2-set > * {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.woocommerce-page div.woocommerce address {
	font-style: normal;
}
.woocommerce-page div.woocommerce address p {
	margin: 0;
}
.woocommerce-page div.woocommerce form p {
	margin: 0;
}
.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--fs,
.woocommerce-page .pswp__button.pswp__button--zoom {
	background: 0 0 !important;
}
.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--fs:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before {
	border: 0;
	color: #fff;
	font-family: "font awesome 5 free";
	font-weight: 900;
	background: 0 0;
}
.woocommerce-page .pswp__button--arrow--left:before {
	font-size: 45px;
	content: "\f104";
}
.woocommerce-page .pswp__button--arrow--right:before {
	font-size: 45px;
	content: "\f105";
}
.woocommerce-page .pswp__button.pswp__button--close:before {
	font-size: 17px;
	content: "\f00d";
}
.woocommerce-page .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f00e";
}
.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f010";
}
.woocommerce-page .pswp__button.pswp__button--fs:before {
	font-size: 17px;
	content: "\f0b2";
}
.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
	font-family: inherit;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
#qodef-woo-page.qodef--cart .shop_table td {
	line-height: 1em;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
	width: 30px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
	font-size: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
	width: 72px;
	padding-right: 10px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
	display: block;
	width: 100%;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name {
	text-align: left;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 15px;
	line-height: 1.08em;
}
#qodef-woo-page.qodef--cart
	.shop_table
	td.product-quantity
	input[type="number"] {
	margin: 0;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--cart .shop_table td.product-price,
	#qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
		font-size: 13px;
	}
}
#qodef-woo-page.qodef--cart .shop_table td.actions {
	padding: 30px 0 0;
	text-align: initial;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70%;
	float: left;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
	display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
	width: auto;
	margin-right: 20px;
	line-height: 35px;
}
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
		margin-bottom: 20px;
	}
}
#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
	float: right;
	max-width: 30%;
	white-space: nowrap;
}
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
		max-width: 100%;
		float: left;
		margin-top: 20px;
	}
}
#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
	border-bottom: 0;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
	width: 20%;
}
#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
	margin-top: 60px;
}
#qodef-woo-page.qodef--cart .cart_totals > h2,
#qodef-woo-page.qodef--cart .cross-sells > h2 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 32px;
	line-height: 1.1em;
	margin: 0 0 20px;
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
	width: auto;
	min-width: 100%;
	margin: 0;
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
	margin-top: 30px;
}
.woocommerce-page div.woocommerce > .cart-empty {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 32px;
	line-height: 1.1em;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}
.woocommerce-page div.woocommerce > .return-to-shop {
	margin: 20px 0 0;
	text-align: center;
}
.woocommerce-page div.woocommerce > .return-to-shop a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	cursor: pointer;
	z-index: 3;
	padding: 9px 34px 11px 29px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
}
.woocommerce-page div.woocommerce > .return-to-shop a:hover {
	color: #fff;
	background-color: #101010;
}
#qodef-woo-page.qodef--checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
	margin-bottom: 10px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
	margin-top: 40px;
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
	margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout #order_review_heading {
	margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
	margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
	margin-top: 30px;
}
#qodef-woo-page.qodef--checkout
	.woocommerce-checkout-payment
	.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 31px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
	margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	padding-left: 25px;
	padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
	#qodef-woo-page.qodef--checkout .wc_payment_methods li {
		line-height: 1.4em;
	}
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
	position: absolute;
	top: 22px;
	left: 0;
	margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	float: left;
	padding-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ee0d08;
}
.woocommerce-account .woocommerce-MyAccount-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	float: left;
}
.woocommerce-account .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	cursor: pointer;
	z-index: 3;
	padding: 9px 34px 11px 29px;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
}
.woocommerce-account .button:hover {
	color: #fff;
	background-color: #101010;
}
.woocommerce-account .woocommerce-form-login {
	max-width: 800px;
}
.woocommerce-account
	.woocommerce-form-login
	.woocommerce-form__label-for-checkbox {
	display: inline-block;
	margin-bottom: 0;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
	margin-top: 10px;
}
.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.woocommerce-account
	.woocommerce-form-login
	.form-row:not(.form-row-wide)
	.button {
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	display: none;
}
.woocommerce-order-received
	.woocommerce-order
	.woocommerce-thankyou-order-received {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 32px;
	line-height: 1.1em;
	margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.woocommerce-order-received
	.woocommerce-order
	.woocommerce-order-overview
	li
	p {
	margin: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
	margin-top: 40px;
}
.woocommerce-order-received .woocommerce-order h2 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 32px;
	line-height: 1.1em;
	margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-top: 50px;
}
#qodef-woo-page .woocommerce-pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0 65px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
	#qodef-woo-page .woocommerce-pagination {
		margin-bottom: 79px;
	}
}
#qodef-woo-page .woocommerce-pagination .page-numbers {
	position: relative;
	margin: 0 17px;
	font-family: Muli, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--number-1 {
	margin-left: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ee0d08;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
	display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	position: relative;
	top: 3px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
	width: 32px;
	height: 15px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg:hover path,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg:hover path {
	fill: #ee0d08;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after {
	display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	margin-right: 33px;
	margin-left: -5px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
	margin-left: 33px;
	margin-right: -5px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
	color: #ee0d08;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current:after,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover:after {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.qodef-woo-product-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-list ul.products {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	clear: both;
}
.qodef-woo-product-list ul.products > .product {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-woo-product-list ul.products.columns-1 > .product {
	width: 100%;
}
.qodef-woo-product-list ul.products.columns-2 > .product {
	width: 50%;
}
.qodef-woo-product-list ul.products.columns-3 > .product {
	width: 33.33333%;
}
.qodef-woo-product-list ul.products.columns-4 > .product {
	width: 25%;
}
.qodef-woo-product-list ul.products.columns-5 > .product {
	width: 20%;
}
.qodef-woo-product-list ul.products.columns-6 > .product {
	width: 16.66667%;
}
.qodef-woo-product-list ul.products.columns-7 > .product {
	width: 14.28571%;
}
.qodef-woo-product-list ul.products.columns-8 > .product {
	width: 12.5%;
}
.qodef-woo-product-list.qodef-gutter--no ul.products {
	margin: 0;
}
.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
	padding: 0;
	margin: 0;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products {
	margin: 0 -5px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products {
	margin: 0 -10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products {
	margin: 0 -15px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products {
	margin: 0 -20px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products {
	margin: 0 -25px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products {
	margin: 0 -40px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
	padding: 0 40px;
	margin: 0 0 80px;
}
.qodef-woo-product-list .qodef-woo-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
	cursor: pointer;
}
.qodef-woo-product-list
	.qodef-woo-product-inner:hover
	.qodef-woo-product-image-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.qodef-woo-product-list
	.qodef-woo-product-inner:hover
	.qodef-woo-product-title {
	color: #ee0d08;
}
.qodef-woo-product-list .qodef-woo-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
}
.qodef-woo-product-list .qodef-woo-product-image img {
	display: block;
	width: 100%;
}
.qodef-woo-product-list .qodef-woo-product-image-inner {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	z-index: 10;
	width: auto;
	height: auto;
}
.qodef-woo-product-list .qodef-woo-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 25px 0 30px;
}
.qodef-woo-product-list .qodef-woo-product-title {
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	line-height: 1.2em;
}
.qodef-woo-product-list .qodef-woo-product-categories {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-list .qodef-woo-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ee0d08;
	z-index: 3;
	letter-spacing: 0.045em;
}
.qodef-woo-product-list .qodef-woo-product-categories a:hover {
	color: #101010;
}
.qodef-woo-product-list
	.qodef-woo-product-categories
	.qodef-category-separator {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	font-size: 12px;
}
.qodef-woo-product-list
	.qodef-woo-product-categories
	.qodef-category-separator:after {
	content: "/";
}
.qodef-woo-product-list .qodef-woo-ratings {
	margin-top: 9px;
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#qodef-woo-page .qodef-quantity-buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-family: inherit;
	font-weight: 400;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
	position: relative;
	height: 65px;
	width: 65px;
	padding: 0;
	margin: 0 33px 0 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 58px;
	outline: 0;
	color: #101010;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
		height: 45px;
		margin-right: 23px;
		width: 45px;
		line-height: 45px;
	}
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	position: absolute;
	right: 0;
	width: 33px;
	height: 33px;
	line-height: 26px;
	border-left: 0;
	cursor: pointer;
	color: #fff;
	background-color: #101010;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus svg,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus svg {
	width: 14px;
	height: 9px;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus svg path,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus svg path {
	fill: #fff;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
	#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
		width: 23px;
		height: 23px;
		line-height: 20px;
	}
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
	background-color: #ee0d08;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	top: 0;
	border-bottom: 0;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
	bottom: 0;
}
.qodef-woo-results {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 34px;
}
.qodef-woo-results .woocommerce-result-count {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.qodef-woo-results .woocommerce-ordering {
	margin-left: auto;
}
.qodef-woo-results .woocommerce-ordering select {
	width: auto;
	min-width: 220px;
	margin: 0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
	margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 30px 18px;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	position: relative;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-error,
	#qodef-woo-page.qodef--single .woocommerce-info,
	#qodef-woo-page.qodef--single .woocommerce-message {
		line-height: 1.1em;
	}
}
#qodef-woo-page.qodef--single .woocommerce-error a,
#qodef-woo-page.qodef--single .woocommerce-info a,
#qodef-woo-page.qodef--single .woocommerce-message a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-error a,
	#qodef-woo-page.qodef--single .woocommerce-info a,
	#qodef-woo-page.qodef--single .woocommerce-message a {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-error,
	#qodef-woo-page.qodef--single .woocommerce-info,
	#qodef-woo-page.qodef--single .woocommerce-message {
		line-height: 1.3em;
	}
}
#qodef-woo-page.qodef--single > .product {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -20px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
	padding: 0 20px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 13px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
	left: 30px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
	cursor: crosshair;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
	position: relative;
	margin: 0 -8px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
	display: block;
	width: 100%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery
	figure
	> .woocommerce-product-gallery__image {
	position: relative;
	width: calc(100% - 16px) !important;
	margin: 0 8px;
	overflow: hidden;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery
	figure
	> .qodef-woo-thumbnails-wrapper
	.woocommerce-product-gallery__image {
	position: relative;
	padding: 0 8px;
	margin-top: 16px;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery
	.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 10;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-1
	.woocommerce-product-gallery__image {
	width: 100%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-2
	.woocommerce-product-gallery__image {
	width: 50%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
	.woocommerce-product-gallery__image {
	width: 33.33333%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-4
	.woocommerce-product-gallery__image {
	width: 25%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
	.woocommerce-product-gallery__image {
	width: 20%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-6
	.woocommerce-product-gallery__image {
	width: 16.66667%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-7
	.woocommerce-product-gallery__image {
	width: 14.28571%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.woocommerce-product-gallery--columns-8
	.woocommerce-product-gallery__image {
	width: 12.5%;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	.woocommerce-product-gallery__trigger {
	left: calc(27% + 10px);
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure
	a,
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure
	img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure
	> .woocommerce-product-gallery__image {
	width: calc(100% - 27%) !important;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure
	> .qodef-woo-thumbnails-wrapper {
	width: 27%;
}
@media screen and (min-width: 681px) {
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 100%;
	}
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--left
	figure
	> .qodef-woo-thumbnails-wrapper
	.woocommerce-product-gallery__image:first-child {
	margin-top: 0;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-gallery.qodef-position--below
	figure
	> .qodef-woo-thumbnails-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .entry-summary {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 17px;
}
#qodef-woo-page.qodef--single .entry-summary .price {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 400;
}
#qodef-woo-page.qodef--single .entry-summary .price .amount {
	position: relative;
}
#qodef-woo-page.qodef--single .entry-summary .price .amount:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
}
#qodef-woo-page.qodef--single .entry-summary .button {
	padding: 15px 33px 18px 30px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 13px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
	margin-right: 29px;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-rating
	.woocommerce-review-link {
	color: #101010;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-rating
	.woocommerce-review-link:hover {
	color: #101010;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	margin-top: 24px;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-details__short-description
	p {
	margin-top: 0;
	font-size: 19px;
	max-width: 500px;
}
#qodef-woo-page.qodef--single
	.woocommerce-product-details__short-description
	p:last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}
#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single form.cart .variations_button,
	#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
		display: block;
	}
}
#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
	margin-right: 30px;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
	#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
		margin-bottom: 30px;
	}
}
#qodef-woo-page.qodef--single form.cart.grouped_form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	border: none;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr {
	border: none;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
	margin-bottom: 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
	margin-top: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations {
	margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations tr {
	border-bottom: 0;
	border: none;
}
#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
	padding: 0;
	text-align: initial;
	vertical-align: middle;
	border: none;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single form.cart .variations td {
		display: block;
		margin-top: 10px;
	}
}
#qodef-woo-page.qodef--single form.cart .variations label {
	margin-bottom: 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-woo-page.qodef--single form.cart .variations select {
	width: auto;
	min-width: 220px;
	margin: 0;
}
#qodef-woo-page.qodef--single
	form.cart
	.variations
	.select2-container--default {
	margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 15px;
}
#qodef-woo-page.qodef--single form.cart .single_variation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .single_variation .price {
	margin: 0;
}
#qodef-woo-page.qodef--single .out-of-stock {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	margin: 28px 0 0;
}
#qodef-woo-page.qodef--single .product_meta {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 60px;
}
#qodef-woo-page.qodef--single .product_meta > * {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7px;
}
#qodef-woo-page.qodef--single .product_meta > :last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	line-height: inherit !important;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
	padding-top: 3px;
	color: #101010;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
#qodef-woo-page.qodef--single .qodef-social-share {
	margin-top: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 80px;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs {
		margin-top: 120px;
	}
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	margin: 0;
	padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	display: block;
	padding: 15px 34px 17px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2em;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
		padding: 15px 10px 17px;
	}
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover {
	color: #ee0d08;
	background-color: #f1f3f5;
	border-color: transparent;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
	margin-right: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a {
	color: #ee0d08;
	background-color: #f1f3f5;
	border-color: transparent;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 33px;
}
#qodef-woo-page.qodef--single
	.woocommerce-tabs
	.wc-tab.woocommerce-Tabs-panel--additional_information {
	margin-top: 45px;
}
#qodef-woo-page.qodef--single
	.woocommerce-tabs
	.wc-tab.woocommerce-Tabs-panel--reviews {
	margin-top: 37px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
	display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .elementor-text-editor {
	font-size: 19px;
	line-height: 1.625em;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
	margin: 0;
	font-size: 19px;
}
#qodef-woo-page.qodef--single
	.woocommerce-tabs
	.wc-tab
	p.comment-form-cookies-consent {
	margin-bottom: 20px;
}
#qodef-woo-page.qodef--single
	.woocommerce-tabs
	.wc-tab
	p.comment-form-cookies-consent
	input {
	margin-left: 0;
	display: inline;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-notes {
	margin-bottom: 15px;
}
#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
	padding: 15px 0 15px 34px;
	vertical-align: middle;
	text-align: left;
}
#qodef-woo-page.qodef--single .shop_attributes th {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-woo-page.qodef--single .shop_attributes td {
	font-size: 13px;
	font-weight: 400;
	color: #101010;
	text-transform: uppercase;
}
#qodef-woo-page.qodef--single .shop_attributes p {
	margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0 0 14px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
	margin: 0 0 30px;
	padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > :last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px;
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
		display: none;
	}
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
	padding-top: 2px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-woo-page.qodef--single #review_form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 32px;
	width: 65%;
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
	display: block;
	margin-bottom: 14px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
	margin-bottom: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
	line-height: 1;
	margin-bottom: 35px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
	line-height: inherit;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 0;
	color: transparent;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	z-index: -1;
	content: "\f4b2";
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #ee0d08;
	font-family: Ionicons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not([class*="stal-core"])
	#qodef-woo-page.qodef--single
	#review_form
	.comment-form-rating
	a:before {
	content: "\2606";
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "\f384\f384\f384\f384\f384";
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #ee0d08;
	font-family: Ionicons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.18em;
}
body:not([class*="stal-core"])
	#qodef-woo-page.qodef--single
	#review_form
	.comment-form-rating
	a.active:after {
	content: "\2605\2605\2605\2605\2605";
	letter-spacing: 0.1em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
	margin-top: 17px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment textarea {
	height: 80px;
}
#qodef-woo-page.qodef--single .related {
	margin-top: 85px;
}
#qodef-woo-page.qodef--single .related > h2 {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 25px;
	line-height: 1.2em;
}
.widget.woocommerce .qodef-woo-product-title {
	margin: 0;
}
.widget.woocommerce .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #101010;
	color: #ee0d08;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.widget.woocommerce .price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	margin: 11px 0 0;
	color: #101010;
}
.widget.woocommerce .price del {
	margin-right: 10px;
	text-decoration: none;
}
.widget.woocommerce .price del .amount:after {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget.woocommerce .price ins {
	text-decoration: none;
}
.widget.woocommerce .price ins .amount:after {
	bottom: 2px !important;
}
.widget.woocommerce .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	cursor: pointer;
	z-index: 3;
	padding: 9px 34px 11px 29px;
	color: #ee0d08;
	background-color: transparent;
	border: 2px solid #ee0d08;
}
.widget.woocommerce .button:hover {
	color: #fff;
	background-color: #ee0d08;
	border-color: #ee0d08;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative;
}
.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li
	a:not(.remove) {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25em;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: ElegantIcons;
	content: "\4d";
	font-size: 18px;
	line-height: 25px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
	margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 21px 0 0;
}
.widget.widget_layered_nav ul li.chosen a {
	color: #ee0d08;
}
.widget.widget_price_filter .price_slider_wrapper {
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #e5e5e5;
	border-radius: 0;
	cursor: pointer;
}
.widget.widget_price_filter
	.price_slider_wrapper
	.ui-widget-content
	.ui-slider-handle {
	position: absolute;
	top: -3px;
	height: 8px;
	width: 2px;
	background-color: #ee0d08;
	border-radius: 100%;
	outline: 0;
	z-index: 2;
}
.widget.widget_price_filter
	.price_slider_wrapper
	.ui-widget-content
	.ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #ee0d08;
	border-radius: 0;
	z-index: 1;
}
.widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 19px 0 0;
}
.widget.widget_price_filter .price_slider_amount .button {
	position: relative;
	border: none;
	padding: 0;
	color: #101010;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
	background-color: transparent;
}
.widget.widget_price_filter .price_slider_amount .button:after {
	content: "";
	height: 1px;
	width: 61px;
	position: relative;
	background-color: currentColor;
	display: inline-block;
	left: 15px;
	top: -4px;
	margin-right: 22px;
}
.widget.widget_price_filter .price_slider_amount .price_label {
	text-transform: uppercase;
	color: #101010;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}
.widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #747474;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
}
.widget.widget_product_categories ul li > a:hover {
	color: #ee0d08;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget.widget_product_categories ul li > a:hover ~ span {
	color: #ee0d08;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget.widget_product_search .qodef-widget-title {
	margin-bottom: 24px;
}
.widget.widget_product_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
.widget.widget_product_search .qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
.widget.widget_product_search button,
.widget.widget_product_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.widget.widget_product_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
.widget.widget_product_search input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: transparent;
}
.widget.widget_product_search input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search input::placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget.widget_product_search button span {
	display: block;
	line-height: inherit;
}
.widget.widget_product_search button span:before {
	display: block;
	line-height: inherit;
}
.widget.widget_product_search button:hover {
	background-color: #101010;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget.widget_product_tag_cloud .tagcloud {
	padding-top: 11px;
}
.widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 4px 15px 5px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
.widget.widget_product_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
.widget.widget_products .qodef-widget-title,
.widget.widget_recently_viewed_products .qodef-widget-title,
.widget.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 26px;
}
.widget.widget_products ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_top_rated_products ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
}
.widget.widget_products ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_products .qodef-woo-product-content,
.widget.widget_recently_viewed_products .qodef-woo-product-content,
.widget.widget_top_rated_products .qodef-woo-product-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.widget.widget_products .qodef-woo-product-image,
.widget.widget_recently_viewed_products .qodef-woo-product-image,
.widget.widget_top_rated_products .qodef-woo-product-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.widget.widget_products .qodef-woo-product-image a,
.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image a,
.widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block;
}
.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 81px;
}
.widget.widget_products .qodef-woo-product-title a,
.widget.widget_recently_viewed_products .qodef-woo-product-title a,
.widget.widget_top_rated_products .qodef-woo-product-title a {
	color: inherit;
}
.widget.widget_products .qodef-woo-product-title a:hover,
.widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
.widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #ee0d08;
}
.widget.widget_products .price,
.widget.widget_recently_viewed_products .price,
.widget.widget_top_rated_products .price {
	margin: 0 0 9px;
	line-height: 1em;
}
.widget.widget_products .qodef-woo-ratings,
.widget.widget_recently_viewed_products .qodef-woo-ratings,
.widget.widget_top_rated_products .qodef-woo-ratings {
	display: none;
}
.widget.widget_top_rated_products .qodef-woo-product-title {
	font-size: 20px;
	line-height: 1.25em;
	text-transform: capitalize;
}
.widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px;
}
.widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_recent_reviews ul li > * {
	display: block;
	padding-left: 100px;
}
.widget.widget_recent_reviews a {
	position: relative;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
.widget.widget_recent_reviews a:hover {
	color: #ee0d08;
}
.widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li {
	position: relative;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li
	a:not(.remove) {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li
	img {
	width: 80px;
	margin-right: 20px;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li
	.remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	ul
	li
	.remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: ElegantIcons;
	content: "\4d";
	font-size: 18px;
	line-height: 25px;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.variation
	> * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.variation
	> *
	p {
	margin: 0;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.quantity {
	display: block;
	margin-top: 10px;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.total {
	margin: 13px 0 0;
}
#qodef-page-footer
	.widget.widget_shopping_cart
	.widget_shopping_cart_content
	.buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 21px 0 0;
}
#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
	color: #ee0d08;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper {
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_wrapper
	.ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #e5e5e5;
	border-radius: 0;
	cursor: pointer;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_wrapper
	.ui-widget-content
	.ui-slider-handle {
	position: absolute;
	top: -3px;
	height: 8px;
	width: 2px;
	background-color: #ee0d08;
	border-radius: 100%;
	outline: 0;
	z-index: 2;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_wrapper
	.ui-widget-content
	.ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #ee0d08;
	border-radius: 0;
	z-index: 1;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 19px 0 0;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
	position: relative;
	border: none;
	padding: 0;
	color: #101010;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_amount
	.button:hover {
	background-color: transparent;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_amount
	.button:after {
	content: "";
	height: 1px;
	width: 61px;
	position: relative;
	background-color: currentColor;
	display: inline-block;
	left: 15px;
	top: -4px;
	margin-right: 22px;
}
#qodef-page-footer
	.widget.widget_price_filter
	.price_slider_amount
	.price_label {
	text-transform: uppercase;
	color: #101010;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}
#qodef-page-footer .widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin: 8px 0 0;
	padding: 8px 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #747474;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: 0;
}
#qodef-page-footer .widget.widget_product_categories ul li > a:hover {
	color: #ee0d08;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_categories ul li > a:hover ~ span {
	color: #ee0d08;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
	margin-bottom: 24px;
}
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
#qodef-page-footer
	.widget.widget_product_search
	.qodef-search-form-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	background-color: #e1e1e1;
}
#qodef-page-footer .widget.widget_product_search button,
#qodef-page-footer .widget.widget_product_search input {
	height: 40px;
	padding: 8px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-footer .widget.widget_product_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 60px;
	font-size: 13px;
	color: #747474;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	font-weight: 400;
	text-transform: uppercase;
}
#qodef-page-footer .widget.widget_product_search input:focus {
	color: #101010;
	background-color: #f1f3f5;
	border-color: #ee0d08;
}
#qodef-page-footer
	.widget.widget_product_search
	input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_search button span {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_product_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_product_search button:hover {
	background-color: #101010;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud {
	padding-top: 11px;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 4px 15px 5px;
	font-family: inherit;
	font-size: 13px !important;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #747474;
	background-color: #f1f3f5;
	float: left;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #ee0d08;
}
#qodef-page-footer .widget.widget_products .qodef-widget-title,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer .widget.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 26px;
}
#qodef-page-footer .widget.widget_products ul li,
#qodef-page-footer .widget.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.widget_top_rated_products ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
}
#qodef-page-footer .widget.widget_products ul li:last-child,
#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,
#qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-content,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-content,
#qodef-page-footer
	.widget.widget_top_rated_products
	.qodef-woo-product-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-image,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-image
	a,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-image
	img,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,
#qodef-page-footer
	.widget.widget_top_rated_products
	.qodef-woo-product-image
	img {
	position: relative;
	display: block;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-image
	img,
#qodef-page-footer
	.widget.widget_top_rated_products
	.qodef-woo-product-image
	img {
	width: 81px;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-title
	a,
#qodef-page-footer
	.widget.widget_top_rated_products
	.qodef-woo-product-title
	a {
	color: inherit;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,
#qodef-page-footer
	.widget.widget_recently_viewed_products
	.qodef-woo-product-title
	a:hover,
#qodef-page-footer
	.widget.widget_top_rated_products
	.qodef-woo-product-title
	a:hover {
	color: #ee0d08;
}
#qodef-page-footer .widget.widget_products .price,
#qodef-page-footer .widget.widget_recently_viewed_products .price,
#qodef-page-footer .widget.widget_top_rated_products .price {
	margin: 0 0 9px;
	line-height: 1em;
}
#qodef-page-footer .widget.widget_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
	display: none;
}
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title {
	font-size: 20px;
	line-height: 1.25em;
	text-transform: capitalize;
}
#qodef-page-footer .widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_recent_reviews ul li > * {
	display: block;
	padding-left: 100px;
}
#qodef-page-footer .widget.widget_recent_reviews a {
	position: relative;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
#qodef-page-footer .widget.widget_recent_reviews a:hover {
	color: #ee0d08;
}
#qodef-page-footer .widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
	.qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (max-width: 800px) {
	.qodef-content-grid {
		width: 86%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-content-grid {
		width: 600px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-content-grid {
		width: 420px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-content-grid {
		width: 300px;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1440-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1366-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--1024-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--768-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--680-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 33.33333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 40%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 16.66667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 14.28571%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 28.57143%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-11 {
		width: 91.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-10 {
		width: 83.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-8 {
		width: 66.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-7 {
		width: 58.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-5 {
		width: 41.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-4 {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-2 {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template
		> .qodef-grid-inner
		> .qodef-grid-item.qodef--480-col-1 {
		width: 8.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		.qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
		> .qodef-grid-inner
		> .qodef-item--landscape {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) {
	h1 {
		font-size: 42px;
		line-height: 1.12em;
	}
	h2 {
		font-size: 34px;
		line-height: 1.1em;
	}
	h3 {
		font-size: 28px;
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 768px) {
	#qodef-404-page .qodef-search-form {
		width: 60%;
	}
}
@media screen and (max-width: 782px) {
	body.admin-bar:not([class*="stal-core"]) #qodef-404-page {
		min-height: calc(100vh - 116px);
	}
}
@media screen and (max-width: 767px) {
	#qodef-404-page {
		padding: 110px 40px 200px !important;
	}
	#qodef-404-page .qodef-search-form {
		width: 84%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog article .qodef-e-info .qodef-e-info-right {
		margin-top: 15px;
		text-align: right;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left {
		width: 100%;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown-opener {
		margin-left: 0;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown {
		right: auto !important;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li {
		width: 40px;
		right: auto;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(1) {
		left: 45px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(2) {
		left: 90px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(3) {
		left: 135px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(4) {
		left: 180px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(5) {
		left: 225px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(6) {
		left: 270px;
	}
	.qodef-blog
		article
		.qodef-e-info
		.qodef-e-info-right
		.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
		.qodef-social-share-dropdown
		li:nth-child(7) {
		left: 315px;
	}
	.qodef-blog article .qodef-e-info.qodef-info--bottom {
		display: inline-block;
	}
	.qodef-blog article.format-link .qodef-icon-elegant-icons {
		right: 12%;
		font-size: 120px;
	}
	.qodef-blog article .qodef-e-quote:before {
		right: 19%;
		font-size: 470px;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-comments {
		margin-bottom: 30px;
	}
	#qodef-page-comments .qodef-comment-item .qodef-e-image {
		width: 120px;
		height: 120px;
	}
}
@media only screen and (max-width: 768px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 0;
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
		margin-top: 23px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-m-filter .qodef-m-filter-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.qodef-m-filter .qodef-m-filter-item {
		margin: 0 16px;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-footer-top-area .qodef-content-full-width {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-footer-bottom-area .qodef-content-full-width {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-header {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-mobile-header {
		display: block;
	}
}
@media only screen and (max-width: 400px) {
	#qodef-page-mobile-header-inner {
		padding: 0;
		width: 300px;
		margin: 0 auto;
		position: static;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce-page div.woocommerce .col2-set {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--cart .shop_table th {
		font-size: 12px;
	}
	#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
		display: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
		display: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
		width: 100%;
		float: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
		float: none;
	}
	#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding-right: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 20%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-woo-product-list ul.products.columns-3 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-woo-product-list ul.products.columns-2 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-3 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-woo-product-list.qodef-gutter--huge ul.products {
		margin: 0 -25px;
	}
	.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
		padding: 0 25px;
		margin: 0 0 50px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-woo-results {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
.qodef-woo-results .woocommerce-ordering {
	margin-left: 0;
}
@media only screen and (max-width: 1024px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single .entry-summary {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.woocommerce-product-gallery--columns-4
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.woocommerce-product-gallery--columns-6
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.woocommerce-product-gallery--columns-7
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.woocommerce-product-gallery--columns-8
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		.woocommerce-product-gallery__trigger {
		left: 10px;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		figure {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		figure
		> .woocommerce-product-gallery__image {
		width: 100% !important;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		figure
		> .qodef-woo-thumbnails-wrapper {
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single
		.woocommerce-product-gallery.qodef-position--left
		figure
		> .qodef-woo-thumbnails-wrapper
		.woocommerce-product-gallery__image:first-child {
		margin-top: 16px !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
		margin: 0 0 27px;
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
		margin-bottom: 0;
	}
}
.stal-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
	font-family: "font awesome 5 free";
	font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
	font-family: "font awesome 5 brands";
	font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
#qodef-back-to-top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 25px;
	bottom: 25px;
	margin: 0;
	background-color: #ee0d08;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
}
#qodef-back-to-top:after,
#qodef-back-to-top:before {
	content: "";
	position: absolute;
	height: 0;
	width: 50%;
	background: #101010;
	z-index: 1;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#qodef-back-to-top:before {
	bottom: 0;
	left: 0;
	top: auto;
}
#qodef-back-to-top:after {
	top: 0;
	right: 0;
	bottom: auto;
}
#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}
#qodef-back-to-top:hover:before {
	height: 100%;
	top: 0;
	bottom: auto;
}
#qodef-back-to-top:hover:after {
	height: 100%;
	bottom: 0;
	top: auto;
}
#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
	-o-transition: opacity 0.15s ease, visibility 0s 0.15s;
	transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.qodef-blog.qodef-item-layout--compact
	article.has-post-thumbnail
	.qodef-e-media {
	margin: 0;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-content {
	background-color: #fff;
	padding: 21px 28px 18px;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--compact article .qodef-e-content {
		padding: 21px 23px 27px;
	}
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-info-date a {
	position: relative;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-info-date a:hover {
	color: #101010 !important;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-info-date:before {
	display: none;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-excerpt {
	margin-top: 10px;
	font-size: 16px;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-read-more {
	margin-top: 0;
}
.qodef-blog.qodef-item-layout--compact
	article
	.qodef-e-info.qodef-info--bottom {
	margin: 18px 0;
}
.qodef-blog.qodef-item-layout--compact.qodef-col-num--1
	article:not(:last-child)
	.qodef-e-info.qodef-info--bottom {
	margin-bottom: 18px;
}
.qodef-blog.qodef-item-layout--compact.qodef-col-num--1
	article:not(:last-child).format-link
	.qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--compact.qodef-col-num--1
	article:not(:last-child).format-quote
	.qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-e-link {
	background-color: #fff;
	padding: 115px 40px 111px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-icon-elegant-icons {
	right: 40px;
	font-size: 140px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-icon-linea-icons {
	right: 32px;
	top: 30px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote {
	background-color: #fff;
	padding: 92px 38px 94px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote:before {
	font-size: 540px;
}
.qodef-blog.qodef-item-layout--compact:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote-author-position {
	margin-top: 22px;
}
.qodef-blog.qodef-item-layout--metro {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro
	article
	.qodef-e-media-image.qodef--background {
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 40px 35px;
	background-color: rgba(16, 16, 16, 0.12);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
	z-index: 2;
}
.qodef-blog.qodef-item-layout--metro
	article.format-audio
	.qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro
	article.format-gallery
	.qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro
	article.format-video
	.qodef-e-media-image:after {
	position: absolute;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	content: "\45";
	font-family: ElegantIcons;
	font-size: 72px;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	speak: none;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
	border: 3px solid #fff;
}
.qodef-blog.qodef-item-layout--metro
	article.format-gallery
	.qodef-e-media-image:after {
	content: "\e006";
}
.qodef-blog.qodef-item-layout--metro
	article.format-video
	.qodef-e-media-image:after {
	content: "\45";
}
.qodef-blog.qodef-item-layout--metro
	article.format-audio
	.qodef-e-media-image:after {
	content: "\e027";
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
	padding: 83px 68px;
}
.qodef-blog.qodef-item-layout--metro
	article.format-link
	.qodef-icon-elegant-icons {
	right: 84px;
	font-size: 144px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
	padding: 83px 68px 87px;
}
.qodef-blog.qodef-item-layout--metro
	article.format-quote
	.qodef-e-quote:before {
	font-size: 582px;
}
.qodef-blog.qodef-item-layout--metro
	article.format-quote
	.qodef-e-quote-author {
	margin: 20px 0 4px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed
	article.format-link
	.qodef-e-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed
	article.format-quote
	.qodef-e-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--minimal
	article
	.qodef-e-info.qodef-info--bottom {
	margin-top: 5px;
}
.qodef-blog.qodef-item-layout--simple
	article.format-standard.has-post-thumbnail
	a:hover
	img {
	-webkit-transform: translateX(3px) scale(1.07);
	-ms-transform: translateX(3px) scale(1.07);
	transform: translateX(3px) scale(1.07);
}
.qodef-blog.qodef-item-layout--simple
	article.format-standard.has-post-thumbnail
	a
	img {
	-webkit-transform: translateX(0) scale(1.07);
	-ms-transform: translateX(0) scale(1.07);
	transform: translateX(0) scale(1.07);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-blog.qodef-item-layout--simple
	article
	.qodef-e-inner
	.qodef-e-info-item {
	line-height: 1em;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 81px;
	margin: 0 19px 0 0;
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: #101010;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: #ee0d08;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #747474;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a:hover {
	color: #101010;
}
.qodef-blog.qodef-item-layout--simple
	article
	.qodef-e-info-date
	a:hover:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	top: auto;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-blog.qodef-item-layout--standard-no-image .qodef-e-excerpt {
	margin-top: 14px;
}
.qodef-blog.qodef-item-layout--standard-no-image
	.qodef-e-info.qodef-info--bottom {
	margin-top: 3px;
	margin-bottom: 5px;
}
.qodef-blog.qodef-item-layout--standard-no-image .qodef-e-info-date a {
	position: relative;
}
.qodef-blog.qodef-item-layout--standard-no-image .qodef-e-info-date a:hover {
	color: #101010 !important;
}
.qodef-blog.qodef-item-layout--standard-no-image .qodef-e-info-date:before {
	display: none;
}
.qodef-blog.qodef-item-layout--standard-no-image.qodef-col-num--1
	article:not(:last-child)
	.qodef-e-info.qodef-info--bottom {
	margin-bottom: 21px;
}
.qodef-blog.qodef-item-layout--standard-no-image.qodef-col-num--1
	article:not(:last-child).format-link
	.qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard-no-image.qodef-col-num--1
	article:not(:last-child).format-quote
	.qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard-no-image:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-e-link {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard-no-image:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-icon-elegant-icons {
	right: 40px;
	font-size: 140px;
}
.qodef-blog.qodef-item-layout--standard-no-image:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard-no-image:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote:before {
	font-size: 540px;
}
.qodef-blog.qodef-item-layout--standard-simple
	.has-post-thumbnail
	.qodef-e-media {
	margin: 0 0 26px;
}
.qodef-blog.qodef-item-layout--standard-simple .qodef-e-info.qodef-info--top {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard-simple
	.qodef-e-info.qodef-info--bottom {
	margin-top: 7px;
}
.qodef-blog.qodef-item-layout--standard-simple .qodef-e-info-date a {
	position: relative;
}
.qodef-blog.qodef-item-layout--standard-simple .qodef-e-info-date a:hover {
	color: #101010;
}
.qodef-blog.qodef-item-layout--standard-simple
	.qodef-e-info-date
	a:hover:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-blog.qodef-item-layout--standard-simple .qodef-e-info-date a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	top: auto;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		background-color 0s ease,
		-webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-blog.qodef-item-layout--standard-simple .qodef-e-info-date:before {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--standard-simple .qodef-e-content {
		margin-bottom: 20px;
	}
}
.qodef-blog.qodef-item-layout--standard-simple.qodef-col-num--1
	article:not(:last-child)
	.qodef-e-info.qodef-info--bottom {
	margin-bottom: 21px;
}
.qodef-blog.qodef-item-layout--standard-simple.qodef-col-num--1
	article:not(:last-child).format-link
	.qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard-simple.qodef-col-num--1
	article:not(:last-child).format-quote
	.qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard-simple:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-e-link {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard-simple:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-icon-elegant-icons {
	right: 40px;
	font-size: 140px;
}
.qodef-blog.qodef-item-layout--standard-simple:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard-simple:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote:before {
	font-size: 540px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
	article:not(:last-child)
	.qodef-e-info.qodef-info--bottom {
	margin-bottom: 21px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
	article:not(:last-child).format-link
	.qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
	article:not(:last-child).format-quote
	.qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-e-link {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
	article.format-link
	.qodef-icon-elegant-icons {
	right: 40px;
	font-size: 140px;
}
.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
	article.format-quote
	.qodef-e-quote:before {
	font-size: 540px;
}
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 73px;
	margin-bottom: 94px;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1f3f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px 75px 23px 23px;
}
@media only screen and (max-width: 680px) {
	#qodef-author-info .qodef-m-inner {
		padding: 23px;
	}
}
#qodef-author-info .qodef-m-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 28px;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
	display: block;
}
#qodef-author-info .qodef-m-author-position {
	color: #ee0d08;
	margin: 0;
}
#qodef-author-info .qodef-m-author {
	margin: 4px 0 0;
}
#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
	margin: 17px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
	margin-top: 20px;
}
#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	background-color: #ee0d08;
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	margin-right: 4px;
}
#qodef-author-info .qodef-m-social-icons a:hover {
	background-color: #c60400;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0;
}
#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px;
}
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 41px 0 43px;
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation {
		margin-top: 45px;
	}
}
#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-inner:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	width: calc(100% - 344px);
	height: 1px;
	background-color: #e7e7e7;
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation .qodef-m-inner:after {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation .qodef-blog-single-nav-thumbnail {
		display: none !important;
	}
}
#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-linea-icons,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-linea-icons {
	font-size: 30px;
	padding: 10px 30px;
	background-color: #101010;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	color: #fff;
	height: 82px;
	line-height: 72px;
	width: 82px;
	text-indent: -5px;
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation
		.qodef-m-nav.qodef--next
		.qodef-icon-linea-icons,
	#qodef-single-post-navigation
		.qodef-m-nav.qodef--prev
		.qodef-icon-linea-icons {
		height: 62px;
		line-height: 52px;
		width: 62px;
		text-indent: -15px;
	}
}
#qodef-single-post-navigation
	.qodef-m-nav.qodef--next:hover
	.qodef-icon-linea-icons,
#qodef-single-post-navigation
	.qodef-m-nav.qodef--prev:hover
	.qodef-icon-linea-icons {
	background-color: #ee0d08;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: 0;
}
#qodef-single-post-navigation
	.qodef-m-nav.qodef--prev
	.qodef-icon-elegant-icons {
	margin-right: 4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	right: 0;
	margin-left: auto;
	text-align: right;
}
#qodef-single-post-navigation
	.qodef-m-nav.qodef--next
	.qodef-icon-elegant-icons {
	margin-left: 4px;
}
#qodef-single-post-navigation .qodef-icon-elegant-icons {
	font-size: 30px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #101010;
}
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-contact-form-7 textarea {
	padding-bottom: 40px;
}
.qodef-contact-form-7 .ajax-loader {
	position: absolute;
	right: -10px;
}
.qodef-fullscreen-menu-opener {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-fullscreen-menu-opener .qodef-open-icon {
	position: relative;
	visibility: visible;
}
.qodef-fullscreen-menu-opener .qodef-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack {
	font-size: 35px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack * {
	display: inline-block;
	line-height: inherit;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack :before {
	display: inline-block;
	line-height: inherit;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span {
	position: relative;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span > * {
	vertical-align: middle;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span path,
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span > * {
	fill: currentColor;
	stroke: currentColor;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ee0d08;
	color: #fff;
	padding: 0 27px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines {
	position: relative;
	display: block;
	width: 33px;
	height: 18px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: currentColor;
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-1 {
	top: 0;
	width: 3px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: 0;
	right: 0;
	left: auto;
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-3 {
	top: 8px;
	width: 27px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-4 {
	bottom: 0;
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	left: 30px;
	width: 3px;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line {
	width: 4px;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 14px;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	right: 0;
	left: auto;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-1 {
	top: 0;
	width: 3px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-2 {
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 6px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-4 {
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-1 {
	left: 29px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: calc(100% - 2px);
	-webkit-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 14px;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97)
		0.2s;
	transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-4 {
	left: 0;
	bottom: calc(100% - 2px);
	-webkit-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-5 {
	right: calc(100% - 4px);
}
.qodef-fullscreen-menu-opener .qodef-close-icon .qodef-lines .qodef-line {
	width: 4px !important;
}
.qodef-fullscreen-menu-opener
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-1 {
	left: 0;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-2 {
	-webkit-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 14px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97)
		0.2s;
	transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
.qodef-fullscreen-menu-opener
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-4 {
	-webkit-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-fullscreen-menu-opener
	.qodef-close-icon
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
	background-color: #fff;
}
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-line {
	background-color: #101010;
}
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack
	.qodef-side-area-opener-icon {
	color: #fff;
}
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
	.qodef-side-menu-icon
	path,
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
	.qodef-side-menu-icon
	> * {
	fill: #fff;
	stroke: #fff;
}
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
	background-color: #101010;
}
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
	.qodef-line {
	background-color: #fff;
}
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack
	.qodef-side-area-opener-icon {
	color: #000;
}
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
	.qodef-side-menu-icon
	path,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
	.qodef-side-menu-icon
	> * {
	fill: #000;
	stroke: #000;
}
.qodef-fullscreen-menu-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}
.qodef-fullscreen-menu-holder .qodef-fullscreen-menu-holder-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.qodef-fullscreen-menu-holder
	.qodef-fullscreen-menu-holder-inner
	> nav.qodef-fullscreen-menu {
	width: 68%;
}
.qodef-fullscreen-menu-holder .qodef-content-grid {
	height: 100%;
}
.qodef-fullscreen-menu-holder .qodef-content-grid nav.qodef-fullscreen-menu {
	width: 100%;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%);
	opacity: 0;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 19px 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 1.12em;
	padding: 0 9px;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
@media only screen and (min-width: 1025px) {
	.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover {
		color: #101010;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
		font-size: 27px;
		margin: 19px 0;
	}
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	a
	.qodef-menu-item-inner {
	position: relative;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	a
	.qodef-menu-item-inner:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	top: auto;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover {
	color: #101010;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	a:hover
	.qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li.current-menu-ancestor
	> a,
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li.current-menu-item
	> a {
	color: #101010;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li.current-menu-ancestor
	> a
	.qodef-menu-item-inner:before,
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul {
	padding: 0;
	margin: -3px 0 -10px;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul.sub-menu {
	display: none;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li.current-menu-ancestor
	> a
	.qodef-menu-item-inner,
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li.current-menu-ancestor
	> a
	.qodef-menu-item-inner:before,
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
	font-size: 15px;
	text-transform: none;
	margin: 8px 0;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li
	a
	.qodef-menu-item-inner {
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li
	a
	.qodef-menu-item-inner:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	opacity: 1;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a:hover {
	color: #ee0d08;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li
	a:hover
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li
	a:hover
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li ul li a {
	font-size: 16px;
}
.qodef-fullscreen-menu-holder
	nav.qodef-fullscreen-menu
	ul
	li
	ul
	li:last-child
	ul:last-child {
	padding-bottom: 0;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-open-icon {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-close-icon {
	visibility: visible;
}
.qodef-fullscreen-menu--opened
	.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
	color: #fff;
	background-color: #101010;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
	visibility: visible;
}
.qodef-fullscreen-menu--opened
	#qodef-page-header
	.qodef-header-logo-link
	img.qodef--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened
	#qodef-page-header
	.qodef-header-logo-link
	img.qodef--dark,
.qodef-fullscreen-menu--opened
	#qodef-page-header
	.qodef-header-logo-link
	img.qodef--main {
	opacity: 0;
}
@-webkit-keyframes fullscreen-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fullscreen-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@-webkit-keyframes fullscreen-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes fullscreen-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes fullscreen-menu-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%);
	}
}
@keyframes fullscreen-menu-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%);
	}
}
@-webkit-keyframes fullscreen-menu-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fullscreen-menu-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-holder {
	-webkit-animation: fullscreen-fade-in 0.25s linear both;
	animation: fullscreen-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-holder li {
	-webkit-animation: fullscreen-menu-in 0.5s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s;
	animation: fullscreen-menu-in 0.5s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(1) {
	-webkit-animation-delay: 30ms;
	animation-delay: 30ms;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(2) {
	-webkit-animation-delay: 60ms;
	animation-delay: 60ms;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(4) {
	-webkit-animation-delay: 0.12s;
	animation-delay: 0.12s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(5) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(6) {
	-webkit-animation-delay: 0.18s;
	animation-delay: 0.18s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(7) {
	-webkit-animation-delay: 0.21s;
	animation-delay: 0.21s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(8) {
	-webkit-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(9) {
	-webkit-animation-delay: 0.27s;
	animation-delay: 0.27s;
}
.qodef-fullscreen-menu-animate--in
	.qodef-fullscreen-menu-holder
	li:nth-child(10) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-holder {
	-webkit-animation: fullscreen-fade-out 0.25s linear both 0.15s;
	animation: fullscreen-fade-out 0.25s linear both 0.15s;
}
.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-holder li {
	-webkit-animation: fullscreen-menu-out 0.75s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: fullscreen-menu-out 0.75s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-header--light
	#qodef-page-header
	.qodef-header-navigation
	> ul:not(#qodef-sticky-navigation-menu)
	> li
	> a {
	color: #fff;
}
.qodef-header--dark
	#qodef-page-header
	.qodef-header-navigation
	> ul:not(#qodef-sticky-navigation-menu)
	> li
	> a {
	color: #000;
}
#qodef-page-header .qodef-widget-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 0 0 30px;
}
#qodef-page-header-inner.qodef-content-grid {
	padding: 0;
}
#qodef-page-header .qodef-header-logo-link.qodef-textual-logo {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
#qodef-page-header
	.qodef-header-logo-link.qodef-textual-logo.has-background-color
	.qodef-logo-text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 21px;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--light {
	opacity: 1;
}
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--dark,
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0;
}
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--dark {
	opacity: 1;
}
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--light,
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0;
}
.qodef-header--dark
	#qodef-page-header
	.qodef-header-logo-link.qodef-textual-logo.has-background-color
	.qodef-logo-text {
	background-color: #101010 !important;
	color: #fff !important;
}
.qodef-header--light
	#qodef-page-header
	.qodef-header-logo-link.qodef-textual-logo.has-background-color
	.qodef-logo-text {
	background-color: #ee0d08 !important;
	color: #fff !important;
}
#qodef-page-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}
.qodef-header--centered #qodef-page-header-inner .qodef-widget-holder-left {
	margin-right: auto;
}
.qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	margin: 0 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-divided--left,
.qodef-header--divided #qodef-page-header .qodef-divided--right {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-header--divided #qodef-page-header .qodef-divided--left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header-inner {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
	margin-right: 30px;
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--right
	#qodef-page-header-inner
	.qodef-header-navigation
	> ul
	> li:first-child {
	padding-left: 0;
}
.qodef-header-standard--center #qodef-page-header-inner > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.qodef-header-standard--center #qodef-page-header-inner > :last-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.qodef-header-standard--center
	#qodef-page-header-inner
	.qodef-header-navigation
	> ul
	> li:first-child {
	padding-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-left: 14px;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
	margin-left: auto;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
.qodef-header--vertical #qodef-page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 254px;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}
.qodef-header--vertical #qodef-page-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-header-navigation ul {
	display: block;
}
.qodef-header--vertical
	#qodef-page-header-inner
	.qodef-header-navigation
	ul
	> li {
	margin: 0;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
	display: block;
}
.qodef-header--vertical
	#qodef-page-header-inner
	.qodef-vertical-widget-holder
	.widget.widget_stal_core_icon {
	margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
	top: 32px;
	height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
	padding-left: 254px;
}
.qodef-header--vertical .qodef-header-vertical-navigation {
	margin: 58px 0 31px;
	padding: 0;
	z-index: 100;
	width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 0;
	font-size: 15px;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a
	.qodef-menu-item-inner {
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a
	.qodef-menu-item-inner:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	opacity: 1;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a:hover {
	color: #ee0d08;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a:hover
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a:hover
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a:hover
	.qodef-menu-arrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	a
	.qodef-menu-item-icon {
	margin-right: 5px;
	vertical-align: middle;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow {
	display: inline;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow:after {
	content: "\f3d1";
	position: absolute;
	font-family: Ionicons;
	font-size: 15px;
	top: 6px;
	right: 0;
	line-height: inherit;
	color: currentColor;
	z-index: -1;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-ancestor
	> a,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-item
	> a,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current_page_item
	> a {
	color: #ee0d08;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-ancestor
	> a
	.qodef-menu-item-inner,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current_page_item
	> a
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-ancestor
	> a
	.qodef-menu-item-inner:before,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner:before,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li.current_page_item
	> a
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li ul {
	padding: 6px 0;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	.qodef-drop-down-second {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	ul
	li
	.qodef-drop-down-second
	.qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	color: #101010;
	padding: 4px 0;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li
	> a
	.qodef-menu-item-inner {
	position: relative;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li
	> a
	.qodef-menu-item-inner:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
	color: #101010;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li
	> a:hover
	.qodef-menu-item-inner {
	padding-left: 0;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li
	> a:hover
	.qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-ancestor
	> a,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-item
	> a,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current_page_item
	> a {
	color: #101010;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-ancestor
	> a
	.qodef-menu-item-inner,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-item
	> a
	.qodef-menu-item-inner,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current_page_item
	> a
	.qodef-menu-item-inner {
	padding-left: 0;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-ancestor
	> a
	.qodef-menu-item-inner:before,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current-menu-item
	> a
	.qodef-menu-item-inner:before,
.qodef-header--vertical
	.qodef-header-vertical-navigation
	> ul
	> li.current_page_item
	> a
	.qodef-menu-item-inner:before {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--below
	ul
	li
	.qodef-drop-down-second {
	display: none;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--side
	.qodef-drop-down-second {
	position: absolute;
	top: 0;
	width: 100%;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--side
	.qodef-drop-down-second
	ul {
	position: absolute;
	top: -23px;
	left: calc(100% + 40px);
	width: 254px;
	background-color: #fff;
	padding: 25px 20px;
	margin-left: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--side
	.qodef-drop-down-second
	ul
	* {
	visibility: inherit;
	-webkit-transition: visibility 0.2s ease;
	-o-transition: visibility 0.2s ease;
	transition: visibility 0.2s ease;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--side
	.qodef-drop-down-second
	ul.qodef-float--open {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	z-index: 900;
}
.qodef-header--vertical
	.qodef-header-vertical-navigation.qodef-vertical-drop-down--side
	.qodef-drop-down-second
	ul
	ul {
	top: -25px;
	left: calc(100% + 20px);
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
	top: 32px;
}
.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 86px;
	width: 100%;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #f1f3f5;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
	transition: top 0.5s ease, -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease, top 0.5s ease;
	transition: transform 0.5s ease, top 0.5s ease;
	transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
	z-index: 100;
}
.qodef-header-sticky .qodef-header-sticky-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.qodef-header-standard--right
	.qodef-header-sticky
	.qodef-header-sticky-inner
	.qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.qodef-header-standard--left
	.qodef-header-sticky
	.qodef-header-sticky-inner
	.qodef-header-navigation {
	margin-left: 14px;
}
.qodef-header-standard--left
	.qodef-header-sticky
	.qodef-header-sticky-inner
	.qodef-widget-holder {
	margin-left: auto;
}
.qodef-header--sticky-display .qodef-header-sticky {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}
#qodef-top-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 36px;
	font-size: 13px;
	padding: 0 40px;
	background-color: #000;
	z-index: 101;
}
#qodef-top-area .qodef-content-grid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-top-area .widget .textwidget > * {
	margin: 0;
}
#qodef-top-area .widget .textwidget a {
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#qodef-top-area .widget .textwidget a:hover {
	opacity: 0.65;
}
#qodef-top-area .widget:not(:last-child) {
	margin-right: 10px;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
	background-image: none !important;
	height: auto !important;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:after {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:after {
	content: "\f23e";
	font-family: Ionicons;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
	display: inline-block !important;
}
.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0;
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 !important;
}
.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -5px;
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
	padding: 0 5px !important;
	margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -10px;
}
.qodef-instagram-list.qodef-gutter--small
	#sb_instagram
	#sbi_images
	> .sbi_item {
	padding: 0 10px !important;
	margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -15px;
}
.qodef-instagram-list.qodef-gutter--normal
	#sb_instagram
	#sbi_images
	> .sbi_item {
	padding: 0 15px !important;
	margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -20px;
}
.qodef-instagram-list.qodef-gutter--medium
	#sb_instagram
	#sbi_images
	> .sbi_item {
	padding: 0 20px !important;
	margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -25px;
}
.qodef-instagram-list.qodef-gutter--large
	#sb_instagram
	#sbi_images
	> .sbi_item {
	padding: 0 25px !important;
	margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -40px;
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
	padding: 0 40px !important;
	margin: 0 0 80px !important;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	color: #ee0d08;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link .qodef-logo-text {
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines,
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines {
	position: relative;
	display: block;
	width: 33px;
	height: 18px;
}
#qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line {
	position: absolute;
	left: 0;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-1,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-1,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-1 {
	top: 0;
	width: 3px;
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-2,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-2,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: 0;
	right: 0;
	left: auto;
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-3,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-3,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-3 {
	top: 8px;
	width: 27px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-4,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-4,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-4 {
	bottom: 0;
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-5,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-5,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	left: 100%;
	width: 3px;
}
#qodef-page-mobile-header {
	background-color: #fff;
}
#qodef-page-mobile-header #qodef-mobile-header-opener {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 0 17px;
	background-color: #ee0d08;
	color: #fff;
}
#qodef-page-mobile-header #qodef-mobile-header-opener.qodef--opened {
	color: #fff;
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-2 {
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 6px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener.qodef--opened
	.qodef-lines
	.qodef-line.qodef-line-4 {
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, top 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px;
}
#qodef-mobile-header-navigation ul li .qodef-menu-arrow {
	display: none;
}
#qodef-mobile-header-navigation ul li.qodef-hide-link > a {
	cursor: default;
}
#qodef-mobile-header-navigation
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow {
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
}
#qodef-mobile-header-navigation
	ul
	li.menu-item-has-children
	> .qodef-menu-arrow:after {
	color: inherit;
	display: block;
	line-height: inherit;
	content: "\35";
	font-family: ElegantIcons;
	font-style: normal;
	text-align: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
#qodef-mobile-header-navigation
	ul
	li.menu-item-has-children.qodef--opened
	> .qodef-menu-arrow:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.qodef-mobile-header--minimal
	#qodef-page-mobile-header
	#qodef-page-mobile-header-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.qodef-mobile-header--minimal
	#qodef-page-mobile-header
	#qodef-page-mobile-header-inner
	.qodef-mobile-header-logo-link {
	margin-right: auto;
}
.qodef-mobile-header--minimal
	#qodef-page-mobile-header
	#qodef-page-mobile-header-inner
	.qodef-fullscreen-menu-opener {
	margin-left: 20px;
}
.qodef-fullscreen-menu--opened
	#qodef-page-mobile-header
	.qodef-mobile-header-logo-link
	img.qodef--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened
	#qodef-page-mobile-header
	.qodef-mobile-header-logo-link
	img.qodef--dark,
.qodef-fullscreen-menu--opened
	#qodef-page-mobile-header
	.qodef-mobile-header-logo-link
	img.qodef--main {
	opacity: 0;
}
.qodef-mobile-header--standard
	#qodef-page-mobile-header
	#qodef-page-mobile-header-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.qodef-mobile-header--standard
	#qodef-page-mobile-header
	#qodef-page-mobile-header-inner
	.qodef-mobile-header-logo-link {
	margin-right: auto;
}
.qodef-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px;
	vertical-align: middle;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: -5px;
	display: block;
	width: 256px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10;
	background-color: #fff;
	-webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
	transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
}
.qodef-drop-down-second--full-width
	.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second {
	width: 100vw;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner {
	padding: 0 40px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	ul {
	margin-top: 13px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	ul
	li {
	padding: 3px 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	ul
	li
	a {
	font-size: 15px;
	line-height: 24px;
	color: #747474;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	ul
	li
	a
	.qodef-menu-item-inner {
	position: relative;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	ul
	li
	a
	.qodef-menu-item-inner:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 45px 0 41px;
	margin: 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	padding: 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	> a {
	font-size: 15px;
	line-height: 1.08em;
	color: #101010;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	> a
	.qodef-menu-item-inner:before {
	display: none;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li.current-menu-item
	> a,
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li:hover
	> a {
	color: #ee0d08;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner,
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li:hover
	> a
	.qodef-menu-item-inner {
	padding-left: 20px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li.current-menu-item
	> a
	.qodef-menu-item-inner:before,
.qodef-header-navigation
	ul
	li.qodef-menu-item--wide
	.qodef-drop-down-second
	.qodef-drop-down-second-inner
	> ul
	> li
	ul
	li:hover
	> a
	.qodef-menu-item-inner:before {
	width: 16px;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	.qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 0;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	.qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-header-navigation
	ul
	li.qodef-menu-item--narrow
	.qodef-drop-down-second-inner
	> ul {
	opacity: 1;
	visibility: visible;
}
.qodef-parallax {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qodef-parallax:not(.qodef-page-title) {
	height: 100vh;
}
.qodef-parallax-img-holder {
	position: absolute;
	top: -50%;
	height: 150%;
	left: 0;
	width: 100%;
	opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
	top: 0;
	height: 100%;
	opacity: 1;
}
.qodef-parallax-content-holder {
	position: relative;
	z-index: 99;
}
.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform;
}
.touchevents .qodef-parallax-img-wrapper img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: unset !important;
}
.touchevents .qodef-parallax-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in.qodef-simple-hover-animation
	.qodef-e
	.qodef-e-logo {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in.qodef-simple-hover-animation
	.qodef-e
	.qodef-e-hover-logo {
	opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in.qodef-simple-hover-animation
	.qodef-e
	.qodef-e-hover-logo
	.qodef-m-split {
	display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in.qodef-simple-hover-animation
	.qodef-e:hover
	.qodef-e-logo {
	opacity: 0.85;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in.qodef-simple-hover-animation
	.qodef-e:hover
	.qodef-e-hover-logo {
	opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-image
	a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-logo {
	width: auto;
	opacity: 1;
	will-change: opacity;
	-webkit-transition: opacity 0.3s ease-out 0.15s;
	-o-transition: opacity 0.3s ease-out 0.15s;
	transition: opacity 0.3s ease-out 0.15s;
	display: inline-block;
	background-color: #fff;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-hover-logo
	.qodef-m-split {
	display: block;
	position: absolute;
	height: 50%;
	width: 0;
	background: #ee0d08;
	z-index: -1;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-hover-logo
	.qodef-split--up {
	top: 0;
	left: 0;
	right: auto;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-hover-logo
	.qodef-split--down {
	bottom: 0;
	right: 0;
	left: auto;
}
.qodef-browser--edge
	.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e
	.qodef-e-hover-logo
	.qodef-split--down {
	bottom: 1px;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-logo {
	opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-hover-logo {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-hover-logo
	.qodef-split--up {
	width: 100%;
	right: 0;
	left: auto;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-hover-logo
	.qodef-split--down {
	width: 100%;
	left: 0;
	right: auto;
}
.single-portfolio .qodef-page-content-section.qodef-grid-item {
	margin: 0 !important;
}
.qodef-portfolio-single-item .qodef-portfolio-title {
	margin: 0 0 15px;
}
.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single-item .qodef-portfolio-info h6 {
	margin: 0 0 6px;
}
.qodef-portfolio-single-item .qodef-portfolio-info a,
.qodef-portfolio-single-item .qodef-portfolio-info p {
	margin: 0;
	color: #747474;
}
.qodef-portfolio-single-item
	.qodef-portfolio-info
	a:not(.qodef-share-link):hover {
	color: #ee0d08;
}
.qodef-portfolio-single-item
	.qodef-portofolio-categories
	.qodef-portfolio-category:after {
	content: "/";
	margin: 0 3px 0 1px;
}
.qodef-portfolio-single-item
	.qodef-portofolio-categories
	.qodef-portfolio-category:last-child:after {
	display: none;
}
.qodef-porfolio-single-layout--gallery-small .qodef-portfolio-info,
.qodef-porfolio-single-layout--images-small .qodef-portfolio-info,
.qodef-porfolio-single-layout--masonry-small .qodef-portfolio-info {
	margin-top: 48px;
}
.qodef-ps-related-posts-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 30px 0 0;
	clear: both;
}
.qodef-ps-related-posts-holder .qodef-ps-related-inner {
	margin: 0 -15px;
}
.qodef-ps-related-posts-holder .qodef-ps-related-post {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
	.qodef-ps-related-posts-holder .qodef-ps-related-post {
		width: 50%;
		margin-bottom: 30px;
	}
	.qodef-ps-related-posts-holder .qodef-ps-related-post:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-ps-related-posts-holder .qodef-ps-related-post {
		width: 100%;
	}
}
.qodef-ps-related-posts-holder
	.qodef-ps-related-post:hover
	.qodef-ps-related-text {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
}
.qodef-ps-related-posts-holder
	.qodef-ps-related-post:hover
	.qodef-ps-related-categories,
.qodef-ps-related-posts-holder
	.qodef-ps-related-post:hover
	.qodef-ps-related-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-ps-related-posts-holder
	.qodef-ps-related-post:hover
	.qodef-ps-related-image:after {
	-webkit-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	-o-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	width: 100%;
}
.qodef-ps-related-posts-holder .qodef-ps-related-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.qodef-ps-related-posts-holder .qodef-ps-related-image a,
.qodef-ps-related-posts-holder .qodef-ps-related-image img {
	display: block;
}
.qodef-ps-related-posts-holder .qodef-ps-related-image a {
	overflow: hidden;
}
.qodef-ps-related-posts-holder .qodef-ps-related-image a:hover img {
	-webkit-transform: scale(1.05) translateX(5px);
	-ms-transform: scale(1.05) translateX(5px);
	transform: scale(1.05) translateX(5px);
}
.qodef-ps-related-posts-holder .qodef-ps-related-image img {
	-webkit-transform: scale(1.05) translateX(0);
	-ms-transform: scale(1.05) translateX(0);
	transform: scale(1.05) translateX(0);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-ps-related-posts-holder .qodef-ps-related-image:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 60px;
	height: 1px;
	width: 0;
	background: #fff;
	-webkit-transition: width 0.2s 0.2s;
	-o-transition: width 0.2s 0.2s;
	transition: width 0.2s 0.2s;
}
.qodef-ps-related-posts-holder .qodef-ps-related-text {
	position: absolute;
	width: calc(100% - 54px);
	left: 27px;
	bottom: 12px;
	padding: 12px;
	background-color: #fff;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-o-transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s,
		-webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-title {
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
.qodef-ps-related-posts-holder
	.qodef-ps-related-text
	.qodef-ps-related-categories {
	margin: 6px 0 0;
	color: #ee0d08;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
	height: 100%;
	overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	height: 100%;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-portfolio-list .qodef-e-info-category {
	line-height: 1.08em;
	margin: 6px 0 0;
}
.qodef-portfolio-list .qodef-e-info-category a {
	font-size: 15px;
	line-height: 1.08em;
	color: #ee0d08;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.qodef-portfolio-list .qodef--load-more {
	margin-top: 35px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 22px 0;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt
	.qodef-e-image {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
	position: relative;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 60px;
	height: 1px;
	width: 0;
	background: #fff;
	-webkit-transition: width 0.2s 0.2s;
	-o-transition: width 0.2s 0.2s;
	transition: width 0.2s 0.2s;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 20px;
	background-color: #fff;
	z-index: 1;
	max-width: calc(100% - 40px);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner
	.qodef-e-info-category {
	line-height: 1.08em;
	margin: 6px 0 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner
	.qodef-e-info-category
	a {
	font-size: 15px;
	line-height: 1.08em;
	color: #ee0d08;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner
	> a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner
	* {
	z-index: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-content-inner
	.qodef-e-title {
	margin: 0;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-content {
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-o-transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s,
		-webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-title {
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
.qodef-browser--edge
	.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-content {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}
.qodef-browser--edge
	.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-info-category,
.qodef-browser--edge
	.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-image
	a {
	display: block;
	overflow: hidden;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-image
	a:hover
	img {
	-webkit-transform: translateX(5px) scale(1.05);
	-ms-transform: translateX(5px) scale(1.05);
	transform: translateX(5px) scale(1.05);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e-image
	img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-content {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-browser--edge
	.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-content {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out 0.1s;
	-o-transition: opacity 0.3s ease-out 0.1s;
	transition: opacity 0.3s ease-out 0.1s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
	.qodef-e:hover
	.qodef-e-inner:after {
	-webkit-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	-o-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	width: 100%;
}
#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 100px 0 35px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
	left: 0;
}
#qodef-single-portfolio-navigation
	.qodef-m-nav.qodef--prev
	.qodef-icon-linea-icons {
	margin-right: 18px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	right: 0;
	text-align: right;
	margin-left: auto;
}
#qodef-single-portfolio-navigation
	.qodef-m-nav.qodef--next
	.qodef-icon-linea-icons {
	margin-left: 18px;
}
#qodef-single-portfolio-navigation .qodef-m-nav:hover .qodef-m-nav-label {
	color: #ee0d08;
}
#qodef-single-portfolio-navigation .qodef--backbtn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#qodef-single-portfolio-navigation .qodef--backbtn a {
	height: 23px;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circles {
	position: relative;
	width: 26px;
	display: inline-block;
	height: 26px;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #101010;
	-webkit-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-1 {
	top: 0;
	left: 0;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-2 {
	top: 0;
	right: 0;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-3 {
	bottom: 0;
	left: 0;
}
#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-4 {
	bottom: 0;
	right: 0;
}
#qodef-single-portfolio-navigation .qodef--backbtn a:hover .qodef-circle {
	border-color: #ee0d08;
}
#qodef-single-portfolio-navigation .qodef-icon-linea-icons {
	font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #101010;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
@media only screen and (max-width: 680px) {
	#qodef-single-portfolio-navigation .qodef-m-nav-label {
		display: none;
	}
}
.qodef-porfolio-single-layout--gallery-big
	.qodef-portfolio-single-item
	.qodef-media {
	display: inline-block;
	margin-bottom: 32px;
}
.qodef-porfolio-single-layout--gallery-big
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item {
	display: block;
	margin-bottom: 30px;
}
.qodef-porfolio-single-layout--gallery-big
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item:last-child {
	margin-bottom: 0;
}
.qodef-porfolio-single-layout--gallery-big
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	padding-left: 8%;
	margin-top: 16px !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--gallery-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		padding-left: 15px;
	}
}
.qodef-porfolio-single-layout--gallery-big
	.qodef-portfolio-single-item
	.qodef-portfolio-info
	.qodef-e {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--gallery-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info
		.qodef-e {
		width: 100%;
	}
}
.qodef-porfolio-single-layout--gallery-small
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	margin-top: 48px !important;
}
.qodef-porfolio-single-layout--images-big
	.qodef-portfolio-single-item
	.qodef-media {
	display: inline-block;
	margin-bottom: 25px;
}
.qodef-porfolio-single-layout--images-big
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item {
	display: block;
	margin-bottom: 30px;
}
.qodef-porfolio-single-layout--images-big
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item:last-child {
	margin-bottom: 0;
}
.qodef-porfolio-single-layout--images-big
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	padding-left: 8%;
	margin-top: 16px !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--images-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		padding-left: 15px;
	}
}
.qodef-porfolio-single-layout--images-big
	.qodef-portfolio-single-item
	.qodef-portfolio-info
	.qodef-e {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--images-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info
		.qodef-e {
		width: 100%;
	}
}
.qodef-porfolio-single-layout--images-small
	.qodef-portfolio-single-item
	.qodef-media
	> .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-porfolio-single-layout--images-small
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item {
	display: block;
	margin-bottom: 30px;
}
.qodef-porfolio-single-layout--images-small
	.qodef-portfolio-single-item
	.qodef-media
	.qodef-popup-item:last-child {
	margin-bottom: 0;
}
.qodef-porfolio-single-layout--images-small
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	margin-top: 48px !important;
}
.qodef-porfolio-single-layout--masonry-big
	.qodef-portfolio-single-item
	.qodef-media {
	margin-bottom: 117px;
}
.qodef-porfolio-single-layout--masonry-big
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	margin-top: 85px !important;
}
.qodef-porfolio-single-layout--masonry-small
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	margin-top: 48px !important;
}
.qodef-porfolio-single-layout--slider
	.qodef-portfolio-single-item
	.qodef-portfolio-info {
	padding-left: 8%;
	margin-top: 16px !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--slider
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		padding-left: 15px;
	}
}
.qodef-porfolio-single-layout--slider
	.qodef-portfolio-single-item
	.qodef-portfolio-info
	.qodef-e {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--slider
		.qodef-portfolio-single-item
		.qodef-portfolio-info
		.qodef-e {
		width: 100%;
	}
}
.qodef-porfolio-single-layout--slider
	.qodef-portfolio-single-item
	.qodef-media {
	margin-bottom: 32px;
}
.qodef-porfolio-single-layout--slider
	.qodef-portfolio-single-item
	.swiper-pagination-bullets
	.swiper-pagination-bullet:after {
	background-color: #fff;
}
.qodef-team-list .qodef-e-role {
	margin: 0;
	color: #ee0d08;
}
.qodef-team-list .qodef-e-title {
	margin: 2px 0 13px;
}
.qodef-team-list .qodef-team-member-social-icons {
	margin: 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
	position: relative;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 60px;
	height: 1px;
	width: 0;
	background: #fff;
	-webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-inner:hover
	.qodef-e-content {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	z-index: 1;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-inner:hover
	.qodef-e-content {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out 0.1s;
	-o-transition: opacity 0.3s ease-out 0.1s;
	transition: opacity 0.3s ease-out 0.1s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-inner:hover
	.qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-inner:hover
	.qodef-e-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover:after {
	-webkit-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	-o-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	width: 100%;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 18px 20px 14px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-role,
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-title {
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
	-o-transition: transform 0.3s ease 0.2s, opacity 0.2s ease 0.2s;
	transition: transform 0.3s ease 0.2s, opacity 0.2s ease 0.2s;
	transition: transform 0.3s ease 0.2s, opacity 0.2s ease 0.2s,
		-webkit-transform 0.3s ease 0.2s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-content
	.qodef-e-title {
	margin: 4px 0 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon,
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon-opener {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	background-color: #ee0d08;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon-opener {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 80;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icons {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 85px;
	cursor: pointer;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon {
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	opacity: 0;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(1) {
	-webkit-transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(2) {
	-webkit-transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(3) {
	-webkit-transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(4) {
	-webkit-transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(5) {
	-webkit-transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(1) {
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%);
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(2) {
	clear: left;
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(3) {
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(2n + 3) {
	float: right;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(1) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(2) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(3) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(4) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:nth-child(5) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content
	.qodef-team-member-social-icon:hover {
	background-color: #c60400;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon-opener {
	background-color: #fff;
	color: #ee0d08;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icons {
	z-index: 90;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon {
	opacity: 1;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(1) {
	-webkit-transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.4s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(2) {
	-webkit-transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.3s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(3) {
	-webkit-transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.2s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(4) {
	-webkit-transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0.1s, background-color 0.2s ease-out;
}
.qodef-browser--edge
	.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(5) {
	-webkit-transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
	-o-transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
	transition: opacity 0.3s ease-out 0s, background-color 0.2s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(1) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(2) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.2s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(3) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.3s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(4) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.4s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
	.qodef-e-social-content.opened
	.qodef-team-member-social-icon:nth-child(5) {
	-webkit-transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s;
	transition: background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s;
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s,
		background-color 0.2s ease-out;
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s,
		background-color 0.2s ease-out,
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.5s;
}
.qodef-testimonials-list {
	padding: 0;
}
.qodef-testimonials-list .qodef-e-quotes {
	position: absolute;
	font-size: 135px;
	color: rgba(0, 0, 0, 0.04);
	top: -25px;
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.qodef-testimonials-list .qodef-testimonials-holder {
	min-height: 246px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-testimonials-list .qodef-e-content {
	margin-left: 204px;
	overflow: hidden;
}
.qodef-testimonials-list .swiper-slide {
	border-left: 1px solid transparent;
}
.qodef-testimonials-list .qodef-e-inner {
	display: inline-block;
	width: 100%;
	padding: 0 6% 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	display: inline-block;
	width: 164px;
	vertical-align: middle;
	left: 1px;
	bottom: 82px;
	position: absolute;
	overflow: hidden;
	z-index: 5;
	-webkit-animation: qodefMoveOut 0.5s forwards;
	animation: qodefMoveOut 0.5s forwards;
}
.qodef-testimonials-list .qodef-e-media-image.active {
	z-index: 10;
	-webkit-animation: qodefMoveIn 0.5s forwards;
	animation: qodefMoveIn 0.5s forwards;
}
@-webkit-keyframes qodefMoveIn {
	0% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@keyframes qodefMoveIn {
	0% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@-webkit-keyframes qodefMoveOut {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
@keyframes qodefMoveOut {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 20px;
}
.qodef-testimonials-list .qodef-e-text {
	font-size: 19px;
	margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-author-job {
	margin: 0;
	color: #ee0d08;
}
.qodef-testimonials-list .qodef-e-author-name {
	margin: 4px 0 0;
}
.qodef-testimonials-list .swiper-pagination-bullets {
	text-align: right;
	bottom: 0 !important;
}
.qodef-testimonials-list
	.swiper-pagination-bullets
	.swiper-pagination-bullet:before {
	background-color: #ee0d08;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
	color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
	background-color: #fff;
}
.qodef-testimonials-list .swiper-button-next,
.qodef-testimonials-list .swiper-button-prev {
	width: 82px !important;
	height: 82px !important;
}
.qodef-testimonials-list .swiper-button-next {
	left: 83px !important;
	right: auto !important;
	bottom: 1px;
	background-color: #ee0d08;
}
.qodef-testimonials-list .swiper-button-prev {
	left: 1px !important;
	bottom: 1px;
	background-color: #101010;
}
.qodef-search-opener-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-search-opener-holder .qodef-search-opener {
	z-index: 25;
	text-align: right;
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
	-o-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
	transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
.qodef-search-opener-holder .qodef-search-opener .qodef-search-icon-text {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 9px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.2s;
	-o-transition: opacity 0.3s ease 0.2s;
	transition: opacity 0.3s ease 0.2s;
	display: inline-block;
}
.qodef-search-opener-holder .qodef-search-opener:before {
	display: none;
}
.qodef-search-opener-holder .qodef-on-side-search-form {
	position: absolute;
	right: 0;
	width: 100%;
	display: inline-block;
	opacity: 0;
	z-index: 20;
	-webkit-transition: opacity 0s ease 0.3s;
	-o-transition: opacity 0s ease 0.3s;
	transition: opacity 0s ease 0.3s;
	-webkit-animation: qodefSearchOut 0.3s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: qodefSearchOut 0.3s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"] {
	margin-bottom: 0;
	padding: 0 20px 0 7px;
	line-height: 30px;
	font-weight: 400;
	color: #888;
	border: none;
	border-bottom: 1px solid;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	background-color: transparent;
}
.qodef-ms-explorer
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"] {
	height: 40px;
}
.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.qodef-search-opener-holder .qodef-on-side-search-form button {
	position: absolute;
	width: 40px;
	float: left;
	color: #101010;
	font-size: 20px;
	background-color: transparent;
	border: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s 0.2s;
	-o-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	z-index: 10;
	display: none;
}
.qodef-search-opener-holder
	.qodef-on-side-search-form
	button
	.qodef-onside-btn-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
}
.qodef-search-opener-holder.search-icon-in-box .qodef-on-side-search-form {
	bottom: 0;
}
.qodef-search-opener-holder.opened .qodef-search-opener {
	width: 320px;
	-webkit-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 15;
}
.qodef-search-opener-holder.opened .qodef-on-side-search-form {
	opacity: 1;
	-webkit-transition: opacity 0s ease;
	-o-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-animation: qodefSearchIn 0.3s forwards
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: qodefSearchIn 0.3s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-search-opener-holder.opened .qodef-search-icon-text {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	display: none;
}
.qodef-search-opener-holder.opened button {
	z-index: 20;
	right: -4px;
	top: 0;
	height: 100%;
	display: block;
	width: 25px;
}
.qodef-header-centered-logo-down .qodef-search-opener-holder:before {
	background-color: #959595;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"] {
	color: #fff;
	border-color: #fff;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-header--light
	.qodef-search-opener-holder
	.qodef-on-side-search-form
	.qodef-field-holder
	input[type="text"]::placeholder {
	color: inherit;
	opacity: 1;
}
@-webkit-keyframes qodefSearchIn {
	0% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@keyframes qodefSearchIn {
	0% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@-webkit-keyframes qodefSearchOut {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
@keyframes qodefSearchOut {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
.qodef-search-opener {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	line-height: 1;
}
.qodef-search-opener .qodef-search-opener-inner {
	display: block;
}
.qodef-search-opener .qodef-search-opener-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}
.qodef-search-opener .qodef-search-opener-inner > :before {
	display: block;
	line-height: inherit;
}
.qodef-search-opener.qodef-search-opener-svg-path
	.qodef-search-opener-wrapper
	> * {
	vertical-align: middle;
}
.qodef-search-opener.qodef-search-opener-svg-path
	.qodef-search-opener-wrapper
	path,
.qodef-search-opener.qodef-search-opener-svg-path
	.qodef-search-opener-wrapper
	> * {
	fill: currentColor;
	stroke: currentColor;
}
.qodef-search-opener.search-icon-in-box .qodef-search-opener-inner {
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background-color: #ee0d08;
	color: #fff;
	float: right;
}
.qodef-search-opener.search-icon-in-box:hover {
	color: #fff;
}
.qodef-header--dark
	.qodef-search-opener.search-icon-in-box
	.qodef-search-opener-inner {
	background-color: #101010;
	color: #fff;
}
.qodef-header--dark
	.qodef-search-opener.search-icon-in-box
	.qodef-search-opener-inner {
	background-color: #fff;
	color: #ee0d08;
}
.qodef-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-accordion .qodef-accordion-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accordion.qodef--init {
	visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 0;
	padding: 3px 6px 31px 20px;
	-webkit-transition: color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		background-color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		padding 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		background-color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		padding 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		background-color 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		padding 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0;
}
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title
	.qodef-accordion-mark {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 21px;
	height: 18px;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title
	.qodef-accordion-mark
	span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title
	.qodef-accordion-mark
	span:before {
	display: block;
	line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title
	.qodef-accordion-mark
	span.qodef-icon {
	width: 10px;
	height: 10px;
	background-color: #101010;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
	color: #ee0d08;
}
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title.ui-state-active
	.qodef-accordion-mark
	span.qodef-icon,
.qodef-accordion.qodef-layout--simple
	.qodef-accordion-title.ui-state-hover
	.qodef-accordion-mark
	span.qodef-icon {
	width: 10px;
	height: 2px;
	background-color: #ee0d08;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
	padding: 4px 6px 15px 20px;
	border-color: transparent;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 0 0 29px 22px;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
}
.qodef-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.qodef-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.qodef-banner .qodef-m-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.qodef-banner .qodef-m-title {
	margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title-inner {
	display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
	font-family: Muli, sans-serif;
	margin: 0;
	opacity: 0.5;
	letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
	font-size: 15px;
	color: #ee0d08;
	margin: 0 0 10px;
	font-style: italic;
}
.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-banner .qodef-m-image img {
	display: block;
	-webkit-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
	margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
	margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
	margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
}
.qodef-button .qodef-m-text {
	position: relative;
}
.qodef-button .qodef-m-text .qodef-m-arrowline {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 63px;
	height: 19px;
	left: 8px;
}
.qodef-button .qodef-m-text .qodef-m-arrowline * {
	stroke: currentColor;
	fill: none;
	stroke-miterlimit: 10;
}
.qodef-button .qodef-m-text .qodef-m-arrowline .arrow-down,
.qodef-button .qodef-m-text .qodef-m-arrowline .arrow-up {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.1s ease;
	transition: transform 0.3s ease, opacity 0.1s ease;
	transition: transform 0.3s ease, opacity 0.1s ease,
		-webkit-transform 0.3s ease;
}
.qodef-button .qodef-m-text .qodef-m-arrowline .arrow-up {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.qodef-button .qodef-m-text .qodef-m-arrowline .arrow-down {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.qodef-button.qodef-html--link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	padding: 16px 29px 17px 30px;
}
.qodef-button.qodef-size--small {
	padding: 13px 28px 15px 27px;
}
.qodef-button.qodef-size--small .qodef-m-text .qodef-m-arrowline {
	width: 52px;
}
.qodef-button.qodef-size--large {
	padding: 17px 35px 18px;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #fff;
	background-color: #101010;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down,
.qodef-button.qodef-layout--filled.qodef-html--link:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-up {
	opacity: 0;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s,
		-webkit-transform 0.3s ease;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.qodef-button.qodef-layout--outlined {
	color: #ee0d08;
	background-color: transparent;
	border: 2px solid #ee0d08;
}
.qodef-button.qodef-layout--outlined:hover {
	color: #fff;
	background-color: #ee0d08;
	border-color: #ee0d08;
}
.qodef-button.qodef-layout--outlined:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down,
.qodef-button.qodef-layout--outlined:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-up {
	opacity: 0;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s,
		-webkit-transform 0.3s ease;
}
.qodef-button.qodef-layout--outlined:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.qodef-button.qodef-layout--splitted {
	color: #fff;
	background-color: #ee0d08;
}
.qodef-button.qodef-layout--splitted .qodef-m-text {
	z-index: 2;
}
.qodef-button.qodef-layout--splitted .qodef-m-split {
	position: absolute;
	height: 50%;
	width: 0;
	background: #101010;
	z-index: 1;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-button.qodef-layout--splitted .qodef-split--up {
	top: 0;
	left: 0;
	right: auto;
}
.qodef-button.qodef-layout--splitted .qodef-split--down {
	bottom: 0;
	right: 0;
	left: auto;
}
.qodef-button.qodef-layout--splitted:hover {
	color: #fff;
	background-color: #ee0d08;
}
.qodef-button.qodef-layout--splitted:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down,
.qodef-button.qodef-layout--splitted:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-up {
	opacity: 0;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s,
		-webkit-transform 0.3s ease;
}
.qodef-button.qodef-layout--splitted:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.qodef-button.qodef-layout--splitted:hover .qodef-split--up {
	width: 100%;
	right: 0;
	left: auto;
}
.qodef-button.qodef-layout--splitted:hover .qodef-split--down {
	width: 100%;
	left: 0;
	right: auto;
}
.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	font-size: 15px;
	color: #101010;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-button.qodef-layout--textual:hover {
	color: #101010;
}
.qodef-button.qodef-layout--textual:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down,
.qodef-button.qodef-layout--textual:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-up {
	opacity: 0;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s,
		-webkit-transform 0.3s ease;
}
.qodef-button.qodef-layout--textual:hover
	.qodef-m-text
	.qodef-m-arrowline
	.arrow-down {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.qodef-call-to-action.qodef-layout--standard {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched
	.qodef-m-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered
	.qodef-m-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
	padding-right: 20px;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
	margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.qodef-cards-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0;
}
.qodef-cards-gallery .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-cards-gallery img {
	position: relative;
	display: block;
	-webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.qodef-cards-gallery .qodef-m-fake-card {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.qodef-cards-gallery.qodef-gallery--disabled .qodef-m-card {
	cursor: default !important;
}
.qodef-cards-gallery.qodef-gallery--disabled .qodef-m-bundle-item a {
	pointer-events: none;
	cursor: default;
}
.qodef-cards-gallery .qodef-m-card {
	position: absolute;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
	-webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
	-o-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
	transition: all 0.6s cubic-bezier(0, 0, 0, 1);
	pointer-events: none;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
	left: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
	-webkit-transform: scale(0.5) translateX(89%);
	-ms-transform: scale(0.5) translateX(89%);
	transform: scale(0.5) translateX(89%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
	-webkit-transform: scale(0.55) translateX(85%);
	-ms-transform: scale(0.55) translateX(85%);
	transform: scale(0.55) translateX(85%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
	-webkit-transform: scale(0.635) translateX(75%);
	-ms-transform: scale(0.635) translateX(75%);
	transform: scale(0.635) translateX(75%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
	-webkit-transform: scale(0.735) translateX(56%);
	-ms-transform: scale(0.735) translateX(56%);
	transform: scale(0.735) translateX(56%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
	-webkit-transform: scale(0.835) translateX(33%);
	-ms-transform: scale(0.835) translateX(33%);
	transform: scale(0.835) translateX(33%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-gallery--enabled
	.qodef-cards-gallery.qodef-orientation--left
	.qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-right: 10px !important;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
	right: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
	-webkit-transform: scale(0.5) translateX(-89%);
	-ms-transform: scale(0.5) translateX(-89%);
	transform: scale(0.5) translateX(-89%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
	-webkit-transform: scale(0.55) translateX(-85%);
	-ms-transform: scale(0.55) translateX(-85%);
	transform: scale(0.55) translateX(-85%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
	-webkit-transform: scale(0.635) translateX(-75%);
	-ms-transform: scale(0.635) translateX(-75%);
	transform: scale(0.635) translateX(-75%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
	-webkit-transform: scale(0.735) translateX(-56%);
	-ms-transform: scale(0.735) translateX(-56%);
	transform: scale(0.735) translateX(-56%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
	-webkit-transform: scale(0.835) translateX(-33%);
	-ms-transform: scale(0.835) translateX(-33%);
	transform: scale(0.835) translateX(-33%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-gallery--enabled
	.qodef-cards-gallery.qodef-orientation--right
	.qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-right: 10px !important;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right img {
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	-webkit-transition: -webkit-clip-path 0.75s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
	img {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(1)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(2)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(3)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(4)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(5)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(6)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(7)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right
	.qodef-m-card:nth-child(8)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
	img {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left img {
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path 0.75s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(1)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(2)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(3)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(4)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(5)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(6)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(7)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left
	.qodef-m-card:nth-child(8)
	img:not(.qodef-animation-done) {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.qodef-comparision-pricing-table {
	font-size: 15px;
	color: #101010;
}
.qodef-comparision-pricing-table:after,
.qodef-comparision-pricing-table:before {
	content: " ";
	display: table;
}
.qodef-comparision-pricing-table .qodef-m-list {
	list-style-type: none;
	margin: 0;
}
.qodef-comparision-pricing-table h4,
.qodef-comparision-pricing-table p {
	margin: 0;
}
.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
	width: 30%;
}
.qodef-comparision-pricing-table.qodef-columns--2
	.qodef-m-table.qodef-m-features {
	width: 40%;
}
.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
	width: 23.333%;
}
.qodef-comparision-pricing-table.qodef-columns--3
	.qodef-m-table.qodef-m-features {
	width: 30%;
}
.qodef-comparision-pricing-table .qodef-m-table {
	float: left;
	border-right: none;
	border-left: none;
}
.qodef-comparision-pricing-table .qodef-m-table:not(.qodef-m-features) {
	text-align: center;
	font-size: 11px;
	font-family: Muli, sans-serif;
}
.qodef-comparision-pricing-table
	.qodef-m-table:not(.qodef-m-features)
	.qodef-m-features-item {
	line-height: 50px;
}
.qodef-comparision-pricing-table
	.qodef-m-table:not(.qodef-m-features)
	.qodef-m-features-item
	span {
	line-height: 50px;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content {
	border-right: 1px solid #e4e4e4;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-content:not(.qodef-m-features-list)
	> span {
	display: block;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #e4e4e4;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
	display: table;
	height: 112px;
	width: 100%;
	padding: 10px 20%;
	border: 1px solid #e4e4e4;
	border-left: none;
	background-image: url(https://turkgrupsigorta.com/wp-content/plugins/stal-core/inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png);
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-table-head
	.qodef-m-table-head-inner {
	display: table-cell;
	vertical-align: middle;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-table-head
	.qodef-m-title {
	margin-top: 5px;
	margin-bottom: 5px;
	word-break: break-word;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-content
	.qodef-m-features-item {
	height: 75px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 400;
	color: #747474;
	list-style: none;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-content
	.qodef-m-features-item.qodef-m-features-item {
	font-weight: 400;
	line-height: 56px;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-content
	.qodef-m-features-item.qodef-m-features-item
	h6 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
	height: 115px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-left: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-footer
	.qodef-btn.qodef-btn-simple {
	color: #101010 !important;
	font-size: 20px;
	line-height: 1.25em;
	font-family: Muli, sans-serif;
	font-weight: 500;
}
.qodef-comparision-pricing-table
	.qodef-m-table
	.qodef-m-footer
	.qodef-btn.qodef-btn-simple:hover {
	color: #ee0d08 !important;
}
.qodef-comparision-pricing-table .qodef-m-features {
	text-align: left;
}
.qodef-comparision-pricing-table .qodef-m-features .qodef-m-features-list {
	border-right: none !important;
}
.qodef-comparision-pricing-table
	.qodef-m-features
	.qodef-m-features-list
	div.qodef-m-list {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.qodef-comparision-pricing-table
	.qodef-m-features
	.qodef-m-features-list
	.qodef-m-features-item {
	padding: 10px 27px 10px 80px;
	display: block;
}
.qodef-comparision-pricing-table
	.qodef-m-features
	.qodef-m-features-list
	.qodef-m-features-item
	span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.qodef-comparision-pricing-table .qodef-m-features .qodef-m-features-title {
	padding: 5px 27px 5px 80px;
	border-left: 1px solid #e4e4e4;
}
.qodef-comparision-pricing-table
	.qodef-m-features
	.qodef-m-features-title
	.qodef-m-title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.qodef-comparision-pricing-table .qodef-m-features .qodef-m-footer {
	padding: 10px 27px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	font-family: Muli, sans-serif;
	color: #ee0d08;
	font-weight: 500;
	line-height: 114px;
	border-left: 1px solid #e4e4e4;
	display: table;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-image: url(https://turkgrupsigorta.com/wp-content/plugins/stal-core/inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png);
}
.qodef-contact-info {
	position: relative;
}
.qodef-contact-info .qodef-m-vertical-text {
	position: absolute;
	left: -30px;
	bottom: 10px;
	font-weight: 300;
	font-size: 13px;
	color: #ee0d08;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.qodef-contact-info .qodef-m-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1f3f5;
	padding: 5px;
}
.qodef-contact-info .qodef-m-info {
	padding-left: 22px;
	font-weight: 400;
}
.qodef-contact-info .qodef-m-info > div {
	margin-bottom: 5px;
}
.qodef-contact-info .qodef-m-info > div span {
	position: relative;
	top: 2px;
	color: #ee0d08;
	font-size: 21px;
	margin-right: 10px;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-countdown .qodef-digit {
	color: #101010;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
	color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	text-align: center;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper-inner {
	position: relative;
	display: inline-block;
	width: auto;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-size: 85px;
	line-height: 1em;
	font-weight: 600;
	font-family: Muli, sans-serif;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
	position: absolute;
	left: -23px;
	bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.qodef-counter.qodef-layout--simple {
	text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
	position: relative;
	display: inline-block;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 85px;
	line-height: 1em;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
	position: absolute;
	left: -20px;
	bottom: 0;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.qodef-counter.qodef-layout--simple p.qodef-m-title {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0;
}
.qodef-custom-font {
	position: relative;
	margin: 0;
}
.qodef-dropcaps {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 42px;
	line-height: 1.12em;
}
.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 1.2em;
	color: #fff;
	background-color: #101010;
}
.qodef-dropcaps.qodef-type--circle {
	border-radius: 100%;
}
.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%;
	height: 300px;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
	width: 100%;
	display: block;
}
.qodef-google-map .qodef-m-map img {
	max-width: none;
}
.qodef-highlight .qodef-highlight-text {
	padding: 0 5px;
	color: #fff;
	background-color: #101010;
}
.qodef-holder-with-image {
	position: relative;
	padding: 115px 0 95px;
}
.qodef-holder-with-image .qodef-m-image {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}
.qodef-holder-with-image .qodef-m-content {
	position: relative;
	margin-left: 38%;
	width: 62%;
	background-color: #fff;
	padding: 100px 8% 100px 7%;
	z-index: 20;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qodef-holder-with-image.qodef-layout--image-right .qodef-m-image {
	left: auto;
	right: 0;
}
.qodef-holder-with-image.qodef-layout--image-right .qodef-m-content {
	padding: 100px 7% 100px 8%;
	margin-left: 0;
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-left
	.qodef-m-content {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 0.75s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-left
	.qodef-m-content.qodef-appear {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-left
	.qodef-m-content.qodef-appear
	> div {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-left
	.qodef-m-content
	> div {
	opacity: 0;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-right
	.qodef-m-content {
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	-webkit-transition: -webkit-clip-path 0.75s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-clip-path 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-right
	.qodef-m-content.qodef-appear {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-right
	.qodef-m-content.qodef-appear
	> div {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-holder-with-image.qodef-appear-animation-enabled--from-right
	.qodef-m-content
	> div {
	opacity: 0;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	-o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
	transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		opacity 0.4s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s,
		-webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97) 0.5s;
}
.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
	display: block;
	color: #747474;
}
.qodef-icon-list-item .qodef-e-title a:hover {
	color: #ee0d08;
}
.qodef-icon-list-item .qodef-m-square {
	background-color: #ee0d08;
	width: 6px;
	height: 6px;
	margin-right: 12px;
}
.qodef-icon-list-item .qodef-e-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-icon-list-item.qodef-alignment--top .qodef-e-title-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.qodef-icon-list-item .qodef-icon-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 13px;
	float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 18px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block;
}
.qodef-icon-list-item.qodef-icon--predefined {
	line-height: 2em;
}
.qodef-icon-list-item.qodef-icon--predefined .qodef-e-title {
	width: 100%;
}
.qodef-icon-list-item.qodef-icon--predefined .qodef-m-predefined-icon {
	position: absolute;
	right: 0;
	font-size: 25px;
}
.qodef-icon-list-item.qodef-icon--predefined:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.qodef-icon-list-item.qodef-icon--predefined a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 6px;
	background-color: #ee0d08;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-icon-list-item.qodef-icon--predefined a .qodef-e-title-text {
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-icon-list-item.qodef-icon--predefined a:hover .qodef-e-title-text {
	padding-left: 20px;
}
.qodef-icon-list-item.qodef-icon--predefined a:hover:before {
	width: 6px;
}
.qodef-icon-list-item.qodef-icon--predefined-two .qodef-e-title-text {
	position: relative;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.qodef-icon-list-item.qodef-icon--predefined-two .qodef-e-title-text:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-icon-list-item.qodef-icon--predefined-two a:hover .qodef-e-title-text {
	padding-left: 20px;
}
.qodef-icon-list-item.qodef-icon--predefined-two
	a:hover
	.qodef-e-title-text:before {
	width: 16px;
}
#qodef-page-footer-bottom-area .widget.widget_stal_core_icon_list_item {
	display: inline-block;
}
#qodef-page-sidebar .widget.widget_stal_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stal_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_stal_core_icon_list_item {
	margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
	margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
	display: block;
}
.qodef-icon-with-text .qodef-m-text {
	margin: 14px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
	float: none;
}
.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block;
}
.qodef-icon-with-text.qodef--box-around {
	padding: 40px;
}
@media only screen and (max-width: 1440px) {
	.qodef-icon-with-text.qodef--box-around {
		padding: 40px 20px;
	}
}
.qodef-icon-with-text.qodef-appear-animation--enabled:not(.qodef--svg-image)
	span:first-child,
.qodef-icon-with-text.qodef-appear-animation--enabled:not(.qodef--svg-image)
	> div:first-child {
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97),
		opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97),
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-icon-with-text.qodef-appear-animation--enabled:not(.qodef--svg-image).qodef-appear
	span:first-child,
.qodef-icon-with-text.qodef-appear-animation--enabled:not(.qodef--svg-image).qodef-appear
	> div:first-child {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.qodef-icon-with-text.qodef-appear-animation--enabled.qodef--svg-image svg * {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
}
.qodef-icon-with-text.qodef-appear-animation--enabled.qodef--svg-image.qodef-appear
	svg
	* {
	-webkit-animation: qodef-animate-svg-stroke 3s forwards;
	animation: qodef-animate-svg-stroke 3s forwards;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
@-webkit-keyframes qodef-animate-svg-stroke {
	0% {
		stroke-dashoffset: 300;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes qodef-animate-svg-stroke {
	0% {
		stroke-dashoffset: 300;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.qodef-icon-with-text.qodef-layout--before-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-content {
	line-height: 1em;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 16px;
}
.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1;
}
.qodef-icon-holder a {
	display: block;
}
.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out,
		border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
	background-color: #101010;
}
.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.qodef-icon-holder.qodef-size--small {
	font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
	font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
	font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
	font-size: 5em;
}
.widget.widget_stal_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_stal_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stal_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_stal_core_icon {
	margin-bottom: 0;
}
.qodef-image-gallery .qodef-popup-item {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.qodef-image-gallery .qodef-popup-item:hover img {
	-webkit-transform: translateX(5px) scale(1.05);
	-ms-transform: translateX(5px) scale(1.05);
	transform: translateX(5px) scale(1.05);
}
.qodef-image-gallery .qodef-popup-item img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.5s
		cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: -webkit-transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	-o-transition: transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91),
		-webkit-transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
}
.qodef-image-gallery .swiper-button-next,
.qodef-image-gallery .swiper-button-prev {
	background-color: #101010;
	width: 66px !important;
	height: 66px !important;
	line-height: 64px;
}
.qodef-image-gallery .swiper-button-next:hover,
.qodef-image-gallery .swiper-button-prev:hover {
	background-color: #ee0d08;
}
.qodef-image-gallery .swiper-button-next {
	left: 66px;
}
.qodef-image-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 680px) {
	.qodef-image-marquee .qodef-m-content {
		display: none;
	}
}
.qodef-image-marquee .qodef-m-content.qodef-marquee-mobile {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	display: none;
}
@media only screen and (max-width: 680px) {
	.qodef-image-marquee .qodef-m-content.qodef-marquee-mobile {
		display: block;
	}
}
.qodef-image-marquee .qodef-m-content.qodef-marquee-mobile .qodef-m-image {
	background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%) translateZ(0);
	transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
	position: relative;
	display: block;
}
@-webkit-keyframes qodefMoveMarquee {
	0% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(-100%) translateZ(0);
		transform: translateX(-100%) translateZ(0);
	}
}
@keyframes qodefMoveMarquee {
	0% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(-100%) translateZ(0);
		transform: translateX(-100%) translateZ(0);
	}
}
@-webkit-keyframes qodefMoveMarqueeCopy {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
}
@keyframes qodefMoveMarqueeCopy {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
}
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-webkit-transition: -webkit-box-shadow 0.3s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
	display: block;
}
.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
	position: relative;
	margin: 31px 0 0;
	padding-left: 0;
	-webkit-transition: padding-left 0.2s ease-out, color 0.15s ease-out;
	-o-transition: padding-left 0.2s ease-out, color 0.15s ease-out;
	transition: padding-left 0.2s ease-out, color 0.15s ease-out;
}
.qodef-image-with-text .qodef-m-title:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.qodef-image-with-text .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-image-with-text.qodef--shadow-enabled .qodef-m-image {
	-webkit-box-shadow: 0 -3px 10px 0 #f2f3f5;
	box-shadow: 0 -3px 10px 0 #f2f3f5;
}
.qodef-image-with-text.qodef--shadow-enabled .qodef-m-image:hover {
	-webkit-box-shadow: 0 0 16.24px 11.76px rgba(161, 181, 203, 0.25);
	box-shadow: 0 0 16.24px 11.76px rgba(161, 181, 203, 0.25);
}
.qodef-image-with-text.qodef--with-link
	.qodef-m-image:hover
	+ .qodef-m-content
	.qodef-m-title {
	padding-left: 40px;
	color: #ee0d08;
}
.qodef-image-with-text.qodef--with-link
	.qodef-m-image:hover
	+ .qodef-m-content
	.qodef-m-title:before {
	width: 32px;
}
.qodef-image-with-text.qodef--with-link .qodef-m-title:hover {
	padding-left: 40px;
	color: #ee0d08;
}
.qodef-image-with-text.qodef--with-link .qodef-m-title:hover:before {
	width: 32px;
}
.qodef-interactive-banners {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.qodef-interactive-banners .qodef-ib-image-holder-responsive {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
}
.qodef-interactive-banners .qodef-ib-images-holder {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder {
	background-size: cover;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-animation: qodef-animate-image-out 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
	z-index: 12;
}
.qodef-interactive-banners
	.qodef-ib-images-holder
	.qodef-ib-image-holder.qodef-active {
	-webkit-animation: qodef-animate-image-in 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
	z-index: 6;
}
@-webkit-keyframes qodef-animate-image-in {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@keyframes qodef-animate-image-in {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@-webkit-keyframes qodef-animate-image-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
@keyframes qodef-animate-image-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
.qodef-interactive-banners .qodef-ib-content-holder {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	z-index: 30;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-banners .qodef-ib-content-holder {
		display: block;
	}
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	width: 20%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	padding: 0 0 45px 45px;
	overflow: hidden;
	background-color: transparent;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-tag {
	position: absolute;
	left: 0;
	bottom: 20%;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	padding: 0 3px;
	opacity: 1;
	letter-spacing: 0.045em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-inner
	.qodef-ib-item-small-image {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-inner
	.qodef-ib-item-title {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-inner
	.qodef-ib-item-subtitle {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-inner
	.qodef-ib-item-btn-holder {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active {
	background-color: rgba(0, 0, 0, 0.3);
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active
	.qodef-ib-item-tag {
	opacity: 0;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active
	.qodef-ib-item-inner
	.qodef-ib-item-small-image {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active
	.qodef-ib-item-inner
	.qodef-ib-item-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s 0.2s;
	-o-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active
	.qodef-ib-item-inner
	.qodef-ib-item-subtitle {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item.qodef-active
	.qodef-ib-item-inner
	.qodef-ib-item-btn-holder {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s 0.3s;
	-o-transition: 0.5s 0.3s;
	transition: 0.5s 0.3s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-small-image {
	margin-bottom: 18px;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-title
	h3 {
	margin: 0 0 15px;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-subtitle {
	margin-bottom: 18px;
	padding-right: 25px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s,
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s,
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	-o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s;
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s;
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s,
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-subtitle
	p {
	margin: 0;
	line-height: 30px;
	font-size: 19px;
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-title {
	margin: 0 0 14px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
	transition: -webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
	-o-transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
	transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
	transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93),
		-webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-button.qodef-layout--textual,
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-subtitle,
.qodef-interactive-banners
	.qodef-ib-content-holder
	.qodef-ib-item
	.qodef-ib-item-title
	h3 {
	color: #fff;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-content-holder
	.qodef-ib-item {
	width: 25%;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-banners.qodef-ib-four
		.qodef-ib-content-holder
		.qodef-ib-item {
		width: 100%;
	}
}
.qodef-interactive-banners .qodef-ib-grid {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line {
	position: absolute;
	top: 0;
	height: 100%;
	width: 20%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qodef-interactive-banners
	.qodef-ib-grid
	.qodef-ib-grid-line:first-child
	.qodef-ib-grid-vertical-line {
	display: none;
}
.qodef-interactive-banners
	.qodef-ib-grid
	.qodef-ib-grid-line
	.qodef-ib-grid-vertical-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.qodef-interactive-banners
	.qodef-ib-grid
	.qodef-ib-grid-line
	.qodef-ib-grid-vertical-mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
		-webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	background: #dfcec1;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:last-child {
	border-right: none;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(1) {
	left: 0;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(2) {
	left: 20%;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(3) {
	left: 40%;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(4) {
	left: 60%;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(5) {
	left: 80%;
}
.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line {
	width: 25%;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-grid
	.qodef-ib-grid-line:nth-child(1) {
	left: 0;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-grid
	.qodef-ib-grid-line:nth-child(2) {
	left: 25%;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-grid
	.qodef-ib-grid-line:nth-child(3) {
	left: 50%;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-grid
	.qodef-ib-grid-line:nth-child(4) {
	left: 75%;
}
.qodef-interactive-banners.qodef-ib-four
	.qodef-ib-grid
	.qodef-ib-grid-line:nth-child(5) {
	left: 100%;
}
.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
	-webkit-box-shadow: 0 0 33.2px 6.8px rgba(161, 181, 203, 0.18);
	box-shadow: 0 0 33.2px 6.8px rgba(161, 181, 203, 0.18);
}
.qodef-pricing-table .qodef-m-inner {
	padding: 67px 30px 80px;
	text-align: left;
	position: relative;
	display: inline-block;
	margin: auto;
}
@media only screen and (max-width: 1440px) {
	.qodef-pricing-table .qodef-m-inner {
		padding: 67px 30px 80px;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-pricing-table .qodef-m-inner {
		padding: 67px 30px 80px 42px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-pricing-table .qodef-m-inner {
		text-align: center;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-pricing-table .qodef-m-inner {
		padding: 30px;
	}
}
.qodef-pricing-table .qodef-m-title {
	position: absolute;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	top: 80px;
}
@media only screen and (max-width: 680px) {
	.qodef-pricing-table .qodef-m-title {
		top: 50px;
	}
}
.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	color: #ee0d08;
	line-height: 1em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #f2f3f5;
	-webkit-transform-origin: 38px 39px;
	-ms-transform-origin: 38px 39px;
	transform-origin: 38px 39px;
	padding: 4px 10px;
}
.qodef-pricing-table .qodef-m-price {
	display: inline-block;
	margin: -3px 0 24px 25px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 1;
	font-size: 80px;
}
.qodef-pricing-table
	.qodef-m-price
	.qodef-m-price-wrapper
	.qodef-m-price-currency {
	font-size: 30px;
	position: relative;
	top: 10px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-period {
	margin: 0 0 0 8px;
	letter-spacing: 0.02em;
}
.qodef-pricing-table .qodef-m-content {
	margin: 13px 0 0;
	position: relative;
}
.qodef-pricing-table .qodef-m-content .qodef-m-table-icon {
	position: absolute;
}
.qodef-pricing-table .qodef-m-content .qodef-m-table-icon:before {
	content: "";
	position: relative;
	width: 6px;
	height: 6px;
	top: -1px;
	display: inline-block;
	background-color: #ee0d08;
}
.qodef-pricing-table .qodef-m-content .qodef-m-text {
	display: inline-block;
	padding-left: 17px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	color: #101010;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 33px 0 0;
}
@media only screen and (max-width: 1366px) {
	.qodef-pricing-table .qodef-m-button .qodef-button {
		padding: 16px 26px 17px 27px;
	}
}
.qodef-progress-bar .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.qodef-progress-bar .progressbar {
	position: relative;
}
.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
	display: block;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 25px;
	line-height: 1.2em;
}
.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0;
	font-weight: 400;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
	padding-top: 20px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.qodef-progress-bar.qodef-layout--line {
	position: relative;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
	width: 0;
	position: relative;
	overflow: visible !important;
}
.qodef-progress-bar.qodef-layout--line .proggress:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	right: 0;
	top: -3px;
	background-color: currentColor;
	opacity: 1;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
	position: absolute;
	top: -30px;
	right: 0;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	color: #bf1818;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
	margin: 0 0 7px;
}
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
	text-align: center;
}
.qodef-section-title.qodef-alignment--left {
	text-align: left;
}
.qodef-section-title.qodef-alignment--right {
	text-align: right;
}
.qodef-section-title .qodef-m-title-wrap {
	position: relative;
}
.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
	margin: 0;
	color: #ee0d08;
	line-height: 1em;
	letter-spacing: 0.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 11px;
	bottom: 8px;
	-webkit-transform-origin: 1% 100%;
	-ms-transform-origin: 1% 100%;
	transform-origin: 1% 100%;
	-webkit-transform: rotate(270deg) translateY(0);
	-ms-transform: rotate(270deg) translateY(0);
	transform: rotate(270deg) translateY(0);
}
.qodef-section-title.qodef-title-with-tagline .qodef-m-text,
.qodef-section-title.qodef-title-with-tagline .qodef-m-title {
	padding-left: 26px;
}
.qodef-section-title .qodef-m-title {
	margin: 0;
}
.qodef-section-title .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1;
}
.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.qodef-separator.qodef-position--center {
	text-align: center;
}
.qodef-separator.qodef-position--left {
	text-align: left;
}
.qodef-separator.qodef-position--right {
	text-align: right;
}
#qodef-page-sidebar .widget.widget_stal_core_separator {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stal_core_separator {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_stal_core_separator {
	margin-bottom: 0;
}
.qodef-swapping-image-gallery {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.qodef-swapping-image-gallery .qodef-m-image-holder {
	width: 61%;
	margin-left: 39%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
	box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
}
.qodef-swapping-image-gallery .qodef-m-info {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56%;
	padding: 70px 8%;
	background-color: #fff;
	z-index: 90;
}
.qodef-swapping-image-gallery .qodef-m-title {
	margin: 0 0 42px;
}
.qodef-swapping-image-gallery .qodef-m-title-wrap {
	position: relative;
}
.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-title-tagline {
	margin: 0;
	color: #ee0d08;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 11px;
	bottom: 8px;
	-webkit-transform-origin: 1% 100%;
	-ms-transform-origin: 1% 100%;
	transform-origin: 1% 100%;
	-webkit-transform: rotate(270deg) translateY(0);
	-ms-transform: rotate(270deg) translateY(0);
	transform: rotate(270deg) translateY(0);
}
.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-description,
.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-title {
	padding-left: 26px;
}
.qodef-swapping-image-gallery
	.qodef-m-thumbnails-holder
	.swiper-pagination-custom {
	width: auto;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
	font-size: 0;
	cursor: pointer;
}
.qodef-swapping-image-gallery
	.qodef-m-thumbnails-holder
	.qodef-m-thumbnail
	.qodef-m-thumbnail-wrapper {
	position: relative;
}
.qodef-swapping-image-gallery
	.qodef-m-thumbnails-holder
	.qodef-m-thumbnail
	img {
	display: block;
}
.qodef-swapping-image-gallery
	.qodef-m-thumbnails-holder
	.qodef-m-thumbnail
	img.qodef-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 0.15s ease-out;
	-o-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}
.qodef-swapping-image-gallery
	.qodef-m-thumbnails-holder
	.qodef-m-thumbnail.qodef--active
	img.qodef-hover-image {
	opacity: 1;
}
.qodef-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-tabs.qodef--init {
	visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-tabs .qodef-tabs-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
	margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 26px 0 0;
	padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	display: block;
	padding: 0 3px 1px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2em;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover {
	color: #fff;
	background-color: #101010;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #fff;
	background-color: #101010;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
	.qodef-tabs-navigation {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #e1e1e1;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
	.qodef-tabs-navigation
	li {
	width: 100%;
	margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
	.qodef-tabs-navigation
	li:last-child {
	margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
	.qodef-tabs-navigation
	li
	a {
	display: inline-block;
	width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
	.qodef-tabs-content {
	margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0;
}
.qodef-text-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-text-marquee .qodef-m-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	font-size: 100px;
	font-family: Muli, sans-serif;
	line-height: 1em;
	font-weight: 700;
	overflow: hidden;
}
.qodef-text-marquee .qodef-marquee-element {
	padding: 0 25px;
	will-change: transform;
}
.qodef-text-marquee .qodef-m-text > span:after {
	content: "\00b7";
	display: inline-block;
	padding: 0 28px;
	color: #101010;
}
.qodef-text-marquee .qodef-m-text--1 {
	color: #101010;
}
.qodef-text-marquee .qodef-m-text--2 {
	color: #101010;
}
.qodef-text-marquee .qodef-m-text--3 {
	color: #101010;
}
.qodef-vertical-split-slider {
	height: 100vh;
	position: relative;
	margin: 0 -1px;
}
.qodef-vertical-split-slider .ms-tableCell {
	height: 100vh !important;
}
.qodef-vertical-split-slider .ms-left,
.qodef-vertical-split-slider .ms-right {
	-webkit-transition: 1s cubic-bezier(0.52, 0.37, 0.35, 1.01);
	-o-transition: 1s cubic-bezier(0.52, 0.37, 0.35, 1.01);
	transition: 1s cubic-bezier(0.52, 0.37, 0.35, 1.01);
}
.qodef-vertical-split-slider-responsive {
	display: none;
}
.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
	max-height: 40%;
	width: auto;
}
.qodef-vertical-split-slider .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-title {
	display: block;
	margin: 26px 0 0;
}
.qodef-vertical-split-slider .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-vertical-split-slider .qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-button {
	margin: 22px 0 0;
}
.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
	background-size: cover;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
	text-align: center;
	padding: 0;
}
.qodef-vertical-split-slider .qodef-m-slide-content .qodef-contact-form-7,
.qodef-vertical-split-slider-responsive
	.qodef-m-slide-content
	.qodef-contact-form-7 {
	text-align: left;
}
#multiscroll-nav {
	display: none;
}
#multiscroll-nav li {
	width: 11px;
	height: 11px;
	margin: 14px;
}
#multiscroll-nav a span {
	top: 0;
	left: 4px;
	width: 1px;
	height: 10px;
	background-color: #333;
	border: none;
	border-radius: 0;
}
#multiscroll-nav a.active span {
	width: 10px;
	left: 0;
}
#multiscroll-nav.right {
	right: 26px;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav {
	display: block;
	z-index: 98;
}
.qodef-bullets--light.qodef-vertical-split-slider--initialized
	#multiscroll-nav
	a
	span {
	background-color: #fff;
}
.qodef-bullets--dark.qodef-vertical-split-slider--initialized
	#multiscroll-nav
	a
	span {
	background-color: #000;
}
.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ee0d08;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
	position: relative;
	width: 60px;
	height: 60px;
	background: #111;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:after,
.qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 0;
	background: #ee0d08;
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
	top: 0;
	left: 0;
	right: auto;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
	bottom: 0;
	right: 0;
	left: auto;
}
.qodef-video-button .qodef-m-play .qodef-play-button-svg-icon {
	position: relative;
	z-index: 1;
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:before {
	width: 100%;
	right: 0;
	left: auto;
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:after {
	width: 100%;
	left: 0;
	right: auto;
}
#qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines,
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines {
	position: relative;
	display: block;
	width: 33px;
	height: 18px;
}
#qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line {
	position: absolute;
	left: 0;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease;
	transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-1,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-1,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-1 {
	top: 0;
	width: 3px;
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-2,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-2,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: 0;
	right: 0;
	left: auto;
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-3,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-3,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-3 {
	top: 8px;
	width: 27px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-4,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-4,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-4 {
	bottom: 0;
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-page-mobile-header
	#qodef-mobile-header-opener
	.qodef-lines
	.qodef-line.qodef-line-5,
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-5,
.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	left: 30px;
	width: 3px;
}
.widget_stal_core_side_area_opener {
	height: 100%;
}
.qodef-side-area-opener {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.qodef-side-area-opener .qodef-side-area-opener-icon {
	display: block;
}
.qodef-side-area-opener:hover {
	color: #ee0d08;
}
.qodef-side-area-opener.qodef-side-area-opener--icon-pack
	.qodef-side-area-opener-icon {
	font-size: 35px;
}
.qodef-side-area-opener.qodef-side-area-opener--icon-pack
	.qodef-side-area-opener-icon
	* {
	display: block;
	line-height: inherit;
}
.qodef-side-area-opener.qodef-side-area-opener--icon-pack
	.qodef-side-area-opener-icon
	:before {
	display: block;
	line-height: inherit;
}
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-area-opener-icon
	> * {
	vertical-align: middle;
}
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-area-opener-icon
	path,
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-area-opener-icon
	> * {
	fill: currentColor;
	stroke: currentColor;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 27px;
	background-color: #ee0d08;
	color: #fff;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined:hover {
	color: #fff;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-2 {
	width: 100%;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-side-area-opener.qodef-side-area-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 6px;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-side-area-opener.qodef-side-area-opener--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-4 {
	width: 21px;
	-webkit-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: width 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-header--light
	.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-line {
	background-color: #fff;
}
.qodef-header--light
	.qodef-side-area-opener.qodef-side-area-opener--icon-pack
	.qodef-side-area-opener-icon {
	color: #fff;
}
.qodef-header--light
	.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-menu-icon
	path,
.qodef-header--light
	.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-menu-icon
	> * {
	fill: #fff;
	stroke: #fff;
}
.qodef-header--dark
	.qodef-side-area-opener.qodef-side-area-opener--predefined
	.qodef-line {
	background-color: #000;
}
.qodef-header--dark
	.qodef-side-area-opener.qodef-side-area-opener--icon-pack
	.qodef-side-area-opener-icon {
	color: #000;
}
.qodef-header--dark
	.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-menu-icon
	path,
.qodef-header--dark
	.qodef-side-area-opener.qodef-side-menu-opener--svg-path
	.qodef-side-menu-icon
	> * {
	fill: #000;
	stroke: #000;
}
#qodef-side-area {
	position: fixed;
	top: 0;
	right: -502px;
	width: 502px;
	height: 100%;
	min-height: 100%;
	padding: 120px 65px 35px;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	text-align: left;
}
#qodef-side-area #qodef-side-area-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 1000;
	color: #fff;
}
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack {
	font-size: 35px;
}
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack * {
	display: block;
	line-height: inherit;
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--icon-pack
	:before {
	display: block;
	line-height: inherit;
}
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > * {
	vertical-align: middle;
}
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path path,
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > * {
	fill: currentColor;
	stroke: currentColor;
}
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 87px;
	padding: 0 27px;
	color: #fff;
	background-color: #101010;
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line {
	width: 4px !important;
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-1 {
	left: 0;
	-webkit-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: left 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-2 {
	-webkit-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: top 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-3 {
	left: 14px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97)
		0.2s;
	transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	-o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
	transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s,
		-webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-4 {
	-webkit-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: bottom 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined
	.qodef-lines
	.qodef-line.qodef-line-5 {
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	-o-transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
	transition: right 0.3s cubic-bezier(0.29, 0.21, 0, 0.97);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-1 {
	left: 29px;
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-2 {
	top: calc(100% - 2px);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-3 {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-4 {
	left: 0;
	bottom: calc(100% - 2px);
}
#qodef-side-area
	#qodef-side-area-close.qodef-side-area-close--predefined:hover
	.qodef-lines
	.qodef-line.qodef-line-5 {
	right: calc(100% - 4px);
}
#qodef-side-area .qodef-side-area-bottom {
	position: absolute;
	left: 65px;
	bottom: 65px;
}
@media only screen and (max-width: 1366px) {
	#qodef-side-area .qodef-side-area-bottom {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 50px;
	}
}
.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible;
}
.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002;
	-webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
}
.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 20px;
}
.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	margin: 0;
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	ul
	li {
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	ul
	li {
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	ul
	li {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li {
	cursor: pointer;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover
	.qodef-social-share-dropdown
	ul
	li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: block;
	font-size: 22px;
	color: #ee0d08;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background-color: #fff;
	text-indent: -2px;
}
.qodef-social-share.qodef-layout--dropdown
	.qodef-social-share-dropdown-opener
	.qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: block;
	text-align: center;
	overflow: hidden;
	visibility: visible;
	-webkit-transition: -webkit-clip-path 0.3s
		cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	-o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91);
	transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91),
		-webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91);
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
	display: block;
	line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown {
	bottom: 0;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:not(:first-child) {
	border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-facebook-share
	a:hover {
	background-color: #3b5998;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-twitter-share
	a:hover {
	background-color: #00aced;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-linkedin-share
	a:hover {
	background-color: #007bb5;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-tumblr-share
	a:hover {
	background-color: #32506d;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-pinterest-share
	a:hover {
	background-color: #cb2027;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li.qodef-vk-share
	a:hover {
	background-color: #45668e;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li
	a {
	font-size: 14px;
	color: #747474;
	background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(1) {
	bottom: -40px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(2) {
	bottom: -80px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(3) {
	bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(4) {
	bottom: -160px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(5) {
	bottom: -200px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(6) {
	bottom: -240px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
	.qodef-social-share-dropdown
	li:nth-child(7) {
	bottom: -280px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown {
	top: 0;
	right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li {
	width: calc(120px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(1) {
	left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(2) {
	left: 45px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(3) {
	left: 85px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(4) {
	left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(5) {
	left: 165px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(6) {
	left: 205px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
	.qodef-social-share-dropdown
	li:nth-child(7) {
	left: 245px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown-opener {
	-webkit-box-shadow: 0 0 9.79px 1.21px rgba(238, 13, 8, 0.1);
	box-shadow: 0 0 9.79px 1.21px rgba(238, 13, 8, 0.1);
	margin-left: 10px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown {
	top: 0;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li {
	width: calc(120px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li
	a {
	font-size: 22px;
	color: #fff;
	background-color: #ee0d08;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(1) {
	right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(2) {
	right: 50px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(3) {
	right: 100px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(4) {
	right: 150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(5) {
	right: 200px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(6) {
	right: 250px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
	.qodef-social-share-dropdown
	li:nth-child(7) {
	right: 300px;
}
.qodef-social-share.qodef-layout--list li {
	margin-right: 5px;
}
.qodef-social-share.qodef-layout--list li a {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	background-color: #ee0d08;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--list li a:hover {
	background-color: #c60400;
}
.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
	margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-page-sidebar
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--dropdown
	.qodef-social-title {
	color: #ccc;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	.qodef-social-title {
	color: #ccc;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	.qodef-social-title {
	color: #ccc;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-page-footer
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--dropdown
	.qodef-social-title {
	color: #ccc;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	.qodef-social-title {
	color: #ccc;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--list
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	.qodef-social-title {
	color: #ccc;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-facebook-share
	a:hover {
	color: #3b5998;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-twitter-share
	a:hover {
	color: #00aced;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-linkedin-share
	a:hover {
	color: #007bb5;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-tumblr-share
	a:hover {
	color: #32506d;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-pinterest-share
	a:hover {
	color: #cb2027;
}
#qodef-side-area
	.widget
	.qodef-social-share.qodef-layout--text
	li.qodef-vk-share
	a:hover {
	color: #45668e;
}
#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ee0d08;
	background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	-webkit-animation: qode-atom-shrink 4.5s infinite linear;
	animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	-webkit-animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: qode-atom-postion 1.5s infinite ease,
		qode-atom-size 1.5s -1.125s infinite ease;
	animation: qode-atom-postion 1.5s infinite ease,
		qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	-webkit-animation: qode-atom-postion 1.5s -1s infinite ease,
		qode-atom-size 1.5s -0.75s infinite ease;
	animation: qode-atom-postion 1.5s -1s infinite ease,
		qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	-webkit-animation: qode-atom-postion 1.5s -0.5s infinite ease,
		qode-atom-size 1.5s -125ms infinite ease;
	animation: qode-atom-postion 1.5s -0.5s infinite ease,
		qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: qode-clock 8s infinite steps(8);
	animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: "";
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-animation: qode-clock-1 1s ease-in infinite;
	animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation: qode-clock-2 1s ease-in infinite;
	animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: qode-clock-3 1s ease-in infinite;
	animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	-webkit-animation: qode-clock-4 1s ease-in infinite;
	animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	-webkit-animation: qode-cube 1.2s infinite ease-in-out;
	animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-animation: qode-double-pulse 2s infinite ease-in-out;
	animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--1
	.qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1500ms);
	animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--1
	.qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1500ms);
	animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--1
	.qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1500ms);
	animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--2 {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--2
	.qodef-circle--1 {
	-webkit-animation-delay: calc((300ms) - 1400ms);
	animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--2
	.qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1400ms);
	animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--2
	.qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1400ms);
	animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--2
	.qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1400ms);
	animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--3 {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--3
	.qodef-circle--1 {
	-webkit-animation-delay: calc((300ms) - 1300ms);
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--3
	.qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1300ms);
	animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--3
	.qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1300ms);
	animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-m-circle-item.qodef-item--3
	.qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1300ms);
	animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
	.qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	-webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	-webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	-webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	-webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
	animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis
	.qodef-m-mitosis-item.qodef-mitosis--1 {
	-webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
	animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
	.qodef-m-mitosis-item.qodef-mitosis--2 {
	-webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
	animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
	.qodef-m-mitosis-item.qodef-mitosis--3 {
	-webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
	animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
	.qodef-m-mitosis-item.qodef-mitosis--4 {
	-webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
	animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
	margin: 0;
	opacity: 0;
	-webkit-animation: qode-fade-in 1s forwards;
	animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	-webkit-animation: qode-fade-in 1s 0.3s forwards;
	animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ee0d08;
	width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles
	.qodef-m-pulse-circle.qodef-pulse--1 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
	.qodef-m-pulse-circle.qodef-pulse--2 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite
		calc((-1500ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
	.qodef-m-pulse-circle.qodef-pulse--3 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite
		calc((-2250ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
	.qodef-m-pulse-circle.qodef-pulse--4 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite
		calc((-3000ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	-webkit-animation: qode-scaleout 1s infinite ease-in-out;
	animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: qode-ball-fall 1.5s ease infinite both;
	animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles
	.qodef-m-circles
	> div:nth-last-of-type(1) {
	-webkit-animation-delay: calc((100ms) - 300ms);
	animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
	.qodef-m-circles
	> div:nth-last-of-type(2) {
	-webkit-animation-delay: calc((200ms) - 300ms);
	animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
	.qodef-m-circles
	> div:nth-last-of-type(3) {
	-webkit-animation-delay: calc((300ms) - 300ms);
	animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	-webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stal.qodef-animation-stop {
	position: relative;
	height: 100vh;
}
.admin-bar #qodef-page-spinner.qodef-layout--stal.qodef-animation-stop {
	margin-top: -32px;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-spinner {
	width: 100%;
	height: 100%;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-images-holder {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(1, 0.84, 0.73, 1.04);
	-o-transition-timing-function: cubic-bezier(1, 0.84, 0.73, 1.04);
	transition-timing-function: cubic-bezier(1, 0.84, 0.73, 1.04);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
#qodef-page-spinner.qodef-layout--stal
	.qodef-m-stal-images-holder.qodef-stal-animate-border {
	clip-path: inset(50px 50px 50px 50px);
	-webkit-clip-path: inset(50px 50px 50px 50px);
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-images-holder > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: qodef-animate-image-out 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
	z-index: 12;
}
.qodef-browser--edge
	#qodef-page-spinner.qodef-layout--stal
	.qodef-m-stal-images-holder
	> div {
	-webkit-animation: qodef-animate-image-out-edge 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-out-edge 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
}
.qodef-browser--edge
	#qodef-page-spinner.qodef-layout--stal
	.qodef-m-stal-images-holder
	> div.qodef-stal-spinner-image-animating {
	-webkit-animation: qodef-animate-image-in-edge 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-in-edge 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-images-holder > div > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#qodef-page-spinner.qodef-layout--stal
	.qodef-m-stal-images-holder
	> div.qodef-stal-spinner-image-animating {
	-webkit-animation: qodef-animate-image-in 1s
		cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
	animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88)
		forwards;
	z-index: 6;
}
@keyframes qodef-animate-image-in {
	0% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}
@keyframes qodef-animate-image-out {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
}
@-webkit-keyframes qodef-animate-image-in-edge {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes qodef-animate-image-in-edge {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes qodef-animate-image-out-edge {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes qodef-animate-image-out-edge {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-logo-image,
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-text {
	display: block;
	position: absolute;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	opacity: 0;
	-webkit-transition: 1s ease, opacity 0.5s ease;
	-o-transition: 1s ease, opacity 0.5s ease;
	transition: 1s ease, opacity 0.5s ease;
	z-index: 1;
}
.qodef-browser--edge
	#qodef-page-spinner.qodef-layout--stal
	.qodef-m-stal-logo-image,
.qodef-browser--edge #qodef-page-spinner.qodef-layout--stal .qodef-m-stal-text {
	z-index: 15;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-logo-image {
	width: 135px;
	height: 135px;
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	bottom: 78px;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	color: #fff;
	z-index: 1;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
	#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-text span {
		display: none;
	}
}
#qodef-page-spinner.qodef-layout--stal .qodef-m-stal-text:after {
	display: block;
	margin-top: 20px;
	content: "\e064";
	font-family: linea-arrows-10;
	font-size: 32px;
	-webkit-animation: 1s qodef-moving-arrow linear infinite;
	animation: 1s qodef-moving-arrow linear infinite;
}
@-webkit-keyframes qodef-moving-arrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes qodef-moving-arrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#qodef-page-spinner.qodef-layout--stal.qodef-stal-animate-elements
	.qodef-m-stal-logo-image,
#qodef-page-spinner.qodef-layout--stal.qodef-stal-animate-elements
	.qodef-m-stal-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	-webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
	animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	-webkit-animation-delay: calc((200ms) - 1300ms);
	animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	-webkit-animation-delay: calc((300ms) - 1300ms);
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	-webkit-animation-delay: calc((400ms) - 1300ms);
	animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	-webkit-animation-delay: calc((500ms) - 1300ms);
	animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
	.qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	-webkit-animation: qode-rotate-circles 2s infinite linear;
	animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation: qode-bounce 2s infinite ease-in-out;
	animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
	.qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles
	.qodef-m-wave-circle.qodef-wave--1 {
	-webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
	animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
	.qodef-m-wave-circle.qodef-wave--2 {
	-webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
	animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
	.qodef-m-wave-circle.qodef-wave--3 {
	-webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
	animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
	.qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	-webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.qodef-sp-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	background-color: rgba(0, 0, 0, 0.65);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
	width: 90%;
	max-width: 600px;
	background-color: #fff;
	padding: 40px;
	opacity: 0;
	-webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
	-webkit-transition: opacity 0.2s ease-out,
		-webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
	transition: opacity 0.2s ease-out,
		-webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
	-o-transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
		opacity 0.2s ease-out;
	transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
		opacity 0.2s ease-out;
	transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
		opacity 0.2s ease-out,
		-webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
}
.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	color: #000;
}
.qodef-sp-holder .qodef-sp-close:hover {
	color: #747474;
}
.qodef-sp-holder .qodef-sp-close svg {
	stroke: currentColor;
	fill: currentColor;
}
.qodef-sp-holder .qodef-sp-content-container {
	background-color: #f1f3f5;
	background-size: cover;
	padding: 40px;
}
.qodef-sp-holder .qodef-sp-title {
	margin: 0 0 30px;
}
.qodef-sp-holder .qodef-sp-subtitle {
	margin: 0 0 20px;
}
.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 28px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 1px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid #101010;
	overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
	opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
	font-size: 13px;
}
.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
	transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
	-o-transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
	transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
	transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96),
		-webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.qodef-page-title.qodef-parallax .qodef-parallax-img {
	max-width: unset;
}
.qodef-page-title.qodef-image--responsive {
	height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
	text-align: center;
}
.qodef-page-title.qodef-alignment--right {
	text-align: right;
}
.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
	font-size: 15px;
	color: #686868;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
	text-decoration: underline;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: "/";
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 5px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
	#ctf
	.ctf-tweet-actions {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
	border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-family: Muli, sans-serif;
	font-weight: 600;
	color: #101010;
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 600 !important;
	margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.625em;
	font-weight: 300;
	color: #747474;
	margin-right: 4px;
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
	clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 33.33333%;
}
@media only screen and (min-width: 769px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8
	#ctf
	.ctf-tweets
	> .ctf-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
	padding: 0;
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
	margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
	margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
	margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
	margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
	margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
	padding: 0 40px;
	margin: 0 0 80px;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}
#qodef-page-footer
	.widget
	.qodef-twitter-list.qodef-layout--columns
	#ctf
	a:hover {
	color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}
#qodef-side-area
	.widget
	.qodef-twitter-list.qodef-layout--columns
	#ctf
	a:hover {
	color: #fff;
}
.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
	margin: 0;
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image
	.product-category
	a,
f.qodef-woo-product-list .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image
	.product-category
	.woocommerce-loop-category__title,
f.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
	background-color: #fff;
	left: 50%;
	margin: 0;
	padding: 12px 41px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
f.qodef-woo-product-list .count {
	display: none;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image
	.qodef-woo-product-inner
	.qodef-woo-product-image-inner {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.qodef-woo-product-list.qodef-item-layout--info-on-image
	.qodef-woo-product-inner
	.added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image
	.qodef-woo-product-inner
	.button {
	margin-top: 20px !important;
}
.widget_stal_core_woo_dropdown_cart {
	height: 100%;
}
.qodef-woo-dropdown-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px;
}
.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 30px;
}
.qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #fff;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	width: 18px;
	height: 18px;
	background-color: #ee0d08;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	position: relative;
	top: -10px;
	left: -10px;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 278px;
	padding: 40px 28px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
	box-shadow: 0 0 21.12px 2.88px rgba(96, 96, 96, 0.1);
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
	font-size: 15px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #747474;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #747474;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #ee0d08;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 55px;
	margin-right: 8px;
}
.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
	margin: 0;
}
.qodef-woo-dropdown-cart .qodef-e-title a {
	color: #101010;
}
.qodef-woo-dropdown-cart .qodef-e-title a:hover {
	color: #ee0d08;
}
.qodef-woo-dropdown-cart .qodef-e-price {
	margin: 0;
	color: #101010;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6em;
}
.qodef-woo-dropdown-cart .qodef-e-quantity {
	margin: 3px 0 0;
	font-size: 15px;
	background-color: #ee0d08;
	font-weight: 400;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 30px;
	line-height: 1;
	color: #101010;
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 17px;
	padding-top: 9px;
}
.qodef-woo-dropdown-cart .qodef-m-order-details:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
	margin: 0;
}
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount,
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
	color: #ee0d08;
	font-size: 13px;
	font-weight: 400;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
	color: #747474;
}
.qodef-woo-dropdown-cart .qodef-m-action {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 8px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Muli, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	background-color: #ee0d08;
	border: 1px solid transparent;
	padding: 17px 20px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:after {
	content: "";
	height: 1px;
	width: 35px;
	position: relative;
	background-color: currentColor;
	display: inline-block;
	left: 22px;
	top: -4px;
	margin-right: 22px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: #101010;
}
.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	opacity: 1;
	visibility: visible;
}
.qodef-working-hours-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 16px;
}
.qodef-working-hours-list .qodef-e-day {
	position: relative;
	margin: 0;
}
.qodef-working-hours-list .qodef-e-day-icon {
	position: absolute;
	top: -2px;
	right: -8px;
	font-size: 8px;
	color: #ee0d08;
}
.qodef-working-hours-list .qodef-e-line {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 10px;
	border-bottom: 1px solid #bfb8b6;
	opacity: 0.5;
}
.qodef-working-hours-list .qodef-e-time {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-style: italic;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
	color: #ee0d08;
}
.qodef-working-hours-list .qodef-m-footer {
	position: relative;
	top: 3px;
	font-size: 14px;
	color: #817c7b;
}
.qodef-working-hours-list .qodef-m-footer-icon {
	position: relative;
	top: -5px;
	right: 0;
	font-size: 8px;
	color: #ee0d08;
}
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
		padding: 83px 40px;
	}
	.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
		padding: 83px 40px 87px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-author-info .qodef-m-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#qodef-author-info .qodef-m-content {
		margin-top: 23px;
	}
}
@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-header--vertical #qodef-page-header-inner {
		display: none;
	}
	.qodef-header--vertical #qodef-page-outer,
	.qodef-header--vertical footer {
		padding-left: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-top-area {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--gallery-small .qodef-media,
	.qodef-porfolio-single-layout--images-small .qodef-media,
	.qodef-porfolio-single-layout--masonry-small .qodef-media {
		margin-right: 0;
	}
	.qodef-porfolio-single-layout--gallery-small
		.qodef-grid
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--4,
	.qodef-porfolio-single-layout--images-small
		.qodef-grid
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--4,
	.qodef-porfolio-single-layout--masonry-small
		.qodef-grid
		> .qodef-grid-inner
		> .qodef-grid-item.qodef-col--4 {
		margin-top: 38px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--gallery-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		margin-top: 38px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-porfolio-single-layout--gallery-big
		.qodef-portfolio-single-item
		.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--images-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		margin-top: 38px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--masonry-big
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-porfolio-single-layout--slider
		.qodef-portfolio-single-item
		.qodef-portfolio-info {
		margin-top: 38px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .qodef-e-quotes {
		display: none;
	}
	.qodef-testimonials-list .qodef-e-inner {
		display: block;
	}
	.qodef-testimonials-list .qodef-e-content {
		margin: 180px 0 0;
		padding-bottom: 110px;
		width: 100%;
	}
	.qodef-testimonials-list .qodef-e-media-image {
		top: 0;
	}
	.qodef-testimonials-list .qodef-e-media-image img {
		width: auto;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block;
	}
	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-cards-gallery .qodef-m-fake-card {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
		-webkit-transform: scale(0.3) translateX(84%);
		-ms-transform: scale(0.3) translateX(84%);
		transform: scale(0.3) translateX(84%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
		-webkit-transform: scale(0.4) translateX(60%);
		-ms-transform: scale(0.4) translateX(60%);
		transform: scale(0.4) translateX(60%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
		-webkit-transform: scale(0.5) translateX(39%);
		-ms-transform: scale(0.5) translateX(39%);
		transform: scale(0.5) translateX(39%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
		-webkit-transform: scale(0.6) translateX(25%);
		-ms-transform: scale(0.6) translateX(25%);
		transform: scale(0.6) translateX(25%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
		-webkit-transform: scale(0.7) translateX(11.2%);
		-ms-transform: scale(0.7) translateX(11.2%);
		transform: scale(0.7) translateX(11.2%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(6) {
		-webkit-transform: scale(0.3) translateX(-84%);
		-ms-transform: scale(0.3) translateX(-84%);
		transform: scale(0.3) translateX(-84%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(5) {
		-webkit-transform: scale(0.4) translateX(-60%);
		-ms-transform: scale(0.4) translateX(-60%);
		transform: scale(0.4) translateX(-60%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(4) {
		-webkit-transform: scale(0.5) translateX(-39%);
		-ms-transform: scale(0.5) translateX(-39%);
		transform: scale(0.5) translateX(-39%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(3) {
		-webkit-transform: scale(0.6) translateX(-25%);
		-ms-transform: scale(0.6) translateX(-25%);
		transform: scale(0.6) translateX(-25%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(2) {
		-webkit-transform: scale(0.7) translateX(-11.2%);
		-ms-transform: scale(0.7) translateX(-11.2%);
		transform: scale(0.7) translateX(-11.2%);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-cards-gallery .qodef-m-fake-card {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
		-webkit-transform: scale(0.3) translateX(84%);
		-ms-transform: scale(0.3) translateX(84%);
		transform: scale(0.3) translateX(84%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
		-webkit-transform: scale(0.4) translateX(60%);
		-ms-transform: scale(0.4) translateX(60%);
		transform: scale(0.4) translateX(60%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
		-webkit-transform: scale(0.5) translateX(39%);
		-ms-transform: scale(0.5) translateX(39%);
		transform: scale(0.5) translateX(39%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
		-webkit-transform: scale(0.6) translateX(29%);
		-ms-transform: scale(0.6) translateX(29%);
		transform: scale(0.6) translateX(29%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
		-webkit-transform: scale(0.67) translateX(20%);
		-ms-transform: scale(0.67) translateX(20%);
		transform: scale(0.67) translateX(20%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(6) {
		-webkit-transform: scale(0.3) translateX(-84%);
		-ms-transform: scale(0.3) translateX(-84%);
		transform: scale(0.3) translateX(-84%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(5) {
		-webkit-transform: scale(0.4) translateX(-60%);
		-ms-transform: scale(0.4) translateX(-60%);
		transform: scale(0.4) translateX(-60%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(4) {
		-webkit-transform: scale(0.5) translateX(-39%);
		-ms-transform: scale(0.5) translateX(-39%);
		transform: scale(0.5) translateX(-39%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(3) {
		-webkit-transform: scale(0.6) translateX(-29%);
		-ms-transform: scale(0.6) translateX(-29%);
		transform: scale(0.6) translateX(-29%);
	}
	.qodef-cards-gallery.qodef-orientation--right
		.qodef-m-card:nth-last-child(2) {
		-webkit-transform: scale(0.67) translateX(-20%);
		-ms-transform: scale(0.67) translateX(-20%);
		transform: scale(0.67) translateX(-20%);
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-comparision-pricing-table .qodef-m-features .qodef-m-features-title {
		padding-left: 50px;
		padding-right: 50px;
	}
	.qodef-comparision-pricing-table
		.qodef-m-table
		.qodef-m-content
		div.qodef-m-features-item {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
		margin-bottom: -1px;
	}
	.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
		padding: 0 10%;
	}
	.qodef-comparision-pricing-table
		.qodef-m-table
		.qodef-m-content
		div.qodef-m-features-item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
		height: 65px;
	}
	.qodef-comparision-pricing-table .qodef-m-features .qodef-m-features-title {
		padding-left: 20px;
		padding-right: 20px;
	}
	.qodef-comparision-pricing-table .qodef-button {
		padding: 8px 17px;
	}
	.qodef-comparision-pricing-table .qodef-button .qodef-m-text:after {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
		width: 100%;
	}
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-content,
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table-head {
		border-left: 1px solid #e1e5fa !important;
	}
	.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li {
		font-size: 12px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-comparision-pricing-table {
		padding-bottom: 10px;
	}
	.qodef-comparision-pricing-table:before {
		content: "<<\00a0  swipe  \00a0>>";
		position: absolute;
		top: -30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 15px;
		font-weight: 400;
	}
	.qodef-comparision-pricing-table.qodef-columns--3 {
		overflow-x: scroll;
		overflow-y: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-features {
		min-width: 150px !important;
		width: auto;
	}
	.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
		min-width: 130px;
		margin-bottom: -1px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.qodef-comparision-pricing-table
		.qodef-m-table
		.qodef-m-content
		span.qodef-m-features-item {
		line-height: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.qodef-comparision-pricing-table .qodef-m-features .qodef-m-features-title {
		padding: 5px 20px;
	}
	.qodef-comparision-pricing-table .qodef-m-features .qodef-m-content li,
	.qodef-comparision-pricing-table .qodef-m-features .qodef-m-footer {
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-countdown.qodef-show--4 .qodef-m-date,
	.qodef-countdown.qodef-show--5 .qodef-m-date,
	.qodef-countdown.qodef-show--6 .qodef-m-date {
		display: block;
		text-align: center;
	}
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.33333333333333%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-countdown.qodef-layout--simple .qodef-digit {
		font-size: 50px;
	}
	.qodef-countdown.qodef-layout--simple .qodef-label {
		font-size: 10px;
		bottom: 7px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-holder-with-image .qodef-m-image {
		width: auto !important;
	}
	.qodef-holder-with-image .qodef-m-content {
		margin-left: 25% !important;
		width: 75% !important;
	}
	.qodef-holder-with-image.qodef-layout--image-right .qodef-m-content {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-holder-with-image.qodef-disable-below--1024 {
		padding: 0;
	}
	.qodef-holder-with-image.qodef-disable-below--1024 .qodef-m-image {
		position: relative;
		height: auto;
		width: 100% !important;
		left: 0;
		right: 0;
	}
	.qodef-holder-with-image.qodef-disable-below--1024 .qodef-m-content {
		width: 100% !important;
		margin: 0 !important;
		padding: 30px 18px !important;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-holder-with-image.qodef-disable-below--768 {
		padding: 0;
	}
	.qodef-holder-with-image.qodef-disable-below--768 .qodef-m-image {
		position: relative;
		height: auto;
		width: 100% !important;
		left: 0;
		right: 0;
	}
	.qodef-holder-with-image.qodef-disable-below--768 .qodef-m-content {
		width: 100% !important;
		margin: 0 !important;
		padding: 30px 18px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-banners {
		height: auto;
	}
	.qodef-interactive-banners.qodef-ib-full-height {
		height: auto;
	}
	.qodef-interactive-banners.qodef-ib-fixed-height {
		height: auto !important;
	}
	.qodef-interactive-banners .qodef-ib-images-holder {
		display: none;
	}
	.qodef-interactive-banners .qodef-ib-grid {
		display: none;
	}
	.qodef-interactive-banners .qodef-ib-content-holder {
		display: block;
		position: relative;
		height: auto;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-image-holder-responsive {
		display: block;
		height: 80vh;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-image-holder-responsive:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
		display: block;
		width: 100%;
		height: 80vh;
		padding: 0;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-tag {
		display: none;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner {
		position: absolute;
		left: 48px;
		bottom: 53px;
		width: auto;
		height: auto;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-btn-holder,
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-small-image,
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-subtitle,
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-title {
		opacity: 1 !important;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}
@media only screen and (max-width: 360px) {
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner {
		left: 30px;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-number-holder {
		left: -15%;
	}
}
@media only screen and (max-width: 320px) {
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner {
		left: 20px;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-title {
		margin: 0 0 20px;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-item-inner
		.qodef-ib-item-title
		h2 {
		font-size: 28px;
	}
	.qodef-interactive-banners
		.qodef-ib-content-holder
		.qodef-ib-item
		.qodef-ib-number-holder {
		left: -17%;
	}
	.qodef-ib-number-holder .qodef-ib-number {
		font-size: 50vw;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
	.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 12px;
	}
	.qodef-section-title.qodef-title-with-tagline .qodef-m-text,
	.qodef-section-title.qodef-title-with-tagline .qodef-m-title {
		padding: 0;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-swapping-image-gallery .qodef-m-info {
		padding: 50px 9%;
	}
	.qodef-swapping-image-gallery .qodef-m-image-holder {
		width: 72%;
		margin-left: 28%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-swapping-image-gallery {
		display: block;
	}
	.qodef-swapping-image-gallery .qodef-m-info {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		padding: 115px 12.5% 70px;
		background-color: #fff;
		z-index: 90;
	}
	.qodef-swapping-image-gallery .qodef-m-image-holder,
	.qodef-swapping-image-gallery .qodef-m-info {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.qodef-swapping-image-gallery .qodef-m-image-holder {
		width: auto;
		margin-left: 0;
	}
	.qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
	.qodef-swapping-image-gallery.qodef-title-with-tagline
		.qodef-m-title-tagline {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 12px;
	}
	.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-text,
	.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-title {
		padding: 0;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-swapping-image-gallery .qodef-m-info {
		padding: 94px 7% 50px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 0 26px;
		padding: 0;
		width: 100%;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
		.qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
		.qodef-tabs-content {
		margin-top: 26px;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-vertical-split-slider.qodef-disable-below--1024 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024
		+ .qodef-vss-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024
		+ .qodef-vss-responsive
		.qodef-m-slide-content,
	.qodef-vertical-split-slider.qodef-disable-below--1024
		+ .qodef-vss-responsive
		.qodef-m-slide-image {
		min-height: 100vh;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-vertical-split-slider.qodef-disable-below--768 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768
		+ .qodef-vss-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768
		+ .qodef-vss-responsive
		.qodef-m-slide-content,
	.qodef-vertical-split-slider.qodef-disable-below--768
		+ .qodef-vss-responsive
		.qodef-m-slide-image {
		min-height: 100vh;
	}
}
@media only screen and (max-height: 700px) {
	#qodef-side-area {
		padding: 60px 65px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0 !important;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(5n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(6n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(7n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item:nth-child(8n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 16.66667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 14.28571%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
		#ctf
		.ctf-tweets
		> .ctf-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -50px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
		margin: 0 -25px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
		padding: 0 25px;
		margin: 0 0 50px;
	}
}
