/*-----------------------------------------------------------------------------------
	Blocs Builder
	About: Blocs Builder
	Author: Pete Sharp
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'ManropeExtraLight-SemiBold';
	src: url('./fonts/ManropeExtraLight-SemiBold/manrope.woff2');
	src: url('./fonts/ManropeExtraLight-SemiBold/manrope.woff2') format('woff2'),
	url('./fonts/ManropeExtraLight-SemiBold/manrope.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ManropeExtraLight-SemiBold/manrope.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ManropeExtraLight-ExtraLight';
	src: url('./fonts/ManropeExtraLight-ExtraLight/manrope.woff2');
	src: url('./fonts/ManropeExtraLight-ExtraLight/manrope.woff2') format('woff2'),
	url('./fonts/ManropeExtraLight-ExtraLight/manrope.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ManropeExtraLight-Regular';
	src: url('./fonts/ManropeExtraLight-Regular/manrope.woff2');
	src: url('./fonts/ManropeExtraLight-Regular/manrope.woff2') format('woff2'),
	url('./fonts/ManropeExtraLight-Regular/manrope.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ManropeExtraLight-Regular/manrope.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ManropeExtraLight-ExtraBold';
	src: url('./fonts/ManropeExtraLight-ExtraBold/manrope.woff2');
	src: url('./fonts/ManropeExtraLight-ExtraBold/manrope.woff2') format('woff2'),
	url('./fonts/ManropeExtraLight-ExtraBold/manrope.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ManropeExtraLight-ExtraBold/manrope.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ManropeExtraLight-Bold';
	src: url('./fonts/ManropeExtraLight-Bold/manrope.woff2');
	src: url('./fonts/ManropeExtraLight-Bold/manrope.woff2') format('woff2'),
	url('./fonts/ManropeExtraLight-Bold/manrope.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-xl{
	font-size:100px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"ManropeExtraLight-Regular";
	font-weight:normal;
	letter-spacing:0.02em;
	color:#000000!important;
	line-height:1.8em;
	font-display:swap;
}
.container{
	max-width:1140px;
}
.bloc-offcanvas{
	background-color:var(--swatch-var-4452);
}
.offcanvas{
	height:auto;
}
.offcanvas-menu{
	border-style:_popUpItemAction:;
	background-color:var(--swatch-var-4452);
}
.offcanvas-header{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.offcanvas-title{
	color:#000000!important;
	margin-top:0px;
	margin-bottom:0px;
}
.offcanvas-close{
	color:#CE0027!important;
	font-size:2rem;
	cursor:pointer;
	margin-left:auto;
	opacity:0.8;
}
.offcanvas-close:hover{
	opacity:1.0;
}
.offcanvas-body{
	flex-direction:column;
	display:flex;
	background:linear-gradient(180deg, var(--swatch-var-4452) 0%, var(--swatch-var-3398) 100%);
}
.offcanvas-content{
	width:100%;
	max-width:1300px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:2rem;
}
.offcanvas-toggle{
	background-color:var(--swatch-var-119);
	color:var(--swatch-var-4012)!important;
	text-transform:uppercase;
	font-size:0.9rem;
	padding:0.3em 1.5em 0.3em 1.5em;
	font-family:"Manrope";
	position:relative;
	overflow:hidden;
	z-index:1059;
	font-weight:800;
	border-radius:5px 5px 5px 5px;
	width:37px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	height:37px;
	box-shadow:3.54px 3.54px 0px #080F14;
	border-color:var(--swatch-var-6510)!important;
	border-width:2px 2px 2px 2px;
}
.topnav{
	margin-right:auto;
	margin-left:auto;
	padding:5px 1rem 5px 1rem;
	width:100%;
	max-width:1500px;
}
.offcanvas-menu-grid{
	grid-template-columns:0.45fr 1fr;
	column-gap:35px;
	height:auto;
	min-height:80vh;
	padding-top:2rem;
}
.menu-brics-grid{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:7%;
}
.menu-brics-grid .card{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:transparent!important;
	font-size:2rem;
	overflow:visible;
	border-width:2px 2px 2px 2px;
	border-radius:10px 10px 10px 10px;
}
.menu-brics-grid .card .card-body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:flex;
	flex-direction:column;
	background-color:var(--swatch-var-3460);
}
.menu-brics-grid .card .card-body a{
	font-size:0.9em;
	color:var(--swatch-var-4012)!important;
	text-transform:capitalize;
	text-decoration:none;
	font-family:"ManropeExtraLight-Regular";
	letter-spacing:0.02em;
	font-weight:600;
	line-height:1.4em;
}
.menu-brics-grid .card .card-body h5{
	font-size:1rem!important;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0.5rem 0.5em 0rem 0.5em;
	line-height:1.1em;
}
.menu-brics-grid .card:hover{
	border-style:none;
}
.offcanvas-toggle:hover{
	background-color:var(--swatch-var-119);
}
.offcanvas-toggle:active{
	background-color:var(--swatch-var-119);
}
.offcanvas-toggle:focus{
	background-color:var(--swatch-var-119);
}
.offcanvas-toggle:visited{
	background-color:var(--swatch-var-119);
	font-family:"Raleway-Black";
}
.offcanvas-content h4{
	font-family:"ManropeExtraLight-SemiBold";
	letter-spacing:0.05em;
	text-transform:uppercase;
	font-size:1.1rem;
	color:var(--swatch-var-709)!important;
	font-weight:800;
}
.offcanvas-content ul li{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.offcanvas-content ul li a{
	font-size:1.4rem;
	font-family:"ManropeExtraLight-Regular";
	text-decoration:none;
	color:var(--swatch-var-4012)!important;
	text-transform:capitalize;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	font-weight:800;
}
.offcanvas-content ul li p{
	margin:0px 0px 0px 0px;
}
.menu-brics-grid .card img{
	border-radius:10px 10px 10px 10px;
	box-shadow:4.95px 4.95px 0px #080F14;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
}
.offcanvas-content ul li a:hover{
	color:var(--swatch-var-18)!important;
}
.offcanvas-content p{
	color:var(--swatch-var-709)!important;
	font-family:"ManropeExtraLight-ExtraLight";
	text-transform:none;
	font-size:1rem;
	font-weight:600;
}
.navbar-brand img{
	height:auto;
	width:200px;
}
h1{
	font-family:"ManropeExtraLight-ExtraBold";
	font-weight:800;
}
.hero{
	overflow:hidden;
	border-width:0px 0px 3px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	padding-top:3rem;
	background-color:var(--swatch-var-4452);
	background:linear-gradient(180deg, var(--swatch-var-4452) 0%, var(--swatch-var-3398) 40%);
}
.hero h1{
	color:#FFFFFF!important;
	line-height:1.2em;
	text-transform:none;
	font-size:3.8rem;
	letter-spacing:-0.02em;
	text-shadow:3.54px 3.54px 0px #080F14;
}
.btn-primary{
	color:var(--swatch-var-4012)!important;
	border-radius:5px 5px 5px 5px;
	padding-left:2rem;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	background-color:var(--swatch-var-3460);
	z-index:1;
	cursor:pointer;
	min-width:220px;
	font-size:1.2rem;
	font-family:"ManropeExtraLight-ExtraBold";
	font-weight:800;
	padding-right:2rem;
	border-width:2px 2px 2px 2px;
	box-shadow:4.95px 4.95px 0px #080F14;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
}
.btn-primary::after{
	position:absolute;
	content:"";
	background:linear-gradient(90deg, var(--swatch-var-4737) 0%, var(--swatch-var-6308)  100%);
	display:block;
	z-index:-1;
	top:-8rem;
	left:-2rem;
	right:-2rem;
	bottom:-8rem;
}
.offcanvas-toggle::after{
	position:absolute;
	content:"";
	background:linear-gradient(90deg, var(--swatch-var-4737) 0%, var(--swatch-var-6308)  100%);
	display:block;
	z-index:-1;
	top:-4rem;
	right:-1rem;
	bottom:-4rem;
	left:-1rem;
}
.footer{
	background-color:var(--swatch-var-4452);
	background:linear-gradient(0deg, var(--swatch-var-4452) 0%, var(--swatch-var-4452)  100%);
}
.divider-background-color{
	background-color:var(--swatch-var-2647);
	width:20%;
}
h3{
	font-family:"ManropeExtraLight-SemiBold";
	font-weight:800;
	font-size:1.8rem;
}
.blockquote{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-color:var(--swatch-var-4737)!important;
	border-style:solid;
	padding-top:2rem;
	padding-bottom:2rem;
	margin:2rem 1rem 2rem 1rem;
	border-width:0px 0px 0px 3px;
}
.blockquote p{
	font-family:"Manrope";
	color:var(--swatch-var-4452)!important;
}
h2{
	font-family:"ManropeExtraLight-ExtraBold";
	font-size:2.8rem;
	color:var(--swatch-var-119)!important;
	text-align:left;
	background-attachment:scroll;
	line-height:1.4em;
	letter-spacing:0.01em;
	background:linear-gradient(90deg, var(--swatch-var-18) 0%, var(--swatch-var-4737)   50%, var(--swatch-var-6308)  100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-weight:800;
}
.grid-bloc-3-style{
	column-gap:51px;
}
.btn-secondary{
	border-radius:5px 5px 5px 5px;
	padding-left:2rem;
	padding-right:2rem;
	background-color:var(--swatch-var-4452);
	color:var(--swatch-var-4012)!important;
	font-family:"ManropeExtraLight-Regular";
	text-transform:uppercase;
	min-width:220px;
	font-size:1.2rem;
	font-weight:800;
	box-shadow:4.95px 4.95px 0px #080F14;
	border-width:0px 0px 0px 0px;
}
.btn-secondary:hover{
	background-color:var(--swatch-var-4452);
	color:var(--swatch-var-4012)!important;
}
.btn-secondary:active{
	color:var(--swatch-var-4012)!important;
}
.btn-set-wrapper{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-around;
}
.text-large{
	font-size:1.2em;
	line-height:1.6em;
}
.topnav-inner{
	margin-left:auto;
	margin-right:auto;
}
.hero p{
	color:var(--swatch-var-4012)!important;
	font-size:1.2rem;
	line-height:1.6em;
}
.hero-inner{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.hero-inner-arrow{
	position:absolute;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	bottom:1rem;
}
.btn-group{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden!important;
	display:inline-flex;
	border-radius:10px 10px 10px 10px;
	z-index:10;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	box-shadow:3.54px 3.54px 0px #080F14;
	border-width:2px 2px 2px 2px;
}
.btn-group-btn{
	background-color:var(--swatch-var-6407);
	text-transform:uppercase;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:0.25em 2em 0.25em 2em;
	border-width:0px 0px 0px 0px;
	font-family:"ManropeExtraLight-Regular";
	font-weight:800;
	font-size:0.8rem;
	color:var(--swatch-var-4012)!important;
}
.btn-group-btn:hover{
	background-color:var(--swatch-var-119);
	color:var(--swatch-var-4012)!important;
}
.btn-group:hover{
	z-index:1;
	overflow:hidden;
}
.hero-small{
	padding-top:3rem;
	padding-bottom:3rem;
}
.hero-partner{
	background:linear-gradient(0deg, var(--swatch-var-880) 0%, var(--swatch-var-4452) 100%);
}
.hero-store{
	background:linear-gradient(0deg, var(--swatch-var-4076) 30%, var(--swatch-var-4452) 100%);
}
.btn-group::after{
	position:absolute;
	content:"";
	top:0rem;
	left:0px;
	right:0px;
	bottom:0rem;
	background:linear-gradient(90deg, var(--swatch-var-18) 0%, var(--swatch-var-4737) 100%);
	display:block;
	z-index:-1;
}
.offcanvas-demo-toggle-wrapper{
	width:100%;
	margin:2rem auto 3rem auto;
	padding:1rem 1rem 2rem 1rem;
	background-size:cover;
	max-width:700px;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-6407);
}
ul li{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
ul li p{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
.card{
	border-width:2px 2px 2px 2px;
	display:flex;
	overflow:hidden;
	border-style:none;
	border-radius:0px 0px 0px 0px;
}
.text-small{
	font-size:0.6em;
	text-transform:capitalize;
}
.bric-details-grid{
	grid-template-columns:1fr 1fr;
	margin:2rem 2rem 2rem 2rem;
	padding:0px 0px 0px 0px;
	grid-template-rows:auto;
}
p{
	font-family:"ManropeExtraLight-Regular";
	font-size:1rem;
	font-weight:500;
	line-height:1.8em;
	color:var(--swatch-var-4452)!important;
	letter-spacing:0.06em;
}
.footer h4{
	color:var(--swatch-var-346)!important;
	font-family:"Raleway-SemiBold";
	text-transform:uppercase;
	font-size:0.9rem;
}
.footer a{
	color:var(--swatch-var-4012)!important;
	font-size:1.1rem;
	text-decoration:none;
	text-transform:capitalize;
	font-family:"Raleway-Medium";
}
.footer a:hover{
	color:var(--swatch-var-18)!important;
}
.footer-grid{
	grid-template-columns:1fr 1fr 1.80fr;
	width:100%;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	padding-left:3rem;
	padding-right:3rem;
}
.footer-better-thought-studio-logo{
	width:60%;
	height:auto;
	max-width:180px;
}
.hero-learn{
	background:linear-gradient(0deg, var(--swatch-var-2186) 20%, var(--swatch-var-4452)  100%);
}
.bloc-fill{
	fill:var(--swatch-var-4319);
}
.device-one{
	margin-top:2rem;
}
.device-two{
	top:-5rem;
	position:relative;
	right:-3rem;
}
.grid-tutorials-style{
	grid-template-columns:1fr 1fr 1fr;
}
.overview-video{
	width:90%;
	max-width:600px;
	margin:2rem auto 2rem auto;
}
.menu-footer{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	max-width:350px;
	margin-right:1rem;
	margin-left:auto;
	margin-bottom:1rem;
}
.menu-footer a{
	font-size:1rem;
	color:var(--swatch-var-4012)!important;
	text-decoration:none;
	font-family:"ManropeExtraLight-Regular";
	font-weight:800;
	letter-spacing:0.025em;
}
.menu-footer a:hover{
	color:var(--swatch-var-4012)!important;
}
.fp-carousel{
	position:relative;
}
.fp-carousel-wrapper{
	border-color:var(--swatch-var-4012)!important;
	border-style:solid;
	border-width:20px 20px 20px 20px;
	border-radius:10px 10px 10px 10px;
	width:100%;
}
.fp-carousel-wrapper .carousel-indicators{
	bottom:-5rem;
	justify-content:flex-start;
	align-items:center;
	margin-left:0px;
	z-index:10;
}
.fp-carousel-wrapper .carousel-indicators li{
	height:16px;
	width:16px;
	background-color:var(--swatch-var-6308);
	overflow:hidden;
	border-radius:30px 30px 30px 30px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.bloc-0-fill{
	fill:var(--swatch-var-6407);
}
.coming-soon{
	overflow:hidden;
	z-index:-1;
}
.coming-soon::after{
	position:absolute;
	content:"Coming Soon";
	top:0px;
	left:0px;
	right:0px;
	background-color:var(--swatch-var-6308);
	font-size:0.3em;
	text-align:center;
	color:var(--swatch-var-4012)!important;
	font-family:"Raleway-Black";
	display:flex;
	align-items:center;
	justify-content:center;
	letter-spacing:0.07em;
	text-transform:uppercase;
	overflow:hidden;
	padding-top:3px;
	padding-bottom:3px;
}
.new-bric{
	overflow:hidden;
	z-index:-1;
}
.new-bric::after{
	position:absolute;
	content:"New !";
	top:0px;
	left:0px;
	right:0px;
	background-color:var(--swatch-var-2785);
	font-size:0.3em;
	text-align:center;
	color:var(--swatch-var-4012)!important;
	font-family:"Raleway-Black";
	display:flex;
	align-items:center;
	justify-content:center;
	letter-spacing:0.07em;
	text-transform:uppercase;
	overflow:hidden;
	padding-top:3px;
	padding-bottom:3px;
}
h4{
	font-family:"ManropeExtraLight-SemiBold";
	font-weight:600;
	margin-top:2rem!important;
	margin-bottom:0.5rem!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
h5{
	font-family:"Manrope";
	font-weight:600;
}
h6{
	font-family:"Manrope";
	font-weight:600;
}
.footer-social-wrapper{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-bottom:1rem;
	margin-top:1rem;
}
.text-strikethrough{
	text-decoration:line-through!important;
}
.profile-image{
	width:80%!important;
	max-width:200px;
	margin-top:1rem;
	margin-bottom:2rem;
	border-color:#000000!important;
	border-style:solid;
	border-radius:10px 10px 10px 10px;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.content p a{
	text-decoration:none;
	position:relative;
	color:var(--swatch-var-4452)!important;
	font-family:"ManropeExtraLight-Regular";
	font-weight:800;
}
.content p a::before{
	position:absolute;
	content:"";
	height:2px;
	background:linear-gradient(90deg, var(--swatch-var-4737) 0%, var(--swatch-var-6308)  100%);
	bottom:-0.2em;
	left:0em;
	right:0em;
	width:40px;
	max-width:100%;
}
.content p a:hover{
	background:linear-gradient(90deg, var(--swatch-var-4737) 0%, var(--swatch-var-6308) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:var(--swatch-var-3460)!important;
	opacity:1!important;
}
.footer-section{
	display:flex;
	flex-direction:column;
}
.offcanvas-content ul li a::before{
	content:"";
	display:none;
}
.grid-0-bloc-5-style{
	column-gap:50px;
	grid-template-columns:0.70fr 1fr;
}
.form-control{
	border-radius:5px 5px 5px 5px;
	font-family:"ManropeExtraLight-SemiBold";
	font-size:1rem;
	border-width:2px 2px 2px 2px;
	box-shadow:4.95px 4.95px 0px #080F14;
	border-color:var(--swatch-var-6510)!important;
	border-style:solid;
	font-weight:800;
	color:var(--swatch-var-6510)!important;
}
.form-control-lg{
	padding-left:1rem!important;
	border-radius:5px 5px 5px 5px;
}
.form-select-lg{
	border-radius:5px 5px 5px 5px;
	font-size:1rem;
	font-family:"Manrope";
	border-width:0px 0px 0px 0px;
}
label{
	font-size:0.8rem;
	font-family:"Manrope";
	margin-bottom:0.2em!important;
	color:var(--swatch-var-6510)!important;
	text-transform:none;
	font-weight:600;
}
.form-wrapper{
	width:100%;
	max-width:600px;
	margin:auto auto auto auto;
	background-color:var(--swatch-var-2491);
	border-radius:10px 10px 10px 10px;
	padding:0rem 2rem 2rem 2rem;
}
.hero h2{
	text-transform:none;
	font-family:"ManropeExtraLight-SemiBold";
	color:var(--swatch-var-18)!important;
	font-size:1.8rem;
	margin-top:0.2em;
	font-weight:normal;
	text-decoration:none;
	text-shadow:2.12px 2.12px 0px #080F14;
}
.store-item{
	border-width:2px 2px 2px 2px;
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-color:var(--swatch-var-4737)!important;
	padding:1rem 1rem 1rem 1rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.btn-smaller{
	font-size:0.9rem;
	padding:0.3rem 0.3rem 0.3rem 0.3rem;
}
.store-item:hover{
	border-color:var(--swatch-var-6308)!important;
}
.grid-39178-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.store-inner{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-around;
}
.store-inner-item{
	width:50%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.store .card{
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	padding:1rem 1rem 1rem 1rem;
}
.img-bloc-6-style{
	width:500px;
}
.card:hover{
	color:var(--swatch-var-4012)!important;
}
.content p a::before:hover{
	content:"";
}
.img-style{
	width:290px;
}
.grid-bloc-13-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.hstack{
	flex-wrap:wrap;
}
.resources-grid p a{
	font-size:1.2rem;
	font-family:"Manrope";
	font-weight:800;
}
.resources-grid p{
	margin-bottom:1rem;
}
.store-grid{
	grid-template-columns:1fr 1fr 1fr;
	row-gap:45px;
}
.store-icon{
	max-height:100px;
	width:auto;
}
.store-grid .card img{
	max-height:100px;
	width:auto;
	border-style:solid;
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-4012)!important;
}
.store-grid .card .card-footer{
	border-width:0px 0px 0px 0px!important;
	padding-top:1rem!important;
	padding-bottom:1rem!important;
	display:flex!important;
	flex-direction:column;
	align-items:center;
	background-size:cover;
	border-style:none!important;
	border-radius:0px 0px 20px 20px;
	border-color:var(--swatch-var-4452)!important;
	background-color:var(--swatch-var-3460);
}
.store-grid .card{
	width:100%;
	height:auto;
	overflow:hidden;
	max-width:350px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-2647);
	box-shadow:3.54px 3.54px 0px #080F14;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
}
.store-grid .card-body{
	border-radius:20px 20px 0px 0px;
	background-color:var(--swatch-var-3460);
}
.form-select{
	border-width:2px 2px 2px 2px;
	font-family:"ManropeExtraLight-SemiBold";
	font-weight:800;
	color:var(--swatch-var-6510)!important;
	border-color:var(--swatch-var-6510)!important;
	border-style:solid;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.form-select-reviews{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-4012)!important;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	text-transform:capitalize;
	font-size:1rem;
	font-family:"Manrope";
	font-weight:800;
	color:var(--swatch-var-4452)!important;
	border-radius:10px 10px 10px 10px;
}
.cite{
	color:var(--swatch-var-4319)!important;
	text-align:right;
	text-transform:capitalize;
	font-family:"Manrope";
	font-weight:800;
	font-size:0.8rem;
}
.content-image{
	width:200px;
	height:auto;
	margin:2rem auto 2rem auto;
}
.text-subtext{
	font-size:1.4em;
	position:relative;
	margin-bottom:4rem;
	letter-spacing:0.02em;
	line-height:1.6em;
}
.card h4{
	color:var(--swatch-var-6510)!important;
}
.card p{
	color:var(--swatch-var-6510)!important;
}
.card-body{
	background-color:var(--swatch-var-4012);
	color:var(--swatch-var-6510)!important;
}
.store-grid .card h3{
	color:var(--swatch-var-6510)!important;
}
.card h3{
	color:var(--swatch-var-6510)!important;
}
.text-subtext::before{
	position:absolute;
	content:"";
	height:2px;
	background:linear-gradient(90deg, var(--swatch-var-18) 0%, var(--swatch-var-4737) 50%, var(--swatch-var-6308) 100%);
	bottom:-1.75rem;
	left:0rem;
	right:0px;
}
.contact-card{
	background-color:var(--swatch-var-4012);
}
.menu-store-wrapper{
	font-size:6rem;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	color:var(--swatch-var-4012)!important;
	height:auto;
	width:100%;
	align-items:center;
	border-radius:10px 10px 10px 10px;
	padding:1rem 1rem 1rem 1rem;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	box-shadow:4.95px 4.95px 0px #080F14;
	background-color:var(--swatch-var-4452);
}
.menu-store-wrapper a{
	font-size:0.175em;
	color:var(--swatch-var-4012)!important;
	text-transform:capitalize;
	text-decoration:none;
	font-family:"Manrope";
	font-weight:800;
}
.store-grid .btn-secondary{
	background-color:var(--swatch-var-4012);
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-width:2px 2px 2px 2px;
	color:var(--swatch-var-6510)!important;
	font-size:0.8rem;
	box-shadow:0.00px -0.00px 0px #000000;
}
.link-style{
	font-weight:bold;
}
.resource-grid{
	grid-template-columns:1fr 1fr 1fr;
	margin:1rem 1rem 1rem 1rem;
}
.resource-category{
	background-color:var(--swatch-var-6407);
	color:var(--swatch-var-4012)!important;
	padding-left:1rem;
	border-radius:5px 5px 5px 5px;
}
.copyright{
	text-align:center;
	font-family:"Manrope";
	font-weight:600;
	font-size:0.7rem;
	color:var(--swatch-var-4012)!important;
}
.video-bg-container{
	position:fixed;
	z-index:-10;
}
.review-item{
	color:var(--swatch-var-4012)!important;
	padding:1rem 2rem 1rem 2rem;
	position:relative;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-radius:10px 10px 10px 10px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	margin:1rem 1rem 1rem 1rem;
	height:auto;
	width:100%;
	background-color:var(--swatch-var-4012);
	box-shadow:4.95px 4.95px 0px #080F14;
}
.review-item p{
	font-family:"Manrope";
	text-transform:none;
}
.text-truncate{
	display:inline-block;
}
.tags{
	position:relative!important;
	color:var(--swatch-var-6407)!important;
	font-family:"Manrope";
	font-weight:800!important;
	text-transform:uppercase;
	letter-spacing:0.025em!important;
	font-size:0.6em;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	z-index:1;
	border-radius:5px 5px 5px 5px;
	background-color:var(--swatch-var-4012);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3207)!important;
	overflow:hidden;
	padding:0.2em 1em 0.2em 1em;
}
.shout-form .form-control{
	border-width:1px 1px 1px 1px;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-4452)!important;
}
.shout-form .input-group-text{
	background-color:var(--swatch-var-4452);
	color:var(--swatch-var-4012)!important;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-6510)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.shout-form{
	background-color:var(--swatch-var-2647);
	padding:2rem 2rem 2rem 2rem;
	border-radius:10px 10px 10px 10px;
}
.bric-details-grid .card{
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.text-review{
	text-align:center;
	font-family:"Manrope";
	font-weight:800;
	margin-top:1rem;
	color:var(--swatch-var-18)!important;
	text-decoration:none;
	font-size:0.8em;
}
.yt-playlist-grid{
	grid-template-columns:1.75fr 1fr;
	width:100%;
	height:auto;
	column-gap:20px;
	row-gap:20px;
}
.yt-playlist-list-item{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.yt-playlist-img-wrapper{
	height:100%;
	width:auto;
}
.yt-playlist-list-items button{
	text-decoration:none!important;
	color:var(--swatch-var-4012)!important;
	white-space:nowrap;
	letter-spacing:0.025em;
	font-family:"Manrope";
	font-weight:800;
	text-overflow:clip;
	writing-mode:horizontal-tb;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	padding:0.25em 0.25em 0.25em 0.25em;
	border-radius:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-6407)!important;
	background-color:var(--swatch-var-6407);
}
.yt-playlist-list-items button.active{
	background-color:var(--swatch-var-18);
	border-color:var(--swatch-var-18)!important;
}
.body-bg{
	background-color:var(--swatch-var-4452);
}
.anyvideo-demo-video-bg{
	background-image:url("img/John-Wick-Trailer-Bg-1.mp4");
	background-size:cover;
	background-position:center center;
	position:relative;
}
.store-grid .btn-primary{
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-width:2px 2px 2px 2px;
	font-size:1.1rem;
}
.store-grid p{
	color:var(--swatch-var-6510)!important;
}
.store-grid .btn-secondary:hover{
	border-color:var(--swatch-var-6407)!important;
	background-color:var(--swatch-var-6407);
	color:var(--swatch-var-4012)!important;
}
.grid-bloc-6-style{
	column-gap:3rem;
}
.playlist-image{
	border-width:2px 2px 2px 2px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-4012)!important;
}
.playlist-image:hover{
	border-color:var(--swatch-var-3460)!important;
}
.playlist-image-wrapper{
	width:100%;
	height:auto;
	background:linear-gradient(135deg, var(--swatch-var-18) 0%, var(--swatch-var-4737) 50%, var(--swatch-var-6308) 100%);
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-radius:10px 10px 10px 10px;
}
.watch-hero{
	background-color:var(--swatch-var-4012);
	background:linear-gradient(180deg, var(--swatch-var-4452) 0%, var(--swatch-var-3398) 100%);
	position:relative;
}
.text-white a{
	color:var(--swatch-var-4012)!important;
}
.video-wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
}
.video-wrapper .ratio{
	border-radius:30px 30px 30px 30px;
	overflow:hidden;
	z-index:1;
}
.watch-hero p a{
	color:var(--swatch-var-4012)!important;
}
.watch-player-bloc{
	background:linear-gradient(0deg, var(--swatch-var-6510) 20%, var(--swatch-var-4452) 100%);
}
.content p.text-white a{
	color:var(--swatch-var-4012)!important;
}
.content p.text-white a:hover{
	color:var(--swatch-var-3460)!important;
}
.content p.text-white a::after:hover{
	color:var(--swatch-var-4012)!important;
	content:"";
}
.ytp-playlist-item{
	padding:0.5rem 0.5rem 0.75rem 0.5rem;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	border-radius:10px 10px 10px 10px;
}
.ytp-playlist-item img{
	border-radius:15px 15px 15px 15px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.ytp-playlist-item h4{
	font-family:"Manrope";
	font-weight:800;
	font-size:0.9rem;
	color:var(--swatch-var-4012)!important;
	text-align:left;
	margin-top:0.5rem!important;
	margin-bottom:0.5rem!important;
	padding-left:1em;
	padding-right:1em;
	letter-spacing:0.05em;
}
.ytp-playlist-item p{
	color:var(--swatch-var-3642)!important;
	font-size:0.6rem;
	text-align:left;
	text-transform:uppercase;
	padding-left:1rem;
	padding-right:1rem;
	font-family:"Manrope";
	font-weight:800;
	letter-spacing:0.05em;
}
.ytp-playlist-item:hover{
	background-color:var(--swatch-var-6407);
	cursor:pointer;
}
.ytp-playlist-item-overlay{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:var(--swatch-var-7883);
	z-index:1;
	width:100%;
	border-radius:20px 20px 20px 20px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	opacity:0;
}
.ytp-playlist-item-overlay:hover{
	opacity:1;
}
.ytp-playlist-item.active{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3398)!important;
	background-color:var(--swatch-var-4012);
	cursor:not-allowed;
}
.ytp-playlist-item.active h4{
	color:var(--swatch-var-4319)!important;
}
.ytp-playlist-item.active p{
	color:var(--swatch-var-4319)!important;
}
.text-subtext-no-line{
	font-size:1.4em;
	position:relative;
	letter-spacing:0.02em;
	line-height:1.6em;
}
.buttons-wrapper-404{
	width:100%;
	max-width:500px;
}
.buttons-wrapper{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.demo-cookies-wrapper{
	width:100%;
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.demo-cookies-wrapper::before{
	background-image:url("img/moster-hand-left.png");
	background-image: -webkit-image-set(url("img/moster-hand-left.webp") 1x,
url("img/moster-hand-left.webp") 2x);background-image: image-set(url("img/moster-hand-left.png") 1x,
url("img/moster-hand-left.png") 2x,url("img/moster-hand-left.webp") 1x,
url("img/moster-hand-left.webp") 2x);
	content:"";
	position:absolute;
	background-size:100% 100%;
	z-index:100;
	background-repeat:no-repeat;
	bottom:0px;
	left:-10%;
	width:30%;
	height:80%;
}
.demo-cookies-wrapper::after{
	background-image:url("img/moster-hand-right.png");
	background-image: -webkit-image-set(url("img/moster-hand-right.webp") 1x,
url("img/moster-hand-right.webp") 2x);background-image: image-set(url("img/moster-hand-right.png") 1x,
url("img/moster-hand-right.png") 2x,url("img/moster-hand-right.webp") 1x,
url("img/moster-hand-right.webp") 2x);
	content:"";
	position:absolute;
	background-size:100% 100%;
	z-index:100;
	background-repeat:no-repeat;
	bottom:0px;
	width:30%;
	height:80%;
	right:-10%;
}
.demo-cookies-outer{
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:700%;
}
.demo-cookies-outer::after{
	background-image:url("img/moster-head.png");
	background-image: -webkit-image-set(url("img/moster-head.webp") 1x,
url("img/moster-head.webp") 2x);background-image: image-set(url("img/moster-head.png") 1x,
url("img/moster-head.png") 2x,url("img/moster-head.webp") 1x,
url("img/moster-head.webp") 2x);
	content:"";
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	bottom:70%;
	width:33%;
	height:55%;
	left:27%;
}
.demo-cookie-bloc{
	padding-top:1.25rem;
	padding-bottom:0px;
	background-size:auto auto;
}
.demo-cookies-outer::before{
	background-image:url("img/Sesame_Street_logo.svg.png");
	background-image: -webkit-image-set(url("img/Sesame_Street_logo.svg.webp") 1x,
url("img/Sesame_Street_logo.svg.webp") 2x);background-image: image-set(url("img/Sesame_Street_logo.svg.png") 1x,
url("img/Sesame_Street_logo.svg.png") 2x,url("img/Sesame_Street_logo.svg.webp") 1x,
url("img/Sesame_Street_logo.svg.webp") 2x);
	content:"";
	position:absolute;
	background-size:auto 100%;
	background-repeat:no-repeat;
	width:100%;
	height:30%;
	left:30.5%;
	z-index:2;
	bottom:-10%;
}
.demo-cookie-text{
	font-family:"ManropeExtraLight-ExtraBold";
	font-size:0.6em;
	text-shadow:1.41px 1.41px 2px #000000;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:1.5em;
}
.demo-cookie-text-icon{
	margin-top:-15%;
	font-size:1em;
}
.demo-wick{
	background-size:cover;
}
.demo-wrick-video-wrapper{
	width:80%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.grid-build-partners{
	grid-template-columns:1fr 1fr 1fr;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:stretch;
}
.menu-brics-grid .card img:hover{
	box-shadow:0.00px 0.00px 0px #000000;
	border-color:var(--swatch-var-4012)!important;
}
.review-grid{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:stretch;
	height:auto;
	align-content:stretch;
}
.review-item-full{
	width:92%;
}
.form-input-400{
	width:100%;
	max-width:400px;
	font-size:1rem!important;
	font-family:"ManropeExtraLight-SemiBold";
	font-weight:800;
	color:var(--swatch-var-6510)!important;
}
.btn-footer{
	background-color:var(--swatch-var-6407);
	color:var(--swatch-var-4012)!important;
	font-family:"Manrope";
	font-weight:800;
	font-size:0.9rem;
	width:100%;
	max-width:120px;
	margin-left:auto;
	border-radius:5px 5px 5px 5px;
	letter-spacing:0.025em;
}
.btn-footer:hover{
	background-color:var(--swatch-var-18);
}
.form-group .alert.alert-warning{
	background-color:var(--swatch-var-3460);
	padding:0px 0px 0px 0px;
	color:var(--swatch-var-4677)!important;
	border-width:0px 0px 0px 0px;
}
.grid-0-style{
	grid-template-columns:0.40fr 1fr;
}
.av-demo-john-wick h2{
	color:var(--swatch-var-4012)!important;
	text-transform:uppercase;
}
.av-demo-john-wick p{
	color:var(--swatch-var-4012)!important;
	width:100%;
	max-width:500px;
}
.av-demo-john-wick .sub-text{
	text-transform:uppercase;
}
.btn-av-demo-john-wick{
	background-color:var(--swatch-var-4186);
	text-transform:none;
	font-size:0.7rem;
	color:var(--swatch-var-4012)!important;
	font-family:"ManropeExtraLight-Bold";
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	width:25%;
	border-color:var(--swatch-var-4012)!important;
}
.btn-av-demo-john-wick.active{
	background-color:var(--swatch-var-4012);
	color:var(--swatch-var-4319)!important;
}
.btn-av-demo-john-wick-wrapper{
	background-color:var(--swatch-var-4012);
	margin-right:auto;
	border-width:2px 2px 2px 2px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;
}
.btn-av-demo-john-wick:hover{
	background-color:var(--swatch-var-4012);
	color:var(--swatch-var-4319)!important;
}
.av-demo-john-wick-text-wrapper{
	padding-top:25%;
}
.av-demo-silo-text{
	font-family:"ManropeExtraLight-ExtraBold";
	text-transform:uppercase;
	color:var(--swatch-var-4012)!important;
	text-align:center;
	font-size:0.9em;
	text-shadow:0.00px 8.00px 9px #000000;
	letter-spacing:0.05em;
}
.time{
	white-space:nowrap;
	font-family:"Manrope";
	font-weight:800;
}
.footer-logo-wrapper{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	flex-direction:row;
}
.manual-item-wrapper{
	width:100%;
	display:flex;
	height:auto;
	align-content:stretch;
	overflow:hidden;
}
.manual-inner{
	padding:2rem 2rem 2rem 2rem;
}
.manual-inner-left{
	width:40%;
	height:auto;
	position:sticky;
	top:0px;
}
.manual-inner-right{
	width:60%;
	height:auto;
}
.manual-img{
	margin-top:auto;
	margin-bottom:auto;
}
.sticky-top{
	top:4rem!important;
	margin-top:2rem;
	margin-bottom:2rem;
}
.manual-link{
	color:var(--swatch-var-18)!important;
}
.footer-youtube{
	color:var(--swatch-var-2130)!important;
}
.footer-youtube:hover{
	color:var(--swatch-var-4677)!important;
}
.w-100{
	width:100%!important;
}
.grid-build-partners .card{
	background-color:var(--swatch-var-4012);
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-6510)!important;
	border-style:solid;
	border-radius:10px 10px 10px 10px;
	display:flex;
	width:280px;
	height:auto;
	margin:0.75em auto 0.75em auto;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.grid-build-partners .card-body{
	background-color:var(--swatch-var-4012);
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-content:stretch;
}
.grid-build-partners h4{
	color:var(--swatch-var-4452)!important;
}
.grid-build-partners p{
	color:var(--swatch-var-4452)!important;
}
.input-group{
	border-radius:5px 5px 5px 5px!important;
	margin-top:0.75em!important;
	margin-bottom:0.75em!important;
	display:flex;
	align-items:flex-end;
}
.input-group-text{
	text-transform:lowercase;
	padding-top:5px;
	padding-bottom:5px;
	border-color:var(--swatch-var-6510)!important;
	border-style:solid;
	background-color:var(--swatch-var-6407);
	color:var(--swatch-var-4012)!important;
	border-width:2px 2px 2px 2px;
	border-radius:10px 0px 0px 10px;
	font-size:0.8rem!important;
	box-shadow:3.54px 3.54px 0px #000000;
	font-family:"Manrope";
	font-weight:800;
}
.form-radius{
	border-radius:5px 5px 5px 5px!important;
}
.alert h3{
	font-size:1.5em;
	font-family:"ManropeExtraLight-SemiBold";
}
.resource-grid div{
	border-width:2px 2px 2px 2px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	padding:0.75rem 0.75rem 0.75rem 0.75rem;
	background-color:var(--swatch-var-4012);
	box-shadow:4.95px 4.95px 0px #000000;
}
.resource-grid div:hover{
	background-color:var(--swatch-var-4012);
}
.bric-settings-gallery{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
	flex-direction:row;
	max-width:840px;
	margin:auto auto auto auto;
}
.bric-settings-gallery .item img{
	height:auto;
	width:100%;
	border-radius:10px 10px 10px 10px;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.bric-settings-gallery .item{
	width:100%;
	margin:0.75rem 0.75rem 0.75rem 0.75rem;
	max-width:200px;
}
.text-strong{
	font-weight:bold;
}
.text-cap{
	text-transform:uppercase;
}
.btn-link{
	color:var(--swatch-var-4737)!important;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:flex-end;
	text-decoration:none;
	text-transform:none;
}
.btn-link:hover{
	color:var(--swatch-var-6308)!important;
}
.footer-social-share{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.footer-social-share li{
	margin-top:5px;
	margin-bottom:5px;
	height:40px;
}
.footer-social-share li .social-logos{
	height:25px;
}
.footer-bloc{
	background-color:var(--swatch-var-4452);
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-width:5px 0px 0px 0px;
}
.footer-bloc a{
	color:var(--swatch-var-2647)!important;
	text-transform:none;
	text-decoration:none;
}
.footer-bloc a:hover{
	color:var(--swatch-var-18)!important;
}
.footer-bloc h4{
	color:var(--swatch-var-6407)!important;
	font-size:1rem;
	text-transform:uppercase;
	font-family:"Manrope";
	font-weight:800;
}
.dark{
	background-color:var(--swatch-var-6510);
}
.hero:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-position:center center;
	background-size:cover;
	background-image:url("img/hero-bg.jpg");
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
}
.store-grid .btn-secondary:active{
	background-color:var(--swatch-var-4452);
}
.store-grid .btn-secondary:focus{
	background-color:var(--swatch-var-4452);
}
.any-video-poster-wrap{
	box-shadow:4.95px 4.95px 0px #080F14;
}
.bb-progress{
	height:24px;
	box-shadow:3.54px 3.54px 0px #080F14;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-radius:6px 6px 6px 6px;
	background-color:var(--swatch-var-4012);
}
.divider-bloc-5-background-color{
	background-color:var(--swatch-var-3207);
	width:80%;
	height:2px;
	margin-left:auto;
	margin-right:auto;
}
.watch-hero::before{
	top:0px;
	content:"";
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	background-image:url("img/hero-bg__Med.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	z-index:-1;
	background-size:cover;
	background-position:center center;
}
.offcanvas-menu:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-image:url("img/hero-bg.jpg");
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	width:100%;
	height:auto;
	background-size:cover;
	background-position:center bottom;
}
.navbar-top{
	background-color:var(--swatch-var-4452);
}
.sticky-nav.sticky{
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	background-color:var(--swatch-var-4452);
}
.sticky-nav{
	border-width:0px 0px 4px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3460)!important;
}
.connect-grid{
	grid-template-columns:1fr 1fr 1fr;
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	column-gap:2rem;
	row-gap:2rem;
	justify-self:stretch;
	align-self:stretch;
}
.connect-grid .card{
	border-width:2px 2px 2px 2px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	box-shadow:4.95px 4.95px 0px #080F14;
}
.connect-grid .card-body{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding-right:1.5rem;
	padding-left:1.5rem;
}
.connect-grid .card-footer{
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-4012);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.connect-grid p{
	font-family:"Manrope";
	font-weight:800;
	font-size:0.8rem;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.box-shadow{
	box-shadow:4.95px 4.95px 0px #080F14;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-radius:10px 10px 10px 10px;
}
.connect-grid .btn-secondary{
	background-color:var(--swatch-var-4012);
	color:var(--swatch-var-6510)!important;
	font-size:0.7rem;
	padding:3px 3px 3px 3px;
	box-shadow:0.00px -0.00px 0px #000000;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	margin-top:1.5rem;
	min-width:75%;
	max-width:75%;
}
.connect-grid .btn-secondary:hover{
	background-color:var(--swatch-var-6407);
	color:var(--swatch-var-4012)!important;
	border-color:var(--swatch-var-6407)!important;
}
.footer-section h3{
	color:var(--swatch-var-18)!important;
	font-size:1rem;
	text-transform:uppercase;
	margin-bottom:0.75rem;
	margin-top:1.5rem;
	font-family:"ManropeExtraLight-SemiBold";
	font-weight:800;
}
.bric-settings-grid{
	grid-template-columns:0.5fr 1fr;
	column-gap:3rem;
	align-items:start;
	margin-bottom:3rem;
	grid-template-rows:auto auto auto auto auto auto;
}
.bric-settings-wrapper{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6510)!important;
	border-radius:10px 10px 10px 10px;
	padding:2rem 2rem 2rem 2rem;
	margin-bottom:4rem;
}
.flexy-bric-placeholder{
	max-width:500px;
	width:100%;
}
.bric-settings-grid img{
	width:85%;
	max-width:300px;
	border-radius:5px 5px 5px 5px;
}
.container-1500{
	width:100%;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
}
.vh-helper-skip.visually-hidden-focusable{
	background-color:var(--swatch-var-4737);
	color:var(--swatch-var-2647)!important;
	text-transform:none;
	text-decoration:underline!important;
	text-align:center;
	padding-top:1rem;
	padding-bottom:1rem;
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:"ManropeExtraLight-ExtraBold";
	font-size:1.1rem;
}
.vh-helper-safari-image{
	max-width:550px;
	height:auto;
	width:100%;
	margin-top:2rem;
	margin-bottom:2rem;
}
.divider-settings-background-color{
	background-color:var(--swatch-var-6510);
	height:2px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.grid-vh-styling{
	grid-template-columns:1fr 1fr 1fr 1fr;
	margin-top:2rem;
	margin-bottom:3rem;
}
.btn-secondary:focus{
	color:var(--swatch-var-4012)!important;
}
.height-fix{
	min-height:60vh;
}
.video-gallery{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	padding:2rem 2rem 2rem 2rem;
	border-radius:20px 20px 20px 20px;
	column-gap:20px;
	row-gap:20px;
}
.any-video-search-btn{
	background-color:var(--swatch-var-4737);
	color:var(--swatch-var-2647)!important;
	box-shadow:4.95px 4.95px 0px #000000!important;
	height:45px!important;
	width:100px;
	border-color:var(--swatch-var-4737)!important;
}
.any-video-search-btn:hover{
	background-color:var(--swatch-var-3701)!important;
	border-color:var(--swatch-var-3701)!important;
}
.any-video-search-outer{
	width:100%!important;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.any-video-search-btn:active{
	background-color:var(--swatch-var-3701)!important;
	border-color:var(--swatch-var-3701)!important;
}
.any-video-search-btn:focus{
	background-color:var(--swatch-var-3701)!important;
	border-color:var(--swatch-var-3701)!important;
}
.input-group-text:hover{
	box-shadow:3.54px 3.54px 0px #000000;
}
.input-group-text:active{
	box-shadow:3.54px 3.54px 0px #000000;
}
.input-group-text:focus{
	box-shadow:3.54px 3.54px 0px #000000;
}
.form-control:hover{
	box-shadow:4.95px 4.95px 0px #000000;
}
.form-control:active{
	box-shadow:4.95px 4.95px 0px #000000;
}
.form-control:focus{
	box-shadow:4.95px 4.95px 0px #000000;
}
.p-style{
	font-family:"ManropeExtraLight-Light";
	font-size:1rem;
	letter-spacing:em;
}
.link-any-video-style{
	font-weight:bold;
}
.link-volt-cms-style{
	font-weight:bold;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-4012:rgba(255,255,255,1.00);
	
	--swatch-var-4319:rgba(0,0,0,1.00);
	
	--swatch-var-2647:rgba(255,255,255,1.00);
	
	--swatch-var-18:rgba(10,162,254,1.00);
	
	--swatch-var-4737:rgba(177,29,234,1.00);
	
	--swatch-var-6308:rgba(255,130,10,1.00);
	
	--swatch-var-3460:rgba(255,255,255,0.00);
	
	--swatch-var-346:rgba(102,102,102,1.00);
	
	--swatch-var-709:rgba(255,255,255,0.70);
	
	--swatch-var-4452:rgba(22,43,60,1.00);
	
	--swatch-var-3701:rgba(75,2,76,1.00);
	
	--swatch-var-119:rgba(54,255,255,0.00);
	
	--swatch-var-4076:rgba(75,2,76,0.80);
	
	--swatch-var-880:rgba(10,162,254,0.80);
	
	--swatch-var-2186:rgba(255,130,10,0.80);
	
	--swatch-var-2785:rgba(0,171,0,1.00);
	
	--swatch-var-1823:rgba(22,43,60,0.80);
	
	--swatch-var-4506:rgba(39,12,55,1.00);
	
	--swatch-var-6510:rgba(8,15,20,1.00);
	
	--swatch-var-7883:rgba(255,255,255,0.86);
	
	--swatch-var-1247:rgba(255,255,255,0.00);
	
	--swatch-var-6407:rgba(69,85,99,1.00);
	
	--swatch-var-3398:rgba(22,43,60,0.80);
	
	--swatch-var-4186:rgba(17,17,17,1.00);
	
	--swatch-var-3642:rgba(221,221,221,1.00);
	
	--swatch-var-4677:rgba(255,0,0,1.00);
	
	--swatch-var-884:rgba(199,159,81,0.70);
	
	--swatch-var-7757:rgba(199,159,81,1.00);
	
	--swatch-var-2002:rgba(199,159,81,0.30);
	
	--swatch-var-3207:rgba(234,234,234,1.00);
	
	--swatch-var-729:rgba(0,0,0,0.30);
	
	--swatch-var-7936:rgba(0,0,0,0.50);
	
	--swatch-var-2130:rgba(255,0,0,0.80);
	
	--swatch-var-2491:rgba(245,245,247,1.00);
	
	--swatch-var-2140:#444444;
	
}


/* Background colour styles */

