:root {
	--pageFrame: 1155px;
	--maxWidth: 2000px;
	--padLess: 3.4375rem;
	--padNorm: 4.6875em;
	--padMore: 6;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__less,
.block.banner-padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.banner-padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.banner-padding-top__normal {
	padding-top: var(--padMore);
}
.block.banner-padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.banner-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.banner-padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
	.block.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.banner-padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.banner-padding-top__normal {
		padding-top: 2.5em;
	}
	.block.banner-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.banner-padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.banner-padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.block.banner-padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.block.bg-color__gray,
.button-bg-color__gray .faq-dropdown__button,
.block.parallax__yes.bg-color__gray .block__bg-img,
.text-area-bg-color__gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__gray,
.story_panel.text-area-bg-color__gray:not(.box-style__outline) .col-2 {
	background-color: #e6e6e6;
}
.story_panel.text-area-bg-color__gray.box-style__outline .col-2 {
	border-color: #e6e6e6;
}
.light-bg .text,
.light-button-bg .faq-dropdown__button,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box .text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text,
.block.dark-text-area .pop-box .text,
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	max-width: 225%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.flex-wrap-mobile {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* SITEMAP */
#html_sitemap {
	display: block;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
}
/*-------------- FEATURED HERO ---------------*/
html body .block.block_type__featured-hero {
	/* padding-bottom: 105%; */
}
.featured-hero__image {
	display: none;
}
.featured-hero__image,
.featured-hero__content-col {
	margin: 0 auto;
	max-width: 333px;
	width: 100%;
}
.featured-hero__content-col {
	max-width: 100%;
	text-align: center;
}
.block .featured-hero__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	margin: 20px -10px;
}
.block .featured-hero__title span {
	margin: 0 10px;
}
.featured-hero__video-container {
	border-bottom: 40px solid #fdfdf5;
	border-left: 5px solid #fdfdf5;
	border-right: 5px solid #fdfdf5;
	height: 95.5vw;
	width: 199vw;
	left: 50%;
	/* margin-top: 205px; */
	margin-top: 20px;
	max-height: 920px;
	max-width: 106.5%;
	/* margin-top: -150px; */
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),
		url(/wp-content/themes/anusia_films/assets/images/mask_logo-invert-2.png);
	-webkit-mask-image: linear-gradient(to bottom, #000, #000), url(/wp-content/themes/anusia_films/assets/images/mask_logo-invert-2.png);
	mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(/wp-content/themes/anusia_films/assets/images/mask_logo-invert-2.png);
	mask-image: linear-gradient(to bottom, #000, #000), url(/wp-content/themes/anusia_films/assets/images/mask_logo-invert-2.png);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	/* mask-repeat: no-repeat; */
	-webkit-mask-size: 110%;
	mask-size: 110%;
	position: relative;
	-webkit-transform: translateX(-53%);
	transform: translateX(-53%);
}
.featured-hero__video-container iframe,
.featured-hero__video-container video {
	pointer-events: none;
}
.featured-hero__video-container iframe {
	height: 110%;
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 205%;
}
@media only screen and (min-width: 640px) {
	html body .block.block_type__featured-hero {
		/* padding-bottom: 70%; */
	}
	.featured-hero__video-container {
		height: 83vw;
		width: 200vw;
		/* margin-top: 180px; */
		max-height: 892px;
		/* max-width: 73.5%; */
		max-width: 100%;
		-webkit-mask-size: 99%;
		mask-size: 99%;
		-webkit-transform: translateX(-49%);
		transform: translateX(-49%);
	}
}
@media only screen and (min-width: 1024px) {
	html body .block.block_type__featured-hero {
		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;
		min-height: 740px;
		padding-bottom: 0;
	}
	html body .block.block_type__featured-hero .page_frame {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.featured-hero__image,
	.featured-hero__content-col {
		display: block;
		max-width: 405px;
		margin: 0;
	}
	.block .featured-hero__title {
		justify-content: flex-start;
		margin: 20px -10px;
		text-align: left;
	}
	.block .featured-hero__title span {
		margin: 0 10px;
	}
	.featured-hero__video-container {
		height: 200vw;
		width: 200vw;
		left: 50%;
		margin-right: -150px;
		margin-top: -150px;
		max-height: 892px;
		max-width: 1041px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 1041px 860px;
		mask-size: 1041px 860px;
		position: absolute;
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%);
	}
}
/*-------------- ONE COLUMN ---------------*/
@media only screen and (min-width: 1024px) {
	.block.one_col_content .text .desk-center {
		text-align: center;
	}
	.block.one_col_content .text form {
		margin: 0 auto;
		max-width: 50%;
	}
}

/*-------------- LOGOS ---------------*/
.block.logos_block .logos__title {
	padding: 0 20px;
}
.block.logos_block .slider .slick-list {
	max-width: 100%;
	width: 100%;
}
/* .block.logos_block .slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
} */
.grid--logos .img-frame.slick-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	margin: 0 40px;
	max-width: 90px;
	width: 90px;
}
.grid--logos .img-frame img {
	max-width: 90px;
	/* width: 90px; */
}
.grid--logos .logo__image {
	-webkit-filter: grayscale(100) contrast(1);
	filter: grayscale(100) contrast(1);
	margin-bottom: 0;
	max-width: 90px;
}
/*-------------- INTERIOR HERO ---------------*/
html body .block.block_type__interior-hero {
	min-height: 565px;
}
/*-------------- FEATURED VIDEO SLIDER ---------------*/
.block_type__featured-video-slider > .page_frame {
	max-width: 2000px;
	padding: 0;
}
.featured-video-slider__carousel {
	padding-bottom: 50px;
}
.featured-video-slider__carousel .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100vw;
	border-radius: 10px 10px 0 10px;
	margin: 0 10px;
	max-height: 572px;
	max-width: calc(100vw - 40px);
	overflow: hidden;
	padding: 10px 20px 25px 20px;
	position: relative;
	width: 100%;
}
.featured-video-slider__carousel .slide .text {
	color: var(--textLight);
}
.featured-video-slider__slide-video.bg-grad__true:after,
.featured-video-slider__slide-video.bg-grad__true .video-thumb-frame:after {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.featured-video-slider__slide-video .video-thumb-frame {
	transition: opacity ease 500ms;
}
.featured-video-slider__slide-video .video-thumb-frame:after {
	background-color: transparent;
}
.featured-video-slider__slide-title {
	background: -webkit-gradient(linear, left top, right top, from(#30e8bf), to(#cdf196));
	background: linear-gradient(90deg, #30e8bf 0%, #cdf196 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.featured-video-slider__slide-desc {
	max-width: calc(100% - 70px);
	width: 100%;
}
.featured-video-slider__slide-logo-container {
	bottom: 0;
	background-color: #fff;
	border-radius: 5px 0 0 0;
	padding: 10px 13px;
	position: absolute;
	right: -1px;
}
.block .featured-video-slider__slide-logo img {
	-webkit-filter: grayscale(100) contrast(1);
	filter: grayscale(100) contrast(1);
	max-height: 24px;
	max-width: 110px;
}
.slick-slider .slick-arrow {
	background-color: transparent;
	background-image: url(/wp-content/themes/anusia_films/assets/images/icon_slider-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 38px;
	opacity: 1;
	top: calc(100% - 24px);
	width: 38px;
}
.slick-slider .slick-arrow:before {
	display: none;
}
.slick-slider .slick-prev {
	left: 5px;
}
.slick-slider .slick-next {
	right: 5px;
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}
.featured-video-slider__carousel .slick-prev {
	left: 18px;
}
.featured-video-slider__carousel .slick-next {
	right: 18px;
}
.slick-slider .slick-arrow.slick-disabled {
	background-image: url(/wp-content/themes/anusia_films/assets/images/icon_slider-arrow-gray.png);
}
.block .slick-dots li {
	height: 16px;
	margin: 0 3px;
	width: 16px;
}
.block .slick-dots li button {
	background-image: none;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: currentColor;
	height: 16px;
	padding: 0;
	width: 16px;
}
.block .slick-dots .slick-active button {
	background-image: radial-gradient(circle at center, currentColor 4px, transparent 4px);
}
.block .slick-dots button::before {
	display: none;
}
@media only screen and (min-width: 768px) {
	.featured-video-slider__carousel {
		padding-bottom: 0px;
	}
	.featured-video-slider__carousel .slide {
		padding: 45px 80px 25px 20px;
	}
	.featured-video-slider__slide-desc {
		max-width: calc(100% - 245px);
	}
	.featured-video-slider__slide-logo-container {
		padding: 22px 53px 20px 60px;
	}
	.block .featured-video-slider__slide-logo img {
		max-height: 62px;
		max-width: 110px;
	}
	.featured-video-slider__slide-video.bg-grad__true:after {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(78.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))),
			-webkit-gradient(linear, left top, left bottom, color-stop(82.17%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))),
			-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 78.5%, rgba(0, 0, 0, 0.6) 100%),
			linear-gradient(180deg, rgba(0, 0, 0, 0) 82.17%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	}
	.featured-video-slider__slide-video.bg-grad__true .video-thumb-frame:after {
		background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(29.62%, rgba(0, 0, 0, 0.8)));
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 29.62%);
		opacity: 1;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
	.slick-active .featured-video-slider__slide-video .video-thumb-frame:after {
		opacity: 0;
	}
	.slick-slider .slick-arrow {
		top: 50%;
	}
}
@media only screen and (min-width: 1024px) {
	.featured-video-slider__carousel {
		padding-left: 20px;
	}
}
@media only screen and (min-width: 1160px) {
	.featured-video-slider__carousel {
		padding-left: 82px;
	}
	.featured-video-slider__carousel .slide {
		max-width: 1033px;
	}
}
@media only screen and (max-width: 639px) {
	.block .featured-video-slider__slide-title h2 {
		font-size: 1.5rem;
	}
}
@media only screen and (hover: hover) and (min-width: 768px) {
	.featured-video-slider__carousel .slide.playing iframe,
	.featured-video-slider__carousel .slide.playing video,
	.featured-video-slider__carousel .slide .video-thumb-frame {
		opacity: 1;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
	.featured-video-slider__carousel .slide iframe,
	.featured-video-slider__carousel .slide video,
	.featured-video-slider__carousel .slide.playing .video-thumb-frame {
		opacity: 0;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
}
/*-------------- IMAGE SLIDER ---------------*/
.block_type__image-slider .col {
	margin-bottom: 0;
}
.image-slider .slick-slide {
	height: 50vw;
	margin: 0 5px;
	max-height: 288px;
	max-width: 385px;
	position: relative;
	width: 100%;
}
.image-slider .slick-slide img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
	margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
	.block_type__image-slider .slick-list:before,
	.block_type__image-slider .slick-list:after {
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		width: 10%;
		z-index: 1;
	}
	.block_type__image-slider .slick-list:after {
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 1)), to(rgba(245, 245, 245, 0)));
		background-image: linear-gradient(to left, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
		right: 0;
	}
	.block_type__image-slider .slick-list:before {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 1)), to(rgba(245, 245, 245, 0)));
		background-image: linear-gradient(to right, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
		left: 0;
	}
	/* OPTIONS */
	.block_type__image-slider.bg-color__white .slick-list:before {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.block_type__image-slider.bg-color__white .slick-list:after {
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.block_type__image-slider.bg-color__black .slick-list:before {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}
	.block_type__image-slider.bg-color__black .slick-list:after {
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}
	.block_type__image-slider.bg-color__gray .slick-list:before {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 1)), to(rgba(230, 230, 230, 0)));
		background-image: linear-gradient(to right, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	}
	.block_type__image-slider.bg-color__gray .slick-list:after {
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(230, 230, 230, 1)), to(rgba(230, 230, 230, 0)));
		background-image: linear-gradient(to left, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	}
}
/*-------------- TESTIMONIAL SLIDER ---------------*/
.testimonial-slide .slick-arrow {
	top: 50%;
}
.testimonial-slider .slick-prev {
	left: 5px;
}
.testimonial-slider .slick-next {
	right: 5px;
}

@media only screen and (min-width: 768px) {
	.block_type__2-column-bigright .all-cols-wrap .col-2,
	.two_col_content.big_right .all-cols-wrap .col-2,
	.block_type__2-column-bigleft .all-cols-wrap .col-1,
	.two_col_content.big_left .all-cols-wrap .col-1 {
		width: 57.9%;
	}
}
@media only screen and (max-width: 767px) {
	.block.two_col_content.mobile-reverse-order__true .all-cols-wrap {
		flex-direction: column-reverse;
	}
}