.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.bgc-2491{
	background-color:var(--swatch-var-2491);
}
.bgc-4012{
	background-color:var(--swatch-var-4012);
}
.bgc-6510{
	background-color:var(--swatch-var-6510);
}

/* Icon colour styles */

.icon-4012{
	color:var(--swatch-var-4012)!important;
	border-color:var(--swatch-var-4012)!important;
}
.icon-4737{
	color:var(--swatch-var-4737)!important;
	border-color:var(--swatch-var-4737)!important;
}

/* Bloc image backgrounds */

.bg-hero-bg{
	background-image:url("img/");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}

/* = Additional CSS
-------------------------------------------------------------- */
.page-container {overflow: unset;}
.content p a::before{
	transition: 300ms ease-in-out;
}

/* Focus Shadow */
*:focus-visible{
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5)!important;
}

.any-video-poster-wrap:focus-within{
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5)!important;
}
.menu-brics-grid .card:focus-within {
 box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5)!important;
overflow: hidden;
}
.menu-brics-grid .card a:focus-visible{
	box-shadow: unset!important;
}

a[data-lightbox]:focus-visible img {
	box-shadow: unset;
}

.menu-store-wrapper:focus-within {
 box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5)!important;
overflow: hidden;
}
.menu-store-wrapper a:focus-visible{
	box-shadow: unset!important;
}


.offcanvas.show + .topnav {
	box-shadow: unset!important;
}
.content p a:hover::before{
	width: 100%!important;
	transition: 300ms ease-in-out;
}


/* Offcanvas - Menu List */
.menu-list-wrapper li {opacity: 0;}
.menu-list-wrapper li.reveal {animation: listreveal 300ms linear forwards;}

@keyframes listreveal {
	0% {opacity: 0; transform: translateY(0.75rem);}
	100% {opacity: 1;}
}
.menu-list-wrapper li:nth-child(1) {animation-delay: 100ms;}
.menu-list-wrapper li:nth-child(2) {animation-delay: 150ms;}
.menu-list-wrapper li:nth-child(3) {animation-delay: 200ms;}
.menu-list-wrapper li:nth-child(4) {animation-delay: 250ms;}
.menu-list-wrapper li:nth-child(5) {animation-delay: 300ms;}
.menu-list-wrapper li:nth-child(6) {animation-delay: 350ms;}
.menu-list-wrapper li:nth-child(7) {animation-delay: 400ms;}
.menu-list-wrapper li:nth-child(8) {animation-name:unset; opacity: 1;} /* horizontal line */
.menu-list-wrapper li:nth-child(9) {animation-delay: 450ms;}
.menu-list-wrapper li:nth-child(10) {animation-delay: 500ms;}

/* Offcanvas - Menu Bric Grid */

@media (min-width: 992px) {
		.menu-brics-grid .card {
			transform: scale(1);
			transition: all 400ms ease-in-out;
		}	
		.menu-brics-grid .card:hover {
			transform: scale(1.1);
			z-index: 1;
			transition: all 200ms ease-in-out;
		}	
		
		/* Offcanvas - Content Elements */
		.offcanvas-content ul li {
			transition: transform 600ms ease-in-out ;
		}
		
		.offcanvas-content ul li:hover {
			transform: translateX(0.5em);
			transition: transform 600ms ease-in-out ;
		}
}
.offcanvas-content {min-height:fit-content;}
.offcanvas-content ul li {
	width: fit-content;
}
.offcanvas-body {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* Menu Bric Grid - Special Badges */
.menu-card.pe-none .new-bric::after {opacity: 0.7;} 
.menu-card.pe-none .coming-soon::after {opacity: 0.7;} 

.offcanvas-toggle::after {animation: rotate-btn 2000ms linear infinite; animation-play-state: paused;}

.offcanvas-toggle:hover::after {
	animation-play-state: running;
}
.btn-primary::after {animation: rotate-btn 2000ms linear infinite; animation-play-state: paused;}
.btn-primary:hover::after {animation-play-state: running;}
@keyframes rotate-btn {
	to {transform: rotate(360deg)}
}

.menu-card {
	opacity: 0;
	animation: menu-card 300ms linear forwards;
}
@keyframes menu-card {
	0% {opacity: 0; transform: translateY(0.75rem);}
	100% {opacity:1}
}
.menu-brics-grid div:nth-child(1) {animation-delay: 550ms;}
.menu-brics-grid div:nth-child(2) {animation-delay: 600ms;}
.menu-brics-grid div:nth-child(3) {animation-delay: 650ms;}
.menu-brics-grid div:nth-child(4) {animation-delay: 700ms;}
.menu-brics-grid div:nth-child(5) {animation-delay: 750ms;}
.menu-brics-grid div:nth-child(6) {animation-delay: 800ms;}
.menu-brics-grid div:nth-child(7) {animation-delay: 850ms;}
.menu-brics-grid div:nth-child(8) {animation-delay: 900ms;}
.menu-brics-grid div:nth-child(9) {animation-delay: 950ms;}
.menu-brics-grid div:nth-child(10) {animation-delay: 1000ms;}


/* --  Button Group Animation 
@media (min-width: 992px) {
		.btn-group {transition: all 300ms ease-in-out; transform: scale(1); box-shadow:0 1rem 0rem rgba(0, 0, 0, 0) !important;}
		.btn-group:hover {all: transform 300ms ease-in-out; transform: scale(1.05) translateY(-0.1rem);  box-shadow:0 1rem 1rem rgba(0, 0, 0, .3) !important;}
		.btn-group-btn {transition: all 100ms linear 100ms;}
		.btn-group-btn:hover {transition: all 100ms linear;}
}
-- */

.fp-carousel-wrapper .carousel-item {
	border: 0;
	transition: transform 1000ms ease-in-out!important;
}
.fp-carousel-wrapper .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform:translateY(100%)
}

.fp-carousel-wrapper .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform:translateY(-100%)
}

/* Footer - Animated Links */
.footer-link {width: fit-content;}
@media (min-width: 992px) {
	.footer-link {
		width: fit-content;
		transition: transform 600ms ease-in-out;
	}
	
	.footer-link:hover {
		transform: translateX(0.5rem);
		transition: transform 600ms ease-in-out;
	}
}

.form-select-reviews:focus {outline: none;}


/* Store - Animated Cards */
@media (min-width: 992px) {
		.store-grid .card {
			overflow: visible;
			transition: transform 300ms linear;
		}
		.store-grid .card:hover {
			transform: scale(0.95);
			transition: transform 300ms linear;
		}
		
		.store-grid .card .img-fluid {
			transition: transform 300ms ease-out;
		}
		.store-grid .card:hover p {
			transition: transform 300ms ease-out;
		}
		.store-grid .card .btn-primary {
			transition: transform 300ms ease-out;
		}
		.store-grid .card .btn-secondary {
			transition: transform 300ms ease-out;
		}
		.store-grid .card:hover .img-fluid {
		   box-shadow: 2px 2px 0px #080F14 !important;
			border-color:#080F14!important;
			transform: scale(1.3) translateY(-1rem); 
			z-index: 1;
			transition: transform 400ms ease-out;
		}
		.store-grid .card:hover p {
		 	opacity: 0;
			transition: transform 400ms ease-out;
		}
		.store-grid .card:hover h3 {
			transform: translateY(1rem);
			transition: transform 400ms ease-out;
		}
		
		.store-grid .card:hover .btn-secondary {
			transform:  scale(0.8) translateY(-2rem);
			transition: transform 400ms ease-out;
		}
		.store-grid .card:hover .btn-primary {
			transform: scale(1) translateY(-1.25rem);
			transition: transform 400ms ease-out;
		}
		.store-grid .card:hover .btn-primary::after {
			animation-play-state: running;
		}
}

.menu-store-wrapper {transition: 300ms ease-out;}
.menu-store-wrapper:hover {transition: 300ms ease-out;}

/* Add Link Icon to External Links */
.content a[target='_blank']:not([href*='blocsbuilder.com']):not([href^='#']):not([href^='/']):not([href*='mailto']):not([href*='tel']):after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/><path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/></svg>');
 margin-left: 0.25em;
}
 
a[target='_blank'][href$=".pdf"]:before {
	content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" height="0.9em" widht="auto" fill="currentColor" class="bi bi-file-earmark-arrow-down-fill" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z"/></svg>') ;
	margin-right: 0.25em;
}

.fp-carousel-wrapper {height: fit-content;}

.ytp-playlist-item {transition: background-color 300ms ease-in-out;}

#bmc-wbtn {z-index: 1!important;}

.demo-cookie-text-icon svg {filter: drop-shadow(1.41px 1.41px 2px #000000)!important;}

input[aria-invalid="false"] {
	border-color: green!important;
}

.warning input[aria-invalid="true"] {
	border-color: red!important;
}
.success input[aria-invalid="false"] {
	border-color: green!important;
}
textarea[aria-invalid="false"] {
	border-color: green!important;
}

.warning textarea[aria-invalid="true"] {
	border-color: red!important;
}
.success textarea[aria-invalid="false"] {
	border-color: green!important;
}
::placeholder {
	opacity: 0.5!important;
}

select option:first-child {
  opacity: 0.5 !important;
}

.av-demo-john-wick-text-wrapper {height:fit-content;}

#demo-silo .any-video-poster-overlay .av-demo-silo-text {transform: scale(1); transition: transform 800ms linear;}
#demo-silo .any-video-poster-overlay:hover .av-demo-silo-text {transform: scale(1.2); transition: transform 800ms linear;}

#mlb2-4246877.ml-form-embedContainer .ml-form-embedWrapper {background-color:transparent!important;}
.horizontal-fields {padding-right: 0!important;}
.horizontal-fields input {border-radius: 5px 0px 0px 5px!important;}

h2{
	background-size: 400% 100%;
	animation: gradient 20000ms ease infinite;
}
.text-subtext::before{
	background-size: 400% 100%;
	animation: gradient 20000ms ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.resource-grid div p::first-line {
	line-height: 4rem;
}

/** Lightbox  **/
a[data-lightbox]:hover::before {
	display: none;
}
a[data-lightbox] img {
	transition: transform 600ms ease-in-out;
}
a[data-lightbox]:hover img {
	opacity: 1;
	transition: transform 600ms ease-in-out;
	transform: scale(1.03);
}
#lightbox-image {
	border-radius: 10px;
	max-height: 700px;
}
#lightbox-modal {
	z-index: 99999;
	background: #162B3C!important;
 	border: 0!important;
}
#lightbox-modal .fullscreen-lb {
	background: #162B3C!important;
	border: 0!important;
}
#lightbox-image {
	box-shadow:7px 7px 0px #080F14!important;
}

.png-image-box-shadow{
filter: drop-shadow(2px 2px 0px #080F14);
}

.offcanvas-toggle {
	transition: transform 300ms ease-in-out;
}
.offcanvas-toggle:active {
	transform: scale(0.9);
}

.connect-grid .card{
	transition: box-shadow 200ms ease-in-out;
}
.connect-grid .card:hover{
	transition: box-shadow 200ms ease-in-out;
}




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.menu-brics-grid{
		grid-template-columns:1fr 1fr 1fr 1fr;
		column-gap:7%;
	}
	.offcanvas-menu-grid{
		column-gap:44px;
		height:auto;
	}
	.btn-primary{
		min-width:220px;
	}
	.hero h1{
		text-align:center;
		font-size:3rem;
	}
	.hero p{
		padding-left:2rem;
		padding-right:2rem;
	}
	.btn-set-wrapper{
		flex-direction:column;
		align-items:center;
	}
	.btn-secondary{
		min-width:220px;
	}
	.grid-tutorials-style{
		grid-template-columns:1fr 1fr;
	}
	.grid-39178-style{
		grid-template-columns:1fr 1fr 1fr;
	}
	.grid-bloc-3-style{
		grid-template-columns:1fr;
	}
	.store-grid{
		grid-template-columns:1fr 1fr;
	}
	.menu-footer{
		margin-right:1rem;
		margin-top:1rem;
		margin-bottom:5rem;
	}
	.offcanvas-content h4{
		font-size:1rem;
	}
	.hero h2{
		font-size:1.6rem;
	}
	.offcanvas-content{
		padding-top:2rem;
		padding-bottom:4rem;
	}
	.menu-brics-grid .card .card-body a:hover{
		color:var(--swatch-var-4012)!important;
	}
	h2{
		font-size:2.6rem;
	}
	h3{
		font-size:1.6rem;
	}
	.copyright{
		font-size:0.7rem;
	}
	.offcanvas-content ul li a{
		font-size:1.4rem;
	}
	.menu-brics-grid .card .card-body a{
		line-height:1.4em;
	}
	.text-subtext-no-line{
		margin-bottom:0px;
	}
	.navbar-brand img{
		width:190px;
	}
	.grid-0-bloc-5-style{
		column-gap:20px;
	}
	.av-demo-john-wick-text-wrapper{
		padding-top:0%;
	}
	.btn-av-demo-john-wick{
		height:auto;
		font-size:0.5rem;
		width:25%;
	}
	.footer-grid{
		grid-template-columns:1fr 1fr 1fr 1fr;
		padding-left:1rem;
		padding-right:1rem;
	}
	.footer-social-wrapper{
		justify-content:center;
	}
	.bric-details-grid{
		grid-template-columns:1fr 1fr;
	}
	.menu-brics-grid .card img{
		width:100%;
		height:auto;
	}
	.bric-settings-gallery .item{
		max-width:200px;
		width:100%;
	}
	.connect-grid p{
		font-size:0.8rem;
	}
	.bric-settings-wrapper{
		padding:1.5rem 1.5rem 1.5rem 1.5rem;
	}
	.bric-settings-grid{
		grid-template-columns:0.5fr 1fr;
		column-gap:2rem;
	}
	.hero:before{
		background-image:url("img/hero-bg.jpg");
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);background-image: image-set(url("img/hero-bg.jpg") 1x,
url("img/hero-bg.jpg") 2x,url("img/hero-bg.webp") 1x,
url("img/hero-bg.webp") 2x);
	}
	.offcanvas-menu:before{
		background-image:url("img/hero-bg__Med.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
		content:"";
	}
	.watch-hero::before{
		background-image:url("img/hero-bg__Med.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	}
	.video-gallery{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
	
}

@media (max-width: 767px){
	.offcanvas-menu-grid{
		grid-template-columns:1fr;
		padding-top:1rem;
	}
	.menu-brics-grid{
		grid-template-columns:1fr 1fr 1fr;
	}
	.grid-0-details-style{
		grid-template-columns:1fr;
		row-gap:0px;
	}
	.bric-details-grid{
		grid-template-columns:1fr 1fr;
	}
	.btn-primary{
		font-size:1rem;
		padding:0.5rem 0.5rem 05px 0.5rem;
		min-width:180px;
		border-width:2px 2px 2px 2px;
	}
	.hero h1{
		font-size:2rem;
	}
	.hero p{
		font-size:0.9rem;
		padding-left:1rem;
		padding-right:1rem;
	}
	.btn-secondary{
		font-size:1rem;
		padding:0.5rem 0.5rem 0.5rem 0.5rem;
		min-width:180px;
	}
	.btn-set-wrapper{
		align-items:center;
	}
	.grid-bloc-3-style{
		grid-template-columns:1fr;
	}
	.grid-39178-style{
		grid-template-columns:1fr 1fr;
	}
	.store-grid{
		grid-template-columns:1fr;
	}
	.navbar-brand img{
		width:160px;
	}
	.topnav{
		padding-top:7px;
		padding-bottom:7px;
	}
	.menu-footer{
		margin-top:1rem;
		margin-bottom:5rem;
		margin-right:auto;
	}
	.resource-grid{
		grid-template-columns:1fr 1fr;
	}
	.footer-grid{
		grid-template-columns:1fr 1fr;
		padding-left:0rem;
		padding-right:0rem;
	}
	.offcanvas-content h4{
		font-size:1rem;
	}
	.hero h2{
		font-size:1.2rem;
	}
	.offcanvas-content{
		padding-top:0rem;
		max-width:1300px;
		padding-bottom:4rem;
	}
	.menu-brics-grid .card .card-body a:hover{
		color:var(--swatch-var-4012)!important;
	}
	h2{
		font-size:2.4rem;
	}
	.grid-bloc-6-style{
		grid-template-columns:1fr;
		column-gap:0rem;
	}
	h3{
		font-size:1.4rem;
	}
	.copyright{
		font-size:0.7rem;
	}
	.menu-brics-grid .card .card-body a{
		font-size:0.7em;
		line-height:1.4em;
	}
	.footer-section{
		align-items:center;
	}
	.offcanvas-toggle{
		padding:0.3em 1.5em 0.3em 1.5em;
		border-width:0px 0px 0px 0px;
	}
	.btn-group-btn{
		font-size:0.7rem;
	}
	.offcanvas-content ul li a{
		font-size:1.2rem;
	}
	.store-grid .card{
		border-color:var(--swatch-var-6510)!important;
	}
	.buttons-wrapper{
		flex-direction:column;
	}
	.grid-0-bloc-5-style{
		grid-template-columns:1fr;
	}
	.btn-av-demo-john-wick{
		font-size:0.6rem;
		white-space:nowrap;
		padding-left:0px;
		padding-right:0px;
		width:25%;
	}
	.btn-smaller{
		border-width:1px 1px 1px 1px!important;
	}
	.menu-brics-grid .card{
		border-radius:5px 5px 5px 5px;
	}
	.review-item{
		margin-left:0rem;
		margin-right:0rem;
	}
	.footer-social-wrapper{
		justify-content:center;
	}
	.menu-brics-grid .card img{
		width:100%;
		height:auto;
	}
	.resource-grid div:hover{
		border-color:var(--swatch-var-4012)!important;
	}
	.bric-settings-gallery .item{
		max-width:200px;
	}
	.footer-social-share{
		align-items:center;
	}
	.connect-grid{
		grid-template-columns:1fr 1fr ;
	}
	.connect-grid p{
		font-size:0.8rem;
	}
	.bric-settings-wrapper{
		padding:0rem 0rem 0rem 0rem;
	}
	.bric-settings-grid{
		grid-template-columns:0.5fr 1fr;
		align-items:start;
		column-gap:2rem;
	}
	.hero:before{
		background-image:url("img/hero-bg__Med.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	}
	.offcanvas-menu:before{
		background-image:url("img/hero-bg__Sm.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
		content:"";
	}
	.watch-hero::before{
		background-image:url("img/hero-bg__Sm.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	}
	.grid-vh-styling{
		grid-template-columns:1fr 1fr 1fr;
	}
	.menu-list{
		margin-top:4rem;
	}
	.video-gallery{
		grid-template-columns:1fr 1fr 1fr;
		column-gap:10px;
		row-gap:10px;
		padding:1rem 1rem 1rem 1rem;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-brics-grid{
		grid-template-columns:1fr 1fr 1fr;
	}
	.menu-brics-grid .card .card-body a{
		font-size:0.6em;
		line-height:1.4em;
	}
	.menu-brics-grid .card .card-body h5{
		font-size:0.9rem;
		line-height:0.2em;
	}
	.menu-brics-grid .card{
		border-radius:5px 5px 5px 5px;
	}
	.bric-details-grid{
		grid-template-columns:1fr;
	}
	.btn-primary{
		min-width:180px;
		padding-bottom:0.5rem;
		border-width:2px 2px 2px 2px;
	}
	.hero h1{
		font-size:2rem;
	}
	.btn-group{
		min-width:300px;
		width:80%;
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-around;
	}
	.btn-group-btn{
		font-size:0.7rem;
		padding-left:0rem;
		padding-right:0rem;
	}
	.hero p{
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
	.btn-secondary{
		font-size:1rem;
		min-width:180px;
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
	.grid-tutorials-style{
		grid-template-columns:1fr;
	}
	.navbar-brand img{
		height:auto;
		background-size:contain;
		width:160px;
	}
	.btn-set-wrapper{
		align-items:center;
	}
	.grid-39178-style{
		grid-template-columns:1fr;
	}
	.menu-footer{
		flex-direction:column;
		margin-top:1rem;
		margin-bottom:5rem;
	}
	.resource-grid{
		grid-template-columns:1fr;
	}
	.footer-grid{
		grid-template-columns:1fr;
	}
	.hero h2{
		font-size:1rem;
	}
	.offcanvas-content{
		display:flex;
		flex-direction:column;
		padding-bottom:0rem;
	}
	.menu-brics-grid .card .card-body a:hover{
		color:var(--swatch-var-4012)!important;
	}
	h2{
		font-size:2.2rem;
		text-align:left;
	}
	.img-bloc-6-style{
		max-width:80%;
		border-width:auto auto auto auto;
	}
	.copyright{
		font-size:0.7rem;
	}
	.footer-section{
		flex-direction:column;
		align-items:center;
	}
	.store-grid .card .card-footer{
		border-width:0px 0px 0px 0px;
	}
	.offcanvas-toggle{
		padding:0.3em 1.5em 0.3em 1.5em;
		font-size:0.7rem;
		border-width:0px 0px 0px 0px;
	}
	.offcanvas-content ul li a{
		font-size:1.1rem;
		margin-top:0.5rem;
		margin-bottom:0.5rem;
	}
	.offcanvas-content ul li p{
		margin-top:0.2em;
		margin-bottom:0.2em;
	}
	.store-grid .card{
	}
	.btn-av-demo-john-wick{
		flex-wrap:wrap;
		display:flex;
		align-items:center;
		justify-content:center;
		width:50%;
	}
	.btn-av-demo-john-wick-wrapper{
		justify-content:center;
	}
	.btn-smaller{
		border-width:1px 1px 1px 1px!important;
	}
	.footer-logo-wrapper{
		padding-bottom:0.5rem;
	}
	.bric-settings-gallery .item img{
	}
	.bric-settings-gallery .item{
		width:100%;
		max-width:240px;
	}
	.connect-grid .card-body{
		padding:0px 0px 0px 0px;
	}
	.connect-grid p{
		font-size:0.7rem;
	}
	.connect-grid .card-footer{
		padding-bottom:1.5rem;
	}
	.connect-grid{
		grid-template-columns:1fr;
	}
	.connect-grid .card{
		padding:0px 0px 0px 0px;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	.connect-grid img{
		max-width:75%;
	}
	.navbar-top{
		width:100%;
		background-color:var(--swatch-var-4452);
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.topnav{
		background-color:var(--swatch-var-4452)!important;
		padding:7px 0rem 7px 0rem;
		width:100%;
	}
	.bric-settings-wrapper{
		padding:0rem 0rem 0rem 0rem;
	}
	.bric-settings-grid{
		grid-template-columns:1fr;
		row-gap:1rem;
	}
	.hero:before{
		background-image:url("img/hero-bg__Med.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);background-image: image-set(url("img/hero-bg__Med.jpg") 1x,
url("img/hero-bg__Med.jpg") 2x,url("img/hero-bg__Med.webp") 1x,
url("img/hero-bg__Med.webp") 2x);
		content:"";
	}
	.offcanvas-menu:before{
		background-image:url("img/hero-bg__Sm.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
		content:"";
	}
	.offcanvas-menu-grid{
		padding-top:1rem;
	}
	.watch-hero::before{
		background-image:url("img/hero-bg__Sm.jpg");
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);background-image: image-set(url("img/hero-bg__Sm.jpg") 1x,
url("img/hero-bg__Sm.jpg") 2x,url("img/hero-bg__Sm.webp") 1x,
url("img/hero-bg__Sm.webp") 2x);
	}
	.grid-vh-styling{
		grid-template-columns:1fr 1fr;
	}
	.menu-list{
		margin-top:3rem;
	}
	.video-gallery{
		grid-template-columns:1fr 1fr;
	}
	
}

