/*-----------------------------------------------------------------------------------
	Home
	About: YourSchool
	Author: YourSchool
	Version: 1.0
-----------------------------------------------------------------------------------*/

.cdyttemp-container .custom-bric-img-item.cover.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.cdyttemp-container .custom-bric-img-item {
	position: relative;
	transition: transform .5s ease;
}

.cdyttemp-container .custom-bric-img-item.center.cover {
	background-position: center;
	object-position: center 50%;
	object-fit: cover;
}

.cdyttemp-container .custom-bric-img-item.left.cover {
	background-position: left;
	object-position: left 50%;
	object-fit: cover;
}

.cdyttemp-container .custom-bric-img-item.right.cover {
	background-position: right;
	object-position: right 50%;
	object-fit: cover;
}

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 */

/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* =
-------------------------------------------------------------- */

.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
-------------------------------------------------------------- */

.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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* 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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



/* = 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%;
}
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* = 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;
}




/* 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;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
}
.container{
	max-width:1140px;
}
.heroimagepadding{
	width:693px;
	z-index:0;
	padding-top:210px;
	padding-bottom:210px;
}
.img-icons-style{
	width:228px;
}
.container-div-style{
	width:100%;
}
.paddinpicture{
	height:700px;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:0px;
}
.divider-background-color{
	background-color:transparent;
}
.buttonchooseoutline{
	width:100%;
	height:120px;
	font-family:"Poppins";
	font-size:30px;
	text-align:center;
	line-height:100px;
	border-color:#FCAF15!important;
	color:#FFFFFF!important;
	background-blend-mode:normal;
	background-color:rgba(0,0,0,0.10);
	border-width:5px 5px 5px 5px;
}
.buttonchooseoutline:hover{
	background-color:rgba(0,0,0,0.30);
}
.buttonchoosesolid{
	width:100%;
	height:120px;
	font-family:"Poppins";
	font-size:30px;
	text-align:center;
	line-height:120px;
	color:#FFFFFF!important;
	background-blend-mode:normal;
	background-color:#A22A20;
	border-width:0px 0px 0px 0px;
}
.buttonchoosesolid:hover{
	background-color:rgba(0,0,0,0.30);
}
.parentresources{
	font-family:"Montserrat";
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFFFFF!important;
	font-weight:600;
}
.iconlogoparentresources{
	width:50px;
	height:50px;
	margin-top:25px;
}
.row2parentrec{
	margin-top:25px;
}
.backtomainsite{
	height:50px;
}
.parallaxdiv{
	height:650px;
}
.herodivcontainerpaddingtop{
	margin-top:100px;
}
.herodivcontainerpaddingdown{
	margin-bottom:100px;
}
.arrowiconscrolldown{
	color:#F9F7F7!important;
}
.container-div-bloc-7-style{
	width:100%;
}
.img-style{
	width:445px;
}
.end_button{
	font-family:"Poppins";
}
.paddingmap{
	height:500px;
}
.vid-bg{
	opacity:0.5;
}
.img-bluecross-style{
	width:320px;
	border-radius:0px 0px 0px 0px;
}
.heading02{
	font-family:"Montserrat";
	color:var(--swatch-var-4426)!important;
	font-weight:500;
}
.body01{
	font-family:"Montserrat";
	color:#424242!important;
}
.body1white{
	font-family:"Montserrat";
	font-weight:600;
}
.body01white{
	color:#FFFFFF!important;
}
.whitetext{
	color:#FFFFFF!important;
}
h6{
	color:var(--swatch-var-4426)!important;
	font-size:80px;
	font-family:"Montserrat";
}
.img-principall-style{
	width:301px;
}
.virtualtourbtn{
	width:60%;
	font-family:"Montserrat";
	font-size:42px;
	background-color:var(--swatch-var-4426);
	line-height:44px;
	padding:54px 50px 54px 50px;
	margin-top:50px;
	margin-bottom:50px;
}
.virtualtourbtn:hover{
	background-color:var(--swatch-var-3052);
}
.divider-bloc-4-padding{
	padding-top:10px;
	padding-bottom:10px;
	opacity:0.0;
}
.p-bloc-2-style{
	font-family:"Poppins";
	font-weight:300;
	line-height:30px;
}
.button-style{
	background-color:var(--swatch-var-4426);
	border-radius:10px 10px 10px 10px;
}
.button-style:hover{
	background-color:#006351;
}
.img-prospectu-style{
	width:555px;
}
.h4-style{
	font-family:"Apparel-Bold";
	color:#901628!important;
	letter-spacing:0px;
}
h2{
	color:var(--swatch-var-4426)!important;
	font-family:"Montserrat";
}
h3{
	color:var(--swatch-var-4426)!important;
	font-family:"Montserrat";
}
h4{
	color:var(--swatch-var-4426)!important;
	font-family:"Montserrat";
}
p{
	color:var(--swatch-var-3052)!important;
}
label{
	font-family:"Montserrat";
	font-size:14px;
	color:#3F3F3F!important;
}
.videobackground{
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/virtualtour.mp4");
}
.hero-wrapper{
	width:auto;
	height:auto;
	min-height:100px;
	min-width:100px;
	position:fixed;
	z-index:-9999;
	top:0px;
	right:0px;
}
.hero-wrapper-video{
	width:100%;
	height:100%;
}
.buttonsolid{
	font-family:"Montserrat";
	width:40%;
	border-radius:50px 50px 50px 50px;
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
}
.buttonsolid:hover{
	background-color:var(--swatch-var-5901);
	color:var(--swatch-var-1256)!important;
}
.buttonoutline{
	font-family:"Montserrat";
	width:40%;
	border-radius:50px 50px 50px 50px;
	color:var(--swatch-var-4426)!important;
	background-color:rgba(255,255,255,0);
	border-color:var(--swatch-var-4426)!important;
	border-width:2px 2px 2px 2px;
	border-style:solid;
}
.buttonoutline:hover{
	background-color:var(--swatch-var-5901);
	color:var(--swatch-var-1256)!important;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-5901)!important;
}
.buttonoutlinesquare{
	font-family:"Montserrat";
	width:40%;
	border-radius:0px 0px 0px 0px;
	color:var(--swatch-var-4426)!important;
	background-color:var(--swatch-var-1256);
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	border-width:2px 2px 2px 2px;
}
.buttonoutlinesquare:hover{
	background-color:var(--swatch-var-5901);
	color:var(--swatch-var-1256)!important;
	border-color:var(--swatch-var-5901)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.btn-style{
	width:52.69%;
}
.divider-style{
	height:20px;
	background-color:transparent;
}
.paddingtourbutton{
	margin-bottom:20px;
}
.buttonanimatedsquare{
	padding:10px 10px 10px 10px;
}
.buttonsolidsquare{
	font-family:"Montserrat";
	width:40%;
	border-radius:0px 0px 0px 0px;
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
}
.buttonsolidsquare:hover{
	background-color:var(--swatch-var-5901);
	color:var(--swatch-var-1256)!important;
}
.btn-bloc-11-style{
	width:55.31%;
}
.img-riverleighlo-style{
	width:248px;
}
.label-style{
	line-height:24px;
}
.label-4-style{
	line-height:24px;
}
.row-bloc-45-style{
	width:77.22%;
}
.resume-section-title{
	text-transform:uppercase;
	font-size:35px;
	line-height:43px;
	font-family:"Poppins-Bold";
}
.resume-color-hover:hover{
	color:var(--swatch-var-1936)!important;
	border-color:var(--swatch-var-1936)!important;
	background-color:transparent;
	text-shadow:0px 0px 0px #FF2600;
}
.resume-left-card{
	border-color:#EAEAEA!important;
	border-style:solid;
	border-width:0px 2px 0px 0px;
}
.resume-right-card{
	border-color:#EAEAEA!important;
	border-style:solid;
	border-width:0px 0px 0px 2px;
}
.resume-year-column{
	padding:0px 0px 0px 0px;
}
.resume-timeline-year{
	font-size:35px;
	font-family:"Poppins-Bold";
}
.resume-card-header{
	padding:0px 0px 0px 0px;
}
.resume-card-year{
	text-align:center;
	color:#FFFFFF!important;
	font-family:"Poppins-Bold";
}
.resume-card-body{
	padding:28px 50px 28px 50px;
	background-color:var(--swatch-var-1256);
}
.timelineheader{
	margin-top:20px;
	margin-bottom:20px;
}
.timelinephoto{
	width:100%;
}
.videoovercard{
	width:460px;
	margin-left:-100px;
	box-shadow:0px 0px 28px rgba(0,0,0,0.14);
	padding:28px 28px 28px 28px;
	border-radius:14px 14px 14px 14px;
}
.author-color-button{
	background-color:var(--swatch-var-3120);
	/*border-style:_popUpItemAction:;*/
	border-color:transparent!important;
	padding-right:28px;
	padding-left:28px;
	font-size:18px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
	font-family:"Poppins-Bold";
}
.author-color-button:hover{
	box-shadow:0px 0px 7px rgba(0,0,0,0.28);
	filter:brightness(1.1);
	background-color:var(--swatch-var-3120);
}
.btn-3-style{
	width:100%;
}
.videoovercardsquare{
	width:460px;
	margin-left:-100px;
	box-shadow:0px 0px 28px rgba(0,0,0,0.14);
	padding:28px 28px 28px 28px;
	border-radius:0px 0px 0px 0px;
}
.resume-exp-column-margin{
	margin-top:28px;
	margin-bottom:28px;
}
.resume-exp-year{
	font-size:60px;
	font-family:"Poppins-Bold";
}
.author-chapter-row{
	padding:50px 50px 50px 50px;
	border-radius:14px 14px 14px 14px;
}
.author-chapter-column{
	padding-right:28px;
	padding-left:28px;
	margin-top:28px;
	margin-bottom:28px;
}
.chapternumberlist{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:auto;
	margin-left:auto;
	border-radius:0px 0px 0px 0px;
}
.author-bold{
	font-family:"Poppins-Bold";
}
.author-review{
	border-style:solid;
	border-color:#FFFFFF!important;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
	border-width:14px 14px 14px 14px;
}
.author-small-text{
	font-size:14px;
}
.author-wire-button{
	border-style:solid;
	border-color:#000000!important;
	background-color:transparent;
	color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	font-size:18px;
	line-height:28px;
	border-width:1px 1px 1px 1px;
}
.author-wire-button:hover{
	background-color:var(--swatch-var-3120);
	border-color:var(--swatch-var-3120)!important;
	box-shadow:0px 0px 14px rgba(0,0,0,0.28);
	color:#FFFFFF!important;
}
.author-blog-thumb{
	margin-bottom:20px;
	box-shadow:0px 0px 14px rgba(0,0,0,0.14);
	margin-top:50px;
	border-radius:14px 14px 14px 14px;
}
.author-black-link{
	color:#000000!important;
	font-family:"Poppins-SemiBold";
}
.author-black-link:hover{
	color:var(--swatch-var-3120)!important;
}
.author-color-link{
	color:var(--swatch-var-3120)!important;
}
.author-color-link:hover{
	color:#000000!important;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.feat-header{
	font-weight:bold;
}
.purple-gradient-bg{
	background-color:var(--swatch-var-4426);
}
.team-card{
	min-height:350px;
}
.img-principa-style{
	width:170px;
}
.imagegalleryfullscreenpadding{
	margin-top:0px;
	margin-bottom:-20px;
	padding-top:0px;
	padding-bottom:-20px;
}
.imagegallerypadding{
	padding-top:20px;
}
.imagegalleryrowpadding{
	padding-left:20px;
	padding-right:20px;
}
.margin{
	opacity:1.0;
	border-style:solid;
	border-color:transparent!important;
	border-width:30px 30px 30px 30px;
}
.hero-header-text{
	font-size:90px;
	font-weight:600;
	font-family:"Lato-Bold";
	width:100%;
	color:#FFFFFF!important;
}
.hero-subheader{
	font-size:35px;
	font-weight:300;
	color:#FFFFFF!important;
	text-align:left;
	width:84.5%;
	font-family:"Lato-Light";
}
.close-lightbox{
	background-color:var(--swatch-var-3960);
	font-size:50px;
	width:50px;
	height:50px;
	border-radius:200px 200px 200px 200px;
}
.mini-subtitle{
	text-transform:uppercase;
}
.mini-large-p{
	font-size:1.3em;
}
.fullradius{
	overflow:hidden!important;
}
.features-content-column{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.mini-feature-scrolling-images{
	display:flex;
	width:150vw;
	align-items:center;
	flex-direction:row;
	margin-left:-400px;
}
.mini-feature-img{
	width:25vw;
	height:auto;
}
.iconpadding10{
	padding-bottom:10px;
}
.icon-style-8icons{
	border-radius:25px 25px 25px 25px;
	color:var(--swatch-var-1256)!important;
}
.btn-bloc-34-style{
	border-radius:26px 26px 26px 26px;
}
.h2-style{
	width:95.86%;
}
.faq-10-center{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.mini-faq-1-div{
	overflow:hidden;
	box-shadow:1.41px 1.41px 14px rgba(0,0,0,0.08);
}
.mini-faq-2-header{
	border-width:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px!important;
}
.mini-faq-1-question{
	font-size:1.4em;
	padding:20px 20px 20px 20px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:rgba(192,192,192,0.14)!important;
}
.mini-faq-1-body{
	padding:20px 15px 20px 15px;
}
.mini-faq-last-header{
	border-width:0px 0px 0px 0px!important;
}
.faq-10-box{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#919191!important;
	margin-bottom:14px;
	padding:28px 28px 20px 28px;
	position:relative;
}
.faq-10-question{
	display:inline-flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding-bottom:8px;
}
.faq-question-title{
	font-size:1.3em;
}
.arrow-icon{
	font-size:20px;
	width:25px;
	text-align:center;
}
.faq-10-full{
	margin-left:auto;
	margin-right:auto;
}
.faq-question{
	display:inline-flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#797979!important;
	margin-top:14px;
	padding-bottom:7px;
	padding-top:23px;
}
.arrow-icon{
	font-size:20px;
	width:25px;
	text-align:center;
}
.faq-center{
	max-width:600px;
	padding-bottom:14px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#919191!important;
	margin-left:auto;
	margin-right:auto;
}
.faq-question-column{
	padding:0px 0px 0px 0px;
}
.faq-full{
	padding-bottom:14px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#919191!important;
	margin-left:auto;
	margin-right:auto;
}
.mini-faq-3-div{
	padding-right:28px;
	padding-bottom:10px;
	padding-left:28px;
	margin-top:14px;
	margin-bottom:14px;
	position:relative;
}
.mini-faq-3-header{
	padding-top:28px;
	margin-bottom:14px;
}
.custom-header{
	padding:10px 0px 10px 0px;
}
.nav-4-row{
	position:relative;
}
.mini-text-logo{
	font-size:1.8em;
	text-transform:uppercase;
}
.nav-4-visible{
	position:relative;
	z-index:3;
}
.menu-button{
	position:relative;
	height:40px;
	margin-left:auto;
	display:inline-flex;
	align-items:center;
	flex-direction:row-reverse;
	justify-content:flex-start;
}
.button-primary{
	background-color:var(--swatch-var-779);
	color:#FFFFFF!important;
}
.button-primary:hover{
	background-color:var(--swatch-var-5545);
}
.button-primary:active{
	background-color:var(--swatch-var-5545);
}
.nav-4-menu-dark{
	z-index:1;
	position:absolute;
	background-color:var(--swatch-var-5803);
	padding:10px 28px 0px 28px;
}
.mega-menu-close-icon{
	padding-top:1px;
}
.big-link{
	font-size:1.8em;
}
.menu-social-links{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	align-content:center;
}
.mini-team-social-icon{
	width:30px;
	text-align:center;
	font-size:22px;
}
.mini-team-social-icon:hover{
	opacity:0.8;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.header-vertical-bloc{
	overflow:hidden;
}
.header-vertical{
	display:flex;
	flex-direction:row;
	max-height:100vh;
	overflow:hidden;
}
.header-vertical-scroll{
	width:50%;
	min-height:128vh;
}
.global-radius{
	overflow:hidden!important;
}
.right-column{
	margin-top:-200px;
}
.headerbutton{
	color:var(--swatch-var-3960)!important;
	background-color:var(--swatch-var-426);
	margin-left:0px;
	margin-right:0px;
	font-size:16px;
	font-weight:normal;
	line-height:0px;
}
.headerbutton:hover{
	color:var(--swatch-var-5901)!important;
	background-color:var(--swatch-var-426);
	border-color:var(--swatch-var-1256)!important;
}
.desktopheadermaxwidthbutton{
	width:100px;
}
.buttonheaderoutline{
	font-size:15px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	border-radius:50px 50px 50px 50px;
	background-color:var(--swatch-var-426);
	color:var(--swatch-var-4426)!important;
	text-align:center;
	font-weight:normal;
	border-width:2px 2px 2px 2px;
	padding:5px 30px 5px 30px;
	min-width:100px;
	max-width:600px;
	margin-top:7px;
	margin-left:5px;
	margin-right:5px;
}
.buttonheaderoutline:hover{
	border-color:var(--swatch-var-5901)!important;
	color:var(--swatch-var-1256)!important;
	background-color:var(--swatch-var-5901);
}
.buttonheadersolid{
	font-size:15px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	border-radius:50px 50px 50px 50px;
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	text-align:center;
	font-weight:normal;
	border-width:2px 2px 2px 2px;
	padding:5px 30px 5px 30px;
	min-width:100px;
	max-width:600px;
	margin-top:7px;
	margin-left:5px;
	margin-right:5px;
}
.buttonheadersolid:hover{
	border-color:var(--swatch-var-5901)!important;
	color:var(--swatch-var-1256)!important;
	background-color:var(--swatch-var-5901);
}
.poweredby{
	font-size:14px;
}
.headerbutton:active{
	border-color:var(--swatch-var-1256)!important;
}
.heroimagepaddinglongsquare{
	z-index:0;
	padding-top:310px;
	padding-bottom:310px;
	width:650px;
}
.divider-0-background-color{
	background-color:var(--swatch-var-1256);
}
.whitebutton{
	color:var(--swatch-var-1256)!important;
	border-color:var(--swatch-var-1256)!important;
	background-size:length;
}
.whitebutton:hover{
	color:var(--swatch-var-1256)!important;
	box-shadow:inset 0.00px -200.00px 50px rgba(0,0,0,0.30);
}
.faqtransparentcover{
	border-radius:30px 30px 30px 30px;
	background-size:length;
	border-style:solid;
	border-color:var(--swatch-var-426)!important;
	border-width:10px 10px 10px 10px;
	background-image:url("https://cdn.yourschool.cloud/templateassets/img/whitebgtpoverlay.webp");
}
.faqimage{
	max-height:750px;
	position:absolute;
	z-index:1;
	min-width:750px;
	left:-130px;
	top:32px;
}
.faqimageexpanding{
	position:relative;
	min-height:120%;
	max-height:120%;
	min-width:120%;
	max-width:120%;
	bottom:0px;
	margin-bottom:-px;
	margin-top:-80px;
	left:-80px;
}
.red-bg-gradient{
	background:linear-gradient(180deg, #FABF68, #F02277);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.tabbedbuttons{
	padding-left:30px;
	padding-right:30px;
	color:var(--swatch-var-4426)!important;
	margin-left:5px;
	margin-right:5px;
	font-family:"Montserrat";
	text-transform:none;
	font-weight:normal;
	font-size:18px;
}
.tabbedcontent{
	flex-direction:row;
	justify-content:center;
	color:var(--swatch-var-4426)!important;
}

.accordion {
	--bs-accordion-btn-bg: #FFFFFF;
	--bs-accordion-active-bg: white;
	--bs-accordion-btn-focus-box-shadow: none;
}
.quicklinks{
	font-family:"Montserrat";
	font-size:24px;
	text-align:center;
	margin-top:12px;
}
.quicklinksicon{
	width:100px;
}
.quicklinkshover{
	padding-top:20px;
	padding-bottom:20px;
}
.quicklinkshover:hover{
	background-color:var(--swatch-var-5783);
}
.topmenubarbuttons{
	height:40px;
	width:auto;
}
.transparent-black{
	background-color:rgba(0,0,0,0.63);
}
.justify-centred{
	align-content:center;
}
.min-height-650{
	min-height:700px;
}
.iggseffect{
	backdrop-filter:blur(33px);
	-webkit-backdrop-filter:blur(33px);
}
.virtualtourfloatingspinner{
	align-content:center;
	justify-content:center;
	z-index:2;
	position:absolute;
	bottom:200px;
	right:0px;
	left:0px;
	top:200px;
	height:280px;
	width:280px;
}
.virtualtourfloatingbutton{
	height:280px;
	width:280px;
	z-index:5;
	position:relative;
}
.virtualtourfloatingbuttonplayoverlay{
	width:280px;
	height:280px;
	position:absolute;
	z-index:4;
	left:215px;
	right:0px;
	align-content:center;
	justify-content:center;
	align-items:center;
	bottom:100px;
}
.buttoncolour{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
}
.buttoncolour:hover{
	background-color:var(--swatch-var-1256);
	color:var(--swatch-var-4426)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
}
.buttonclear{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
}
.buttonclear:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
}
.principalstyle1layer1{
	z-index:2;
	position:absolute;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-wrap:nowrap;
	width:730px;
	top:-1200px;
	height:1200px;
	left:0px;
	right:-500px;
	min-width:730px;
	max-width:730px;
	min-height:1200px;
	max-height:1200px;
}
.principalstyle1layer2{
	z-index:1;
	position:absolute;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:nowrap;
	top:-1000px;
	width:1900px;
	right:0px;
	left:0px;
	padding-left:100px;
	padding-right:100px;
}
.principalstyle1layer3{
	z-index:3;
	position:absolute;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:nowrap;
	width:3000px;
	height:1220px;
}
.centrecontents{
	align-items:center;
	justify-content:center;
	flex-wrap:nowrap;
	align-content:center;
}
.padding-thousand{
	padding-top:400px;
	padding-bottom:400px;
}
.buttontrans{
	background-color:var(--swatch-var-1256);
	color:var(--swatch-var-4426)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-4426)!important;
}
.buttontrans:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
}
.principalpadding{
	padding-top:1300px;
}
.principaltextbox{
	z-index:4;
	position:absolute;
	top:-650px;
	width:800px;
	margin-left:5%;
	left:0px;
	right:0px;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:nowrap;
}
.faqtransparentcover{
	border-radius:30px 30px 30px 30px;
	background-size:length;
	border-style:solid;
	border-color:var(--swatch-var-318)!important;
	border-width:10px 10px 10px 10px;
	background-image:url("img/whitebgtpoverlay.webp");
}
.faqimageexpanding{
	position:relative;
	min-height:120%;
	max-height:120%;
	min-width:120%;
	max-width:100%;
	bottom:0px;
	margin-bottom:-px;
	margin-top:-80px;
	left:-80px;
}
.faqcoverwhite{
	border-radius:30px 30px 30px 30px;
	background-size:length;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	border-width:10px 10px 10px 10px;
	background-image:url("img/whitebgtpoverlay.webp");
	background-color:var(--swatch-var-1256);
}
.button-play{
	width:280px;
	height:55px;
	justify-content:center;
	border-radius:30px 30px 30px 30px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	background-color:var(--swatch-var-4426);
	flex-direction:row-reverse;
	align-items:center;
	display:inline-flex;
}
.btn-icon{
	font-size:1.2em;
	margin-left:0.3em;
	color:var(--swatch-var-1256)!important;
}
.button-play:hover{
	font-family:"Montserrat";
	text-decoration:none;
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:2px 2px 2px 2px;
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
}
.button-line{
	border-style:solid;
	text-decoration:underline!important;
}
.button-play-black{
	width:280px;
	height:55px;
	justify-content:center;
	border-radius:30px 30px 30px 30px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-2299)!important;
	background-color:var(--swatch-var-3960);
	flex-direction:row-reverse;
	align-items:center;
	display:inline-flex;
	color:var(--swatch-var-1256)!important;
}
.button-play-black:hover{
	font-family:"Montserrat";
	text-decoration:none;
	background-color:var(--swatch-var-7244);
	color:var(--swatch-var-1256)!important;
}
.btn-icon:hover{
	color:var(--swatch-var-1256)!important;
}
.btn-icon:active{
	color:var(--swatch-var-4426)!important;
}
.btn-icon-black{
	font-size:1.2em;
	margin-left:0.3em;
	color:var(--swatch-var-1256)!important;
}
.btn-icon-black:hover{
	color:var(--swatch-var-1256)!important;
}
.hero-padding-3x2{
	height:2000px;
}
.hero-foreground-3x2{
	position:absolute;
	z-index:3;
	top:0px;
}
.hero-middleground-3x2{
	position:absolute;
	z-index:2;
	top:0px;
	overflow:hidden;
}
.padding-margin-0{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.photoscale1x1{
	min-width:769px;
	min-height:769px;
	max-height:3000px;
	max-width:3000px;
	height:100%;
	width:100%;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.photoscroll-layer-01{
	min-width:769px;
	min-height:769px;
	max-height:1200px;
	max-width:1200px;
	height:100%;
	width:100vw;
	position:relative;
	z-index:1;
}
.photoscroll-layer-02{
	min-width:769px;
	min-height:769px;
	max-height:1200px;
	max-width:1200px;
	height:100%;
	width:100vw;
	position:absolute;
	z-index:2;
	left:-200px;
	top:-100px;
}
.slidingcard02{
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
}
.slidingcard01{
	position:relative;
	z-index:1;
}
.padmar0{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.three-values-1{
	z-index:8;
	position:relative;
}
.three-values-2{
	z-index:5;
	position:absolute;
	top:-0px;
	overflow:hidden;
}
.three-values-3{
	z-index:6;
	position:absolute;
	top:0px;
}
.three-values-4{
	z-index:7;
	position:absolute;
	top:0px;
}
.button-cnr-outline{
	color:var(--swatch-var-4426)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-4426)!important;
	background-color:var(--swatch-var-2299);
	padding:10px 20px 10px 20px;
	border-radius:10px 10px 10px 10px;
}
.button-cnr-outline:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	padding:10px 20px 10px 20px;
}
.button-cnr-outline:active{
	padding:10px 20px 10px 20px;
}
.button-cnr-outline:focus{
	padding:10px 20px 10px 20px;
}
.button-cnr-outline:visited{
	padding:10px 20px 10px 20px;
}
.button-cnr:active{
	padding:10px 20px 10px 20px;
}
.button-cnr:focus{
	padding:10px 20px 10px 20px;
}
.button-cnr:visited{
	padding:10px 20px 10px 20px;
}
.button-cnr-white:active{
	padding:10px 20px 10px 20px;
}
.button-cnr-white:focus{
	padding:10px 20px 10px 20px;
}
.button-cnr-white:visited{
	padding:10px 20px 10px 20px;
}
.button-sq{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	padding:10px 20px 10px 20px;
	border-radius:0px 0px 0px 0px;
}
.button-sq:hover{
	background-color:var(--swatch-var-1256);
	color:var(--swatch-var-4426)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	padding:10px 20px 10px 20px;
}
.button-sq:active{
	padding:10px 20px 10px 20px;
}
.button-sq:focus{
	padding:10px 20px 10px 20px;
}
.button-sq:visited{
	padding:10px 20px 10px 20px;
}
.button-sq-outline{
	color:var(--swatch-var-4426)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-4426)!important;
	background-color:var(--swatch-var-2299);
	padding:10px 20px 10px 20px;
	border-radius:0px 0px 0px 0px;
}
.button-sq-outline:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	padding:10px 20px 10px 20px;
}
.button-sq-outline:active{
	padding:10px 20px 10px 20px;
}
.button-sq-outline:focus{
	padding:10px 20px 10px 20px;
}
.button-sq-outline:visited{
	padding:10px 20px 10px 20px;
}
.button-sq-white{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-2299);
	border-radius:0px 0px 0px 0px;
}
.button-sq-white:hover{
	background-color:var(--swatch-var-5783);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
}
.button-sq-white:active{
	padding:10px 20px 10px 20px;
}
.button-sq-white:focus{
	padding:10px 20px 10px 20px;
}
.button-sq-white:visited{
	padding:10px 20px 10px 20px;
}
.button-ro-outline{
	color:var(--swatch-var-4426)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-4426)!important;
	background-color:var(--swatch-var-2299);
	padding:10px 20px 10px 20px;
	border-radius:50px 50px 50px 50px;
}
.button-ro-outline:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	padding:10px 20px 10px 20px;
	border-radius:50px 50px 50px 50px;
}
.button-ro-outline:active{
	padding:10px 20px 10px 20px;
}
.button-ro-outline:focus{
	padding:10px 20px 10px 20px;
}
.button-ro-outline:visited{
	padding:10px 20px 10px 20px;
}
.button-ro{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	padding:10px 20px 10px 20px;
	border-radius:50px 50px 50px 50px;
}
.button-ro:hover{
	background-color:var(--swatch-var-1256);
	color:var(--swatch-var-4426)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-4426)!important;
	padding:10px 20px 10px 20px;
}
.button-ro:active{
	padding:10px 20px 10px 20px;
}
.button-ro:focus{
	padding:10px 20px 10px 20px;
}
.button-ro:visited{
	padding:10px 20px 10px 20px;
}
.button-ro-white{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-2299);
	border-radius:50px 50px 50px 50px;
}
.button-ro-white:hover{
	background-color:var(--swatch-var-5783);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	border-radius:50px 50px 50px 50px;
}
.button-ro-white:active{
	padding:10px 20px 10px 20px;
}
.button-ro-white:focus{
	padding:10px 20px 10px 20px;
}
.button-ro-white:visited{
	padding:10px 20px 10px 20px;
}
.button-ro-white-primaryhi{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-2299);
	border-radius:50px 50px 50px 50px;
}
.button-ro-white-primaryhi:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	border-radius:50px 50px 50px 50px;
}
.button-ro-white-primaryhi:active{
	padding:10px 20px 10px 20px;
}
.button-ro-white-primaryhi:focus{
	padding:10px 20px 10px 20px;
}
.button-ro-white-primaryhi:visited{
	padding:10px 20px 10px 20px;
}
.button-sq-white-primaryhi{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-2299);
	border-radius:0px 0px 0px 0px;
}
.button-sq-white-primaryhi:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
}
.button-sq-white-primaryhi:active{
	padding:10px 20px 10px 20px;
}
.button-sq-white-primaryhi:focus{
	padding:10px 20px 10px 20px;
}
.button-sq-white-primaryhi:visited{
	padding:10px 20px 10px 20px;
}
.button-cnr-white-primaryhi{
	color:var(--swatch-var-1256)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-2299);
	border-radius:10px 10px 10px 10px;
}
.button-cnr-white-primaryhi:hover{
	background-color:var(--swatch-var-4426);
	color:var(--swatch-var-1256)!important;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1256)!important;
	padding:10px 20px 10px 20px;
}
.button-cnr-white-primaryhi:active{
	padding:10px 20px 10px 20px;
}
.button-cnr-white-primaryhi:focus{
	padding:10px 20px 10px 20px;
}
.button-cnr-white-primaryhi:visited{
	padding:10px 20px 10px 20px;
}
.hero-centred-padding-3x2{
	height:1200px;
}
.hero-centred-foreground-3x2{
	position:relative;
	z-index:3;
	top:50px;
	height:1000px;
	width:1500px;
	padding:0px 0px 0px 0px;
	min-height:1000px;
	min-width:1500px;
	max-width:1500px;
	max-height:1000px;
	margin:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	left:200px;
}
.hero-centred-middleground-3x2{
	position:relative;
	z-index:1;
	top:-950px;
	height:1000px;
	width:1500px;
	padding:0px 0px 0px 0px;
	min-height:1000px;
	min-width:1500px;
	max-width:1500px;
	max-height:1000px;
	left:-150px;
	margin:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.hero-foreground-3x2-left{
	position:relative;
	z-index:3;
	top:0px;
	height:2000px;
	width:3000px;
	padding:0px 0px 0px 0px;
	min-height:900px;
	min-width:1350px;
	max-width:1800px;
	max-height:1200px;
	left:0px;
	margin:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.padding-margin-0{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.text-scroller{
	width:5000px;
	min-width:5000px;
	height:150px;
	min-height:150px;
	max-width:5000px;
	max-height:150px;
}
.text-scroller-md{
	width:7500px;
	min-width:7500px;
	height:75px;
	min-height:75px;
	max-width:7500px;
	max-height:75px;
}
.text-scroller-sml{
	width:3750px;
	min-width:3750px;
	height:37px;
	min-height:37px;
	max-width:3750px;
	max-height:37px;
}
.text-scroller-md-alternatescroll{
	width:7500px;
	min-width:7500px;
	height:75px;
	min-height:75px;
	max-width:7500px;
	max-height:75px;
}
.photo-scroll-2{
	z-index:2;
	position:relative;
}
.photo-scroll-layer-02{
	position:absolute;
	z-index:2;
	top:-300px;
	overflow:hidden;
	display:inline;
	left:-300px;
}
.photo-scroll-layer-01{
	width:1000px;
	height:1000px;
	min-height:300px;
	min-width:300px;
	max-width:1000px;
	max-height:1000px;
	position:absolute;
}
.padding-photo-scroll{
	height:1000px;
	margin-top:50px;
	margin-bottom:50px;
}
.virtualtourfloating-video-padding{
	margin-top:200px;
	margin-bottom:200px;
}
.headertextoverlaylower-textbox{
	top:-100px;
	position:relative;
	z-index:1;
	margin-bottom:-80px;
}
.left-headertextoverlaylower-image{
	z-index:0;
	max-width:5000px;
	max-height:2600px;
	overflow:hidden;
	min-width:1250px;
	min-height:600px;
	width:100%;
	height:100%;
}
.centre-headertextoverlaylower-image{
	z-index:0;
	max-width:5000px;
	max-height:2600px;
	overflow:hidden;
	min-width:1250px;
	min-height:600px;
	width:100%;
	height:100%;
}
.right-headertextoverlaylower-image{
	z-index:0;
	max-width:2500px;
	max-height:1300px;
	overflow:hidden;
	min-width:1250px;
	min-height:600px;
	width:100%;
	height:100%;
}
.padding-thousand-lwr-header{
	top:400px;
	position:relative;
}
.header-blur{
	position:fixed;
	z-index:100;
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	height:80px;
}
.header-logo-round{
	width:90px;
}
.header-button{
	height:50px;
}
.header-clear{
	position:fixed;
	z-index:100;
	height:80px;
}
.header-logo-horiz{
	width:320px;
}
.content-overflow-hidden{
	overflow:hidden;
}
.padding-1000{
	padding-top:500px;
	padding-bottom:500px;
}
.padding-800{
	padding-top:400px;
	padding-bottom:400px;
}
.padding-600{
	padding-top:300px;
	padding-bottom:300px;
}
.padding-400{
	padding-top:200px;
	padding-bottom:200px;
}
.padding-200{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-100{
	padding-top:50px;
	padding-bottom:50px;
}
.padding-50{
	padding-top:25px;
	padding-bottom:25px;
}
.padding-20{
	padding-top:10px;
	padding-bottom:10px;
}
.padding-0{
	padding-top:0px;
	padding-bottom:0px;
}
.padding-1200{
	padding-top:600px;
	padding-bottom:600px;
}
.padding-1400{
	padding-top:700px;
	padding-bottom:700px;
}
.storelocator{
	height:900px;
}
.header-overlay{
	position:fixed;
	z-index:1000;
}
.header-ultra-logo{
	width:200px;
	padding-top:10px;
	padding-left:10px;
	z-index:1010;
}
.header-ultra-menu{
	width:160px;
	margin-top:-3px;
}
.header-ultra-right-menuonly-bg{
	width:360px;
	float:right;
	border-radius:0px 0px 0px 35px;
	height:80px;
}
.header-ultra-login{
	width:160px;
	margin-top:-3px;
}
.header-ultra-logo-static-mobile{
	position:fixed;
	z-index:1000;
}
.padding-600-lwr-footer{
	position:relative;
	top:200px;
}
.header-ultra-right-menuonly-bg-oneonly{
	width:210px;
	float:right;
	border-radius:0px 0px 0px 35px;
	height:80px;
}
.rounded-edges-photo-full{
	border-color:var(--swatch-var-1256)!important;
	padding:50px 50px 50px 50px;
	border-radius:70px 70px 70px 70px;
}
.rounded-edges-photo{
	border-color:var(--swatch-var-1256)!important;
	padding:5px 5px 5px 5px;
	border-radius:25px 25px 25px 25px;
}
.z-index-margin-up-100{
	z-index:4;
	position:relative;
	top:-200px;
}
.z-index-margin-up-400{
	z-index:3;
	position:relative;
	top:-200px;
}
.z-index-margin-up{
	z-index:2;
	top:-200px;
}
.blur-button{
	backdrop-filter:blur(10px);
	color:#FFFFFF !important;
	-webkit-backdrop-filter:blur(10px);
	font-family:"Montserrat";
	font-weight:600;
}
.blur-button:hover{
	color:#000000 !important;
	font-family:"Montserrat";
	font-weight:600;
	background-color:#FFFFFF;
}
.z-index-top{
	position:relative;
	z-index:1200;
}
.header-3-across-logo{
	padding-left:10px;
	z-index:1010;
	width:200px;
	padding-top:0px;
}
.header-3-across-login{
	width:200px;
	margin-top:-8px;
}
.header-3-across-menu{
	width:200px;
	margin-top:-8px;
}
.header-3-across-menuonly-bg{
	float:right;
	height:80px;
	border-radius:0px 0px 0px 35px;
	width:650px;
}
.header-logo-small{
	width:150px;
	position:absolute;
	margin-top:-10px;
	margin-left:15px;
}
.header-menu-3-text-bg-blur{
	text-decoration:none;
	text-transform:none;
	text-align:center;
	font-weight:normal;
	font-family:"Montserrat";
	border-radius:50px 50px 50px 50px;
	backdrop-filter:blur(7px) brightness(.6);
	-webkit-backdrop-filter:blur(7px) brightness(.6);
	font-size:16px;
	top:-10px;
	height:50px;
	padding-top:13px;
	width:400px;
	position:relative;
	display:flex;
	right:25%;
	left:30%;
}
.header-menu-3-text-bg-blur-white{
	text-decoration:none;
	text-transform:none;
	text-align:center;
	font-weight:normal;
	font-family:"Montserrat";
	border-radius:50px 50px 50px 50px;
	font-size:16px;
	top:-10px;
	height:50px;
	padding-top:13px;
	width:400px;
	position:relative;
	display:flex;
	right:25%;
	left:30%;
	background-color:var(--swatch-var-1256);
}
.blur-background{
	filter:blur(50px);
}
.divider-height-2px{
	height:1px;
	margin-bottom:20px;
	margin-top:20px;
}
.square-box-coloured{
	border-radius:25px 25px 25px 25px;
	padding:15px 15px 15px 15px;
	margin:10px 10px 10px 10px;
}
.blur-bg{
	backdrop-filter:blur(35px) brightness(.9);
	-webkit-backdrop-filter:blur(35px) brightness(.9);
}
.blur-bg-white{
	backdrop-filter:blur(35px) brightness(1.3);
	-webkit-backdrop-filter:blur(35px) brightness(1.3);
}
.blur-bg-dark{
	backdrop-filter:blur(35px) brightness(.6);
	-webkit-backdrop-filter:blur(35px) brightness(.6);
}
.blur-bg-ultra{
	backdrop-filter:blur(70px) brightness(1);
	-webkit-backdrop-filter:blur(70px) brightness(1);
}
.blur-bg-subtle{
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
}
.blur-bg-very-subtle{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.title-overlay-z-index{
	position:relative;
	z-index:3;
	margin-top:-50px;
	top:30px;
}
.header-ultra-logo-aligntop{
	width:200px;
	padding-top:10px;
	padding-left:10px;
	z-index:1010;
}
.header-overlay-aligntop{
	z-index:1000;
	position:absolute;
}
.header-aligntop{
	position:fixed;
	right:0px;
}
.card-enrolment{
	border-radius:10px 10px 10px 10px;
	background-color:#F7F7F7;
	box-shadow:0.97px 1.75px 5px #D6D6D6;
	padding:20px 20px 20px 20px;
}
.card-enrolment-connector{
	height:4px;
	position:relative;
	z-index:0;
	top:160px;
}
.onboarding-blob{
	z-index:0;
	position:relative;
	padding-top:0px;
	margin-top:-700px;
	top:100px;
	bottom:0px;
	float:initial;
	display:block;
}
.onboarding-button-z2{
	position:relative;
	z-index:2;
}
.button-bubble{
	font-size:28px;
	padding:20px 40px 20px 40px;
	border-radius:50px 50px 50px 50px;
	margin:10px 10px 10px 10px;
}
.button-bubble:hover{
	font-size:28px;
	padding:20px 40px 20px 40px;
	border-radius:50px 50px 50px 50px;
	color:var(--swatch-var-5783)!important;
	margin-top:10px;
	margin-bottom:10px;
}
.button-bubble-med{
	font-size:22px;
	padding:15px 30px 15px 30px;
	border-radius:50px 50px 50px 50px;
	margin:10px 10px 10px 10px;
}
.button-bubble-med:hover{
	font-size:22px;
	padding:15px 30px 15px 30px;
	border-radius:50px 50px 50px 50px;
	color:var(--swatch-var-5783)!important;
	margin:10px 10px 10px 10px;
}
.modal-transparent{
	background-color:var(--swatch-var-2299);
	border-color:var(--swatch-var-2299)!important;
}
.onboarding-overlay-questions{
	position:absolute;
	z-index:2;
	margin-top:-600px;
	padding-left:200px;
}
.onboarding-2{
	position:relative;
	z-index:1;
	margin-top:-500px;
	top:-100px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{

	--swatch-var-4426:rgba(162,42,32,1.00);

	--swatch-var-7410:rgba(201,118,2,1.00);

	--swatch-var-1256:rgba(255,255,255,1.00);

	--swatch-var-3052:rgba(59,59,59,1.00);

	--swatch-var-5901:rgba(130,130,130,1.00);

	--swatch-var-3433:rgba(77,41,34,1.00);

	--swatch-var-3197:rgba(87,14,2,1.00);

	--swatch-var-1575:#204190;

	--swatch-var-4988:rgba(0,84,164,1.00);

	--swatch-var-4443:rgba(0,76,117,1.00);

	--swatch-var-7782:#F4F4F4;

	--swatch-var-2659:rgba(117,152,182,1.00);

	--swatch-var-317:#002C56;

	--swatch-var-63:#D5D5D5;

	--swatch-var-3960:rgba(0,0,0,1.00);

	--swatch-var-2810:#FBFBFB;

	--swatch-var-3:rgba(17,17,17,1.00);

	--swatch-var-1936:rgba(255,0,23,1.00);

	--swatch-var-834:rgba(214,214,214,1.00);

	--swatch-var-7587:#212121;

	--swatch-var-3120:rgba(34,163,165,1.00);

	--swatch-var-1668:#EDF9F9;

	--swatch-var-695:#424242;

	--swatch-var-426:rgba(255,255,255,0.80);

	--swatch-var-5783:rgba(0,0,0,0.2);

	--swatch-var-1761:rgba(0,0,0,0.81);

	--swatch-var-5803:#101010;

	--swatch-var-779:#0066CC;

	--swatch-var-3131:#EEEEEE;

	--swatch-var-5545:#0088FF;

}


/* Background colour styles */

.bgc-7782{
	background-color:var(--swatch-var-7782);
}
.bgc-1256{
	background-color:var(--swatch-var-1256);
}
.bgc-2810{
	background-color:var(--swatch-var-2810);
}
.bgc-4426{
	background-color:var(--swatch-var-4426);
}

/* Text colour styles */

.tc-3960{
	color:var(--swatch-var-3960)!important;
}
.tc-695{
	color:var(--swatch-var-695)!important;
}
.tc-1256{
	color:var(--swatch-var-1256)!important;
}
.tc-3052{
	color:var(--swatch-var-3052)!important;
}
.tc-7587{
	color:var(--swatch-var-7587)!important;
}
.tc-4426{
	color:var(--swatch-var-4426)!important;
}
.tc-5901{
	color:var(--swatch-var-5901)!important;
}

/* Link colour styles */

.ltc-3052{
	color:var(--swatch-var-3052)!important;
}
.ltc-3052:hover{
	color:#080808!important;
}

/* Icon colour styles */

.icon-1256{
	color:var(--swatch-var-1256)!important;
	border-color:var(--swatch-var-1256)!important;
}
.icon-4426{
	color:var(--swatch-var-4426)!important;
	border-color:var(--swatch-var-4426)!important;
}
.icon-5901{
	color:var(--swatch-var-5901)!important;
	border-color:var(--swatch-var-5901)!important;
}

/* Bloc image backgrounds */

.bg-17{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/17.jpg");
}
.bg-16{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/16.jpg");
}
.bg-2{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/2.jpg");
}
.bg-13{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/13.jpg");
}
.bg-9{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/9.jpg");
}
.bg-kidfieldrocket{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/kidfieldrocket.jpg");
}
.bg-spacexkid3{
	background-size:cover;
	background-image:url("https://d36wrpp9ktik84.cloudfront.net/youdesign/templateassets/img/spacexkid3.jpg");
}

/* = Custom Data
-------------------------------------------------------------- */

/**************//* Helpers */.clearfix{
	clear:both}.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both}.static-pos{
	position:static !important;
}
.relative-pos{
	position:relative;
}
.cd-output{
	position:absolute;
	 top:0;
	 left:0;
	 z-index:999;
	 background-color:transparent;
	 color:rgba(0, 0, 0, 1);
}
.card-designer .floor{
	margin-bottom:0px !important;
}
.card-designer .roof{
	margin-top:0px !important;
}
.cd-container[onClick] {
	cursor: pointer;
}
/* Base props */* {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
.cd-container{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.cd-data, .cd-swiper-container{
	-webkit-backface-visibility:hidden;
	 overflow:hidden;
}
.cd-gradient, .cd-background, .cd-data *, .cd-swiper-slide .custom-bric-img-item {
	transform:translateZ(.1px)}.cd-data .cd-content{
	padding:1.5em 1.58em 1.5em 1.5em;
	 position:relative;
	 z-index:99999}.cd-container[data-pad-value="false"] .card-designer{
	padding:0}.card-designer input[type=checkbox]{
	display:none}.card-designer input[type=checkbox]:checked+.link{
	-webkit-transform:translateY(-60px);
	transform:translateY(-60px);
	transition:opacity .3s ease}/* CD container  */.cd-container[data-border-color="transparent"]{
	border-color:transparent;
}
.cd-container[data-max-width="0"][data-center-card="false"]{
	margin:0;
}
.cd-container[data-max-width="100"][data-center-card="true"]{
	max-width:100%;
	 margin:0 auto}.cd-container[data-max-width="750"][data-center-card="true"]{
	max-width:750px;
	 margin:0 auto}.cd-container[data-max-width="400"][data-center-card="true"]{
	max-width:400px;
	 margin:0 auto}/* Title */.cd-title {
	transition:font-size .4s ease;
	 display:block;
	 margin-top:5px;
	 margin-bottom:20px;
	 margin-left: -2px;
}
.cd-title a {
	cursor:default;
	 opacity:1;
	 transition:opacity .6s ease-in-out, line-height .4s ease;
	 display:inline-block;
	 color:#FFFFFF;
}
.cd-title a[aria-disabled="false"][href], .cd-container[data-card-click="1"], .cd-container[data-modal="modal"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a {
	cursor:pointer !important;
}
.cd-title a[aria-disabled="false"][href]:hover {
	opacity:.65;
	 transition:opacity .6s ease-in-out;
}
.cd-title.bold a {
	font-weight:bold;
}
.cd-container[data-align-caption="right"] .cd-title {
	margin-right: -6px;
	 margin-bottom:0;
	 display:block;
}
.cd-container[data-align-caption="right"][data-has-caption="false"] .cd-title {
	margin-bottom:20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cd-container[data-align-caption="right"] .cd-title {
	margin-right: 0px;
}
}/* Title fx */.cd-container[data-title-fx="Hard Shadow"] .cd-title {
	text-shadow:6px 6px 0 rgba(0,0,0,.2)}.cd-container[data-title-fx="Close Heavy"] .cd-title {
	text-shadow:0 4px 3px rgba(0,0,0,.4),0 8px 13px rgba(0,0,0,.1),0 18px 23px rgba(0,0,0,.1)}.cd-container[data-title-fx="Light Sources"] .cd-title {
	text-shadow:0 15px 5px rgba(0,0,0,.1),10px 20px 5px rgba(0,0,0,.05),-10px 20px 5px rgba(0,0,0,.05)}.cd-container[data-title-fx="Outline Dark"] .cd-title {
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}
.cd-container[data-title-fx="Outline Light"] .cd-title {
	text-shadow: 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
}
.cd-container[data-title-fx="Very Subtle"] .cd-title {
	text-shadow: 2px 1px 2px rgba(206,89,55,0.65);
}
/* Title width */.cd-container[data-title-width="100%"] .cd-title a {
	max-width: 100%;
}
.cd-container[data-title-width="1080px"] .cd-title a {
	max-width: 1080px;
}
.cd-container[data-title-width="960px"] .cd-title a {
	max-width: 960px;
}
.cd-container[data-title-width="800px"] .cd-title a {
	max-width: 800px;
}
.cd-container[data-title-width="600px"] .cd-title a {
	max-width: 600px;
}
.cd-container[data-title-width="400px"] .cd-title a {
	max-width: 400px;
}
/* Tagline */.cd-container .cd-tagline {
	margin:0;
	padding:0;
	font-weight:normal;
}
.cd-container .cd-tagline span {
	color:#FFFFFF;
	 font-size:.67em;
	 font-weight:normal;
}
/* Height  */.cd-container[data-min-height="540"] .custom-bric-img-item,.cd-container[data-min-height="540"] .cd-gradient,.cd-container[data-min-height="540"] .cd-background,.cd-container[data-min-height="540"] .cd-wrapper {
	height:540px}.cd-container[data-min-height="400"] .custom-bric-img-item,.cd-container[data-min-height="400"] .cd-gradient,.cd-container[data-min-height="400"] .cd-background,.cd-container[data-min-height="400"] .cd-wrapper {
	height:400px}.cd-container[data-min-height="300"] .custom-bric-img-item,.cd-container[data-min-height="300"] .cd-gradient,.cd-container[data-min-height="300"] .cd-background,.cd-container[data-min-height="300"] .cd-wrapper {
	height:300px}.cd-container[data-min-height="200"] .custom-bric-img-item,.cd-container[data-min-height="200"] .cd-gradient,.cd-container[data-min-height="200"] .cd-background,.cd-container[data-min-height="200"] .cd-wrapper {
	height:200px}.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:540px}.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:400px}.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:300px}.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:200px}.card-designer[data-height-short="0"][data-min-height="400"] .custom-bric-img-item,.card-designer[data-height-short="0"][data-min-height="540"]{
	height:400px}/* Data */.cd-data {
	transition:all .4s ease;
}
.cd-container[data-align-caption="center"] .cd-data{
	text-align:center;
}
.cd-container[data-align-caption="right"] .cd-data{
	text-align:right;
}
.cd-container[data-max-width="100"] .cd-data {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-data {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-data {
	max-width:750px;
}
.cd-container[data-hover-mode="inactive"][data-caption-position="top"] .cd-data{
	height:540px}.cd-container[data-hover-mode="inactive"][data-caption-position="middle"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="end"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="hover"] .cd-data{
	display:grid;
	height:540px}.cd-container[data-hover-mode="inactive"] .cd-data {
	background-color: transparent !important;
}
.cd-container .cd-data{
	display:block;
	position:absolute;
	bottom:0;
	 width:100%;
	height:auto;
	color:#fff;
	z-index:999;
}
.cd-container[data-caption-position="top"] .cd-data {
	align-items:top}.cd-container[data-caption-position="middle"] .cd-data {
	align-items:center}.cd-container[data-caption-position="hover"] .cd-data, .cd-container[data-caption-position="end"] .cd-data {
	align-items:end}/* Caption */.cd-container .cd-caption span {
	font-size:.9em;
	 line-height:1.4em;
}
.cd-container .cd-caption.bump span {
	font-size:1em;
}
.cd-container[data-align-caption="right"] .cd-caption {
	text-align:right;
	 display:block;
}
.cd-container[data-align-caption="right"] .cd-caption:after {
	content:'';
}
.cd-container[data-hover-mode="inactive"] .cd-caption{
	height:inherit}.cd-container[data-hover-mode="inactive"] .cd-caption {
	height:auto;
}
/* Caption links */.cd-container[data-caption-anchor="white"] .cd-caption a {
	color:rgba(255,255,255,1);
}
.cd-container[data-caption-anchor="gray"] .cd-caption a {
	color:rgba(94,94,94,1);
}
.cd-container[data-caption-anchor="black"] .cd-caption a {
	color:rgba(0,0,0,1);
}
.cd-container[data-caption-anchor="blue"] .cd-caption a {
	color:rgba(10,132,255,1);
}
.cd-container[data-caption-anchor="green"] .cd-caption a {
	color:rgba(48,209,88,1);
}
.cd-container[data-caption-anchor="red"] .cd-caption a {
	color:rgba(255,69,58,1);
}
.cd-container[data-caption-anchor="orange"] .cd-caption a {
	color:rgba(255,159,10,1);
}
.cd-container[data-caption-anchor="yellow"] .cd-caption a {
	color:rgba(255,214,10,1);
}
.cd-container .cd-caption a{
	opacity:1;
	 transition: opacity .3s ease}.cd-container .cd-caption a:hover{
	opacity:.5;
	 transition: opacity .3s ease}.cd-container[data-align-caption="center"] .cd-caption{
	text-align:center;
}
/* Radius */.cd-container[data-radius-value="1"] .cd-shell,.cd-container[data-radius-value="1"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 6px);
	 clip-path:inset(0% 0% 0% 0% round 6px);
}
.cd-container[data-radius-value="2"] .cd-shell,.cd-container[data-radius-value="2"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 12px);
	 clip-path:inset(0% 0% 0% 0% round 12px);
}
.cd-container[data-radius-value="3"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 18px);
	 clip-path:inset(0% 0% 0% 0% round 18px);
}
.cd-container[data-radius-value="3"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 17px);
	 clip-path:inset(0% 0% 0% 0% round 17px);
}
.cd-container[data-radius-value="4"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 24px);
	 clip-path:inset(0% 0% 0% 0% round 24px);
}
.cd-container[data-radius-value="4"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 20px);
	 clip-path:inset(0% 0% 0% 0% round 20px);
}
.cd-container[data-radius-value="5"] .cd-shell,.cd-container[data-radius-value="5"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 30px);
	 clip-path:inset(0% 0% 0% 0% round 30px);
}
/* Gradient BG */.cd-container[data-gradient-color="Dim"] .cd-gradient{
	background:linear-gradient(to top,#000 0,hsla(0,0%,0%,.987) 8.1%,hsla(0,0%,0%,.951) 15.5%,hsla(0,0%,0%,.896) 22.5%,hsla(0,0%,0%,.825) 29%,hsla(0,0%,0%,.741) 35.3%,hsla(0,0%,0%,.648) 41.2%,hsla(0,0%,0%,.55) 47.1%,hsla(0,0%,0%,.45) 52.9%,hsla(0,0%,0%,.352) 58.8%,hsla(0,0%,0%,.259) 64.7%,hsla(0,0%,0%,.175) 71%,hsla(0,0%,0%,.104) 77.5%,hsla(0,0%,0%,.049) 84.5%,hsla(0,0%,0%,.013) 91.9%,hsla(0,0%,0%,0) 100%)}.cd-container[data-gradient-color="Bright"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.013) 8.1%,hsla(0,0%,100%,.049) 15.5%,hsla(0,0%,100%,.104) 22.5%,hsla(0,0%,100%,.175) 29%,hsla(0,0%,100%,.259) 35.3%,hsla(0,0%,100%,.352) 41.2%,hsla(0,0%,100%,.45) 47.1%,hsla(0,0%,100%,.55) 52.9%,hsla(0,0%,100%,.648) 58.8%,hsla(0,0%,100%,.741) 64.7%,hsla(0,0%,100%,.825) 71%,hsla(0,0%,100%,.896) 77.5%,hsla(0,0%,100%,.951) 84.5%,hsla(0,0%,100%,.987) 91.9%,#fff 100%)}.cd-container[data-gradient-color="Cool"] .cd-gradient{
	background:linear-gradient(to top,hsl(247.09,45.08%,47.84%) 0,hsla(247.09,45.08%,47.84%,.987) 8.1%,hsla(247.09,45.08%,47.84%,.951) 15.5%,hsla(247.09,45.08%,47.84%,.896) 22.5%,hsla(247.09,45.08%,47.84%,.825) 29%,hsla(247.09,45.08%,47.84%,.741) 35.3%,hsla(247.09,45.08%,47.84%,.648) 41.2%,hsla(247.09,45.08%,47.84%,.55) 47.1%,hsla(247.09,45.08%,47.84%,.45) 52.9%,hsla(247.09,45.08%,47.84%,.352) 58.8%,hsla(247.09,45.08%,47.84%,.259) 64.7%,hsla(247.09,45.08%,47.84%,.175) 71%,hsla(247.09,45.08%,47.84%,.104) 77.5%,hsla(247.09,45.08%,47.84%,.049) 84.5%,hsla(247.09,45.08%,47.84%,.013) 91.9%,hsla(247.09,45.08%,47.84%,0) 100%)}.cd-container[data-gradient-color="Warm"] .cd-gradient{
	background:linear-gradient(to top,hsl(52.38,54.78%,54.9%) 0,hsla(52.38,54.78%,54.9%,.987) 8.1%,hsla(52.38,54.78%,54.9%,.951) 15.5%,hsla(52.38,54.78%,54.9%,.896) 22.5%,hsla(52.38,54.78%,54.9%,.825) 29%,hsla(52.38,54.78%,54.9%,.741) 35.3%,hsla(52.38,54.78%,54.9%,.648) 41.2%,hsla(52.38,54.78%,54.9%,.55) 47.1%,hsla(52.38,54.78%,54.9%,.45) 52.9%,hsla(52.38,54.78%,54.9%,.352) 58.8%,hsla(52.38,54.78%,54.9%,.259) 64.7%,hsla(52.38,54.78%,54.9%,.175) 71%,hsla(52.38,54.78%,54.9%,.104) 77.5%,hsla(52.38,54.78%,54.9%,.049) 84.5%,hsla(52.38,54.78%,54.9%,.013) 91.9%,hsla(52.38,54.78%,54.9%,0) 100%)}.cd-container[data-gradient-color="Gray"] .cd-gradient{
	background:linear-gradient(to top,#898989 0,hsla(0,0%,54%,.987) 8.1%,hsla(0,0%,54%,.951) 15.5%,hsla(0,0%,54%,.896) 22.5%,hsla(0,0%,54%,.825) 29%,hsla(0,0%,54%,.741) 35.3%,hsla(0,0%,54%,.648) 41.2%,hsla(0,0%,54%,.55) 47.1%,hsla(0,0%,54%,.45) 52.9%,hsla(0,0%,54%,.352) 58.8%,hsla(0,0%,54%,.259) 64.7%,hsla(0,0%,54%,.175) 71%,hsla(0,0%,54%,.104) 77.5%,hsla(0,0%,54%,.049) 84.5%,hsla(0,0%,54%,.013) 91.9%,hsla(0,0%,54%,0) 100%)}.cd-container[data-gradient-color="Earthy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(107.59,21.17%,26.86%,0) 0,hsla(107.59,21.17%,26.86%,.013) 8.1%,hsla(107.59,21.17%,26.86%,.049) 15.5%,hsla(107.59,21.17%,26.86%,.104) 22.5%,hsla(107.59,21.17%,26.86%,.175) 29%,hsla(107.59,21.17%,26.86%,.259) 35.3%,hsla(107.59,21.17%,26.86%,.352) 41.2%,hsla(107.59,21.17%,26.86%,.45) 47.1%,hsla(107.59,21.17%,26.86%,.55) 52.9%,hsla(107.59,21.17%,26.86%,.648) 58.8%,hsla(107.59,21.17%,26.86%,.741) 64.7%,hsla(107.59,21.17%,26.86%,.825) 71%,hsla(107.59,21.17%,26.86%,.896) 77.5%,hsla(107.59,21.17%,26.86%,.951) 84.5%,hsla(107.59,21.17%,26.86%,.987) 91.9%,hsl(107.59,21.17%,26.86%) 100%)}.cd-container[data-gradient-color="Royal"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(267.2,41.9%,35.1%,0) 0,hsla(267.2,41.9%,35.1%,.013) 8.1%,hsla(267.2,41.9%,35.1%,.049) 15.5%,hsla(267.2,41.9%,35.1%,.104) 22.5%,hsla(267.2,41.9%,35.1%,.175) 29%,hsla(267.2,41.9%,35.1%,.259) 35.3%,hsla(267.2,41.9%,35.1%,.352) 41.2%,hsla(267.2,41.9%,35.1%,.45) 47.1%,hsla(267.2,41.9%,35.1%,.55) 52.9%,hsla(267.2,41.9%,35.1%,.648) 58.8%,hsla(267.2,41.9%,35.1%,.741) 64.7%,hsla(267.2,41.9%,35.1%,.825) 71%,hsla(267.2,41.9%,35.1%,.896) 77.5%,hsla(267.2,41.9%,35.1%,.951) 84.5%,hsla(267.2,41.9%,35.1%,.987) 91.9%,hsl(267.2,41.9%,35.1%) 100%)}.cd-container[data-gradient-color="Energy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,66.47%,33.92%,0) 0,hsla(0,66.47%,33.92%,.013) 8.1%,hsla(0,66.47%,33.92%,.049) 15.5%,hsla(0,66.47%,33.92%,.104) 22.5%,hsla(0,66.47%,33.92%,.175) 29%,hsla(0,66.47%,33.92%,.259) 35.3%,hsla(0,66.47%,33.92%,.352) 41.2%,hsla(0,66.47%,33.92%,.45) 47.1%,hsla(0,66.47%,33.92%,.55) 52.9%,hsla(0,66.47%,33.92%,.648) 58.8%,hsla(0,66.47%,33.92%,.741) 64.7%,hsla(0,66.47%,33.92%,.825) 71%,hsla(0,66.47%,33.92%,.896) 77.5%,hsla(0,66.47%,33.92%,.951) 84.5%,hsla(0,66.47%,33.92%,.987) 91.9%,hsl(0,66.47%,33.92%) 100%)}.cd-container[data-gradient-color="True Blue"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(240,66.27%,50%,0) 0,hsla(240,66.27%,50%,.013) 8.1%,hsla(240,66.27%,50%,.049) 15.5%,hsla(240,66.27%,50%,.104) 22.5%,hsla(240,66.27%,50%,.175) 29%,hsla(240,66.27%,50%,.259) 35.3%,hsla(240,66.27%,50%,.352) 41.2%,hsla(240,66.27%,50%,.45) 47.1%,hsla(240,66.27%,50%,.55) 52.9%,hsla(240,66.27%,50%,.648) 58.8%,hsla(240,66.27%,50%,.741) 64.7%,hsla(240,66.27%,50%,.825) 71%,hsla(240,66.27%,50%,.896) 77.5%,hsla(240,66.27%,50%,.951) 84.5%,hsla(240,66.27%,50%,.987) 91.9%,hsl(240,66.27%,50%) 100%)}/* CD Wrapper & Hover Shadow */.cd-wrapper{
	position:relative;
	overflow:hidden;
}
.cd-container[data-max-width="100"] .cd-wrapper {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-wrapper {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-wrapper {
	max-width:750px;
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Small"] {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Regular"] {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Large"] {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="XL"] {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
.cd-container[data-hover-shadow="true"]{
	transition:filter .6s ease-in-out;
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Small"]:hover {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Regular"]:hover {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Large"]:hover {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="XL"]:hover {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
/* Custom Bric Image */.cd-container .custom-bric-img-item.cover.compat-object-fit {
	background-size:cover;
	 background-position:center center;
}
.cd-container .custom-bric-img-item{
	position:relative;
	transition: transform .5s ease;
}
.card-designer .swiper-slide-prev .custom-bric-img-item, .card-designer .swiper-slide-next .custom-bric-img-item {
	animation-play-state:paused;
}
.card-designer .swiper-slide-active .custom-bric-img-item {
	animation-play-state:running;
}
.cd-container .custom-bric-img-item.center.cover{
	background-position:center;
	object-position:center 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.left.cover{
	background-position:left;
	object-position:left 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.right.cover{
	background-position:right;
	object-position:right 50%;
	object-fit:cover;
}
.cd-container[data-hover-zoom="Basic Zoom"] .custom-bric-img-item{
	transform: scale(1);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .swiper-slide-active .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
/* Swiper Container */.cd-container[data-visibility="0"] .cd-swiper-container{
	opacity:0;
}
.cd-container[data-visibility="1"] .cd-swiper-container{
	opacity:1;
}
.cd-container .cd-swiper-container{
	overflow:hidden;
	z-index:0;
	transition:opacity .4s ease-in-out;
}
/* Pagination */.cd-container[data-nav-position="top"] .swiper-pagination {
	top:0px;
	z-index:9999;
	height:40px;
	margin-bottom:-40px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .swiper-pagination{
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"] .swiper-pagination{
	z-index:9999;
	align-content:end}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .swiper-pagination{
	padding-top:490px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .ui-pagination {
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .ui-pagination {
	padding-top:490px}.cd-container[data-nav-position="hide"] .swiper-pagination {
	visibility:hidden;
	 display:none;
}
.cd-container .swiper-pagination-fraction{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	margin-top:10px;
	padding:0 45% 20px 45%;
	font-size:14px}.cd-container .swiper-pagination-bullets, .cd-container .swiper-pagination-custom, .cd-container .swiper-pagination-fraction{
	color:#fff}.cd-container .swiper-pagination-bullet{
	margin:20px 10px!important;
	background:0 0;
	opacity:.5;
	width:auto;
	height:auto;
	font-size:12px;
	color:#fff}.cd-container .swiper-pagination-bullet-active{
	opacity:1}.cd-container .swiper-pagination-fraction {
	padding-top:15px;
}
.cd-container .swiper-pagination-lock {
	display:none;
}
/* Progress Bar */.swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="transparent"] .swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="white"] .swiper-pagination-progressbar-fill {
	background-color:rgba(255,255,255,.3);
}
.cd-container[data-progress-fill="gray"] .swiper-pagination-progressbar-fill {
	background-color:rgba(94,94,94,.3);
}
.cd-container[data-progress-fill="black"] .swiper-pagination-progressbar-fill {
	background-color:rgba(0,0,0,.3);
}
.cd-container[data-progress-fill="blue"] .swiper-pagination-progressbar-fill {
	background-color:rgba(10,132,255,.3);
}
.cd-container[data-progress-fill="green"] .swiper-pagination-progressbar-fill {
	background-color:rgba(76,111,86,.3);
}
.cd-container[data-progress-fill="red"] .swiper-pagination-progressbar-fill {
	background-color:rgba(148,17,0,.3);
}
.cd-container[data-nav-style="fade-progress"][data-min-height="540"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="540"] .swiper-pagination-progressbar {
	height:540px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="400"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="400"] .swiper-pagination-progressbar {
	height:400px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="300"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="300"] .swiper-pagination-progressbar {
	height:300px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="200"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="200"] .swiper-pagination-progressbar {
	height:200px;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="0"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="0"] .swiper-pagination-progressbar {
	z-index:8;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="1"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="1"] .swiper-pagination-progressbar {
	z-index:9999;
}
/* Commented Build Error BG & Gradient
	 .cd-container .grayscale::before{
	content:"grayscale(100%)"}.cd-container .grayscale{
	transition: filter .6s ease;
	 filter:grayscale(100%);
	filter:url(U+0022data:image/svg+xml;utf8,&lt;
	svg xmlns="http://www.w3.org/2000/svg"&gt;
	&lt;
	filter id="grayscale"&gt;
	&lt;
	feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/&gt;
	&lt;
	/filter&gt;
	&lt;
	/svg&gt;
	#grayscaleU+0022);
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%)}.card-designer .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container[data-filter-hover="true"]:hover .grayscale{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
	
.cd-container .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container .contrast{
	transition: filter .6s ease;
	filter:contrast(60%);
	filter:url(U+0022data:image/svg+xml;utf8,<svg xmlns=U+0027http://www.w3.org/2000/svgU+0027 ><filter id=U+0027contrast60U+0027><feComponentTransfer><feFuncR type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncR><feFuncG type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncG><feFuncB type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncB></feComponentTransfer></filter></svg>#contrast75U+0022);
	filter:contrast(60%);
	-webkit-filter:contrast(60%)}.cd-container[data-filter-hover="true"]:hover .contrast{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
	*/
.cd-gradient{
	opacity:.6;
	display:flex;
	position:absolute;
	bottom:0;
	z-index:9;
	width:100%;
	height:-webkit-calc(100% - 90px);
	height:-moz-calc(100% - 90px);
	height:-o-calc(100% - 90px);
	height:calc(100% - 90px);
	width:100%;
	-webkit-transform:translateY(calc(0));
	transform:translateY(calc(0));
	transition:-webkit-transform .5s ease-in;
	transition:all .5s ease}.cd-background{
	position:absolute;
	z-index:8;
	width:100%;
	height:calc(100%)}/* Button */.cd-button{
	white-space: nowrap;
	 visibility:visible;
	 opacity:1;
	 position:relative;
	display:inline-block;
	margin: 1.3em auto 1.2em 0;
	padding:6px 16px;
	width:auto;
	min-width:120px;
	line-height:1;
	text-align:center;
	font-weight:400;
	font-size:12px;
	transition:opacity .4s ease-in-out;
}
.cd-button.bump {
	position:relative;
	 top:2px;
	 font-size:1em;
}
.card-designer.sm .cd-button.remove-on-sml{
	visibility:hidden;
}
.cd-container[data-hover-mode="inactive"] .card-designer.sm .cd-button.remove-on-sml {
	display:none;
}
.cd-container[data-hover-mode="active"] .cd-button{
	min-height:15px}.cd-container[data-has-button="false"] .cd-button{
	visibility:hidden;
}
.opacity-fx{
	opacity:1;
}
.opacity-fx:hover{
	opacity:.5;
}
.fill-fx{
	opacity:1;
	background: linear-gradient(to left, transparent 50%, rgba(255,255,255,1) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all ease .3s;
}
.fill-fx:hover{
	opacity:1;
	 background-position: left bottom;
}
.cd-container[data-button-color="#FFFFFF"] .fill-fx:hover{
	opacity:1;
	 background-position:left bottom;
	 color:#444444;
}
.cd-container[data-button-shape="none"] .cd-button{
	min-width:auto;
	margin:2em 0 .9em 0;
	padding:6px 0;
	 border:1px solid transparent;
	 color:#FFFFFF;
}
.cd-container[data-button-shape="capsule-solid"] .cd-button,.cd-container[data-button-shape="capsule-outline"] .cd-button{
	border-radius:3em;
}
.cd-container[data-button-shape="squared-solid"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button{
	border-radius:2px;
}
.cd-container[data-button-shape="capsule-outline"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color:transparent;
}
.cd-container[data-button-shape="capsule-solid"] .opacity-fx,.cd-container[data-button-shape="squared-solid"] .cd-button.opacity-fx{
	background-color:#FFFFFF;
	color:#555555;
	border:1px solid transparent;
	content:""}.cd-container[data-button-shape="capsule-outline"][data-button-color="#FFFFFF"] .fill-fx:hover,.cd-container[data-button-shape="squared-outline"][data-button-color="#FFFFFF"] .fill-fx:hover{
	color:#444444;
}
.cd-container[data-hover-mode="inactive"] .cd-button {
	margin: 2em auto 1.2em 0}.cd-container[data-hover-mode="inactive"][data-align-caption="center"] .cd-button {
	margin: 2em auto 1.2em auto}.cd-container[data-align-caption="center"] .cd-button {
	margin: 1.3em auto 1.2em auto;
}
.cd-container[data-caption-position="hover"] .cd-button,.cd-container[data-caption-position="end"] .cd-button {
	margin: 1em auto 1.2em 0;
}
.cd-container[data-caption-position="hover"][data-align-caption="center"] .cd-button,.cd-container[data-caption-position="end"][data-align-caption="center"] .cd-button  {
	margin: 1em auto 1.2em auto;
}
/* Horizontal Rule */.cd-rule span{
	display:inline-block;
	 border-top:1px solid;
	 width:50px;
	 margin-bottom: 20px;
}
.cd-rule::after,.cd-title::after,.cd-caption::after,.cd-button::after,.cd-tagline::after {
	content: "";
	 display: block;
}
.cd-container[data-rule="0"] .cd-rule{
	display:none;
}
.cd-container[data-align-caption="left"] .cd-rule {
	text-align:left;
}
.cd-container[data-align-caption="center"] .cd-rule {
	text-align:center;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="true"] p.cd-caption {
	margin-bottom:0px !important;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="false"] .cd-title {
	margin-bottom:0px !important;
}
/* Active Hover */.cd-container[data-hover-mode="active"] .cd-gradient {
	-webkit-transform: translateY(calc(0px + 4.7em));
	 transform: translateY(calc(0px + 4.7em));
	 transition:all .4s ease;
}
.cd-container[data-hover-mode="active"] .cd-wrapper:hover .cd-gradient {
	-webkit-transform: translateY(calc(0px + 0em));
	 transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-caption {
	height: 90px;
	 min-height: 90px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-caption {
	height: 60px;
	 min-height: 60px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(-10px + 4.7em));
	    transform: translateY(calc(-10px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(75px + 4.7em));
	    transform: translateY(calc(75px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 4.7em));
	    transform: translateY(calc(20px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 0em));
	    transform: translateY(calc(20px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(105px + 4.7em));
	    transform: translateY(calc(105px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(50px + 4.7em));
	    transform: translateY(calc(50px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-wrapper:hover .cd-data{
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="450"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="400"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(50px + 0em));
	    transform: translateY(calc(50px + 0em));
}
.cd-container[data-hover-mode="active"][data-min-height="300"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"] .card-designer.sm .cd-wrapper:hover .cd-caption,.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-caption {
	height:auto;
}
/* Responsive Title */.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm {
	font-size:12em}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm {
	font-size:8em}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm {
	font-size:6em}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm {
	font-size:5.5em}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm {
	font-size:4.5em}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm {
	font-size:3.5em}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm {
	font-size:2.5em}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm {
	font-size:2.2em}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm {
	font-size:1.9em}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm {
	font-size:1.6em}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm {
	font-size:1.3em}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm {
	font-size:1em}.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm a{
	line-height:170px}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm a{
	line-height:130px}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm a{
	line-height:100px}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm a{
	line-height:85px}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm a{
	line-height:70px}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm a{
	line-height:55px}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm a{
	line-height:45px}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm a{
	line-height:40px}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm a{
	line-height:35px}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm a{
	line-height:30px}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm a{
	line-height:25px}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm a{
	line-height:20px}/* Ken Burns fx */.card-designer img[data-kb-effect="Push"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Push"],.card-designer .swiper-slide-prev img[data-kb-effect="Push"]{
	  animation:move-pull 14s steps(1000) infinite alternate;
	  -ms-animation:move-pull 14s steps(1000) infinite alternate;
	  -webkit-animation:move-pull 14s steps(1000) infinite alternate;
	  -o-animation:move-pull 14s steps(1000) infinite alternate;
	  -moz-animation:move-pull 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-pull{
	from{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}to{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}}.card-designer img[data-kb-effect="Pull"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pull"],.card-designer .swiper-slide-prev img[data-kb-effect="Pull"]{
	  animation:move-push 14s steps(1000) infinite alternate;
	  -ms-animation:move-push 14s steps(1000) infinite alternate;
	  -webkit-animation:move-push 14s steps(1000) infinite alternate;
	  -o-animation:move-push 14s steps(1000) infinite alternate;
	  -moz-animation:move-push 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-push{
	from{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}to{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}}.card-designer img[data-kb-effect="Pan Left"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Left"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Left"]{
	  animation:move-panl 14s steps(1000) infinite alternate;
	  -ms-animation:move-panl 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panl 14s steps(1000) infinite alternate;
	  -o-animation:move-panl 14s steps(1000) infinite alternate;
	  -moz-animation:move-panl 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panl{
	  from{
	transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(30px,0px);
	      -ms-transform:scale(1.2) translate(30px,0px);
	      -webkit-transform:scale(1.2) translate(30px,0px);
	      -o-transform:scale(1.2) translate(30px,0px);
	      -moz-transform:scale(1.2) translate(30px,0px)  }}.card-designer img[data-kb-effect="Pan Right"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Right"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Right"]{
	  animation:move-panr 14s steps(1000) infinite alternate;
	  -ms-animation:move-panr 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panr 14s steps(1000) infinite alternate;
	  -o-animation:move-panr 14s steps(1000) infinite alternate;
	  -moz-animation:move-panr 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panr{
	  from{
	    transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(-40px,0px);
	      -ms-transform:scale(1.2) translate(-40px,0px);
	      -webkit-transform:scale(1.2) translate(-40px,0px);
	      -o-transform:scale(1.2) translate(-40px,0px);
	      -moz-transform:scale(1.2) translate(-40px,0px)  }}

/* = 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){
	.heroimagepadding{
		width:572px;
		padding-top:150px;
		padding-bottom:150px;
	}
	.buttonchooseoutline{
		height:80px;
		line-height:60px;
		font-size:25px;
		margin-bottom:20px;
	}
	.buttonchoosesolid{
		height:80px;
		line-height:70px;
		font-size:25px;
	}
	.parallaxdiv{
		height:450px;
	}
	.img-style{
		width:301px;
	}
	.paddingmap{
		height:400px;
	}
	.img-bluecross-style{
		width:237px;
	}
	h6{
		font-size:65px;
		color:var(--swatch-var-4426)!important;
	}
	.img-principall-style{
		width:284px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.virtualtourbtn{
		width:80%;
	}
	.virtualtourbtn:hover{
		background-color:var(--swatch-var-3052);
	}
	.textrightimageleft{
		width:100%;
	}
	.buttonsolid{
		width:60%;
	}
	.buttonoutline{
		width:60%;
	}
	.buttonoutlinesquare{
		width:60%;
	}
	.btn-style{
		width:76.08%;
	}
	.btn-bloc-11-style{
		width:76.66%;
	}
	.paddingtourbutton{
	}
	.buttonanimatedsquare{
		padding:20px 20px 20px 20px;
	}
	.buttonanimatedmiddlerowsquare{
		padding-bottom:30px;
	}
	.buttonsolidsquare{
		width:60%;
	}
	.row-bloc-45-style{
		width:100%;
	}
	.resume-section-title{
		font-size:30px;
		line-height:38px;
	}
	.resume-left-card{
		border-color:#C0C0C0!important;
	}
	.resume-right-card{
		border-color:#C0C0C0!important;
	}
	.resume-timeline-year{
		font-size:30px;
	}
	.resume-card-body{
		padding:20px 20px 20px 20px;
	}
	.videoovercard{
		margin-left:auto;
		margin-right:auto;
		margin-top:28px;
		width:100%;
		text-align:center;
	}
	.videoovercardsquare{
		margin-left:auto;
		margin-right:auto;
		margin-top:28px;
		width:100%;
		text-align:center;
	}
	.resume-exp-year{
		font-size:40px;
		text-align:right;
	}
	.author-chapter-row{
		padding:14px 14px 14px 14px;
	}
	.author-chapter-column{
		padding-right:7px;
		padding-left:7px;
	}
	.author-reviews-column{
		margin-bottom:50px;
		text-align:center;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.img-principa-style{
		width:188px;
	}
	.hero-header-text{
		font-size:80px;
	}
	.hero-subheader{
		font-size:30px;
		width:100%;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.mini-feature-scrolling-images{
		margin-left:-200px;
	}
	.mini-feature-img{
		width:35vw;
	}
	.h2-1883-style{
		width:100%;
	}
	.circlemeetteamicon{
		min-height:50px;
		min-width:50px;
		max-height:200px;
		max-width:200px;
	}
	.squaremeeticon{
		min-width:50px;
		min-height:50px;
		max-width:250px;
		max-height:250px;
	}
	.custom-header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.mini-text-logo{
	}
	.big-link{
		font-size:1.6em;
	}
	.header-vertical{
		max-height:70vh;
	}
	.header-vertical-scroll{
		margin-top:0px;
		height:100vh;
	}
	.mobileheadermaxwidth{
		text-align:center;
	}
	.desktopheadermaxwidthbutton{
		text-align:center;
	}
	.heroimagepaddinglongsquare{
		width:550px;
		padding-top:150px;
		padding-bottom:150px;
	}
	.quicklinks{
		font-size:21px;
	}
	.quicklinksicon{
		width:80px;
	}
	.padding-thousand{
		padding-top:300px;
		padding-bottom:300px;
	}
	.principalpadding{
		padding-top:1000px;
		margin-bottom:300px;
	}
	.principalstyle1layer1{
		width:540px;
		height:880px;
		right:-400px;
		top:-880px;
		min-width:540px;
		max-width:540px;
		min-height:880px;
		max-height:880px;
	}
	.principalstyle1layer2{
		top:-750px;
	}
	.principaltextbox{
		width:100%;
		top:-130px;
		left:0px;
		right:0px;
		align-items:center;
		justify-content:center;
		align-content:center;
		flex-wrap:nowrap;
		margin-left:0px;
	}
	.faqimageexpanding{
		min-height:120%;
		max-height:120%;
		min-width:150%;
		max-width:150%;
		margin-top:-100px;
		left:-180px;
	}
	.photoscale1x1{
		height:100%;
		width:100%;
		min-height:769px;
		max-height:991px;
		min-width:769px;
		max-width:991px;
	}
	.photoscroll-layer-01{
		height:100%;
		width:100%;
		min-height:769px;
		max-height:991px;
		min-width:769px;
		max-width:991px;
	}
	.photoscroll-layer-02{
		height:100%;
		width:100%;
		min-height:769px;
		max-height:991px;
		min-width:769px;
		max-width:991px;
	}
	.button-cnr-outline{
		padding-left:20px;
		padding-right:20px;
	}
	.button-cnr-outline:hover{
		padding-left:20px;
		padding-right:20px;
	}
	.button-cnr-outline:active{
		padding-left:20px;
		padding-right:20px;
	}
	.button-cnr-outline:focus{
		padding-left:20px;
		padding-right:20px;
	}
	.button-cnr-outline:visited{
		padding-left:20px;
		padding-right:20px;
	}
	.button-sq-outline{
		padding-left:20px;
		padding-right:20px;
	}
	.button-sq-outline:hover{
		padding-left:20px;
		padding-right:20px;
	}
	.button-sq-outline:active{
		padding-left:20px;
		padding-right:20px;
	}
	.button-sq-outline:focus{
		padding-left:20px;
		padding-right:20px;
	}
	.button-sq-outline:visited{
		padding-left:20px;
		padding-right:20px;
	}
	.button-ro-outline{
		padding-left:20px;
		padding-right:20px;
	}
	.button-ro-outline:hover{
		padding-left:20px;
		padding-right:20px;
	}
	.button-ro-outline:active{
		padding-left:20px;
		padding-right:20px;
	}
	.button-ro-outline:focus{
		padding-left:20px;
		padding-right:20px;
	}
	.button-ro-outline:visited{
		padding-left:20px;
		padding-right:20px;
	}
	.hero-centred-padding-3x2{
		height:500px;
	}
	.hero-centred-foreground-3x2{
		min-height:500px;
		width:750px;
		min-width:750px;
		top:0px;
		max-height:500px;
		max-width:750px;
		height:500px;
		left:0px;
	}
	.hero-centred-middleground-3x2{
		height:500px;
		min-height:500px;
		width:750px;
		min-width:750px;
		top:-500px;
		max-height:500px;
		max-width:750px;
		left:0px;
	}
	.hero-padding-3x2{
		height:800px;
	}
	.hero-foreground-3x2-left{
		height:900px;
		min-height:800px;
		width:1350px;
		min-width:1200px;
		top:0px;
		max-height:800px;
		max-width:1200px;
	}
	.hero-middleground-3x2{
		height:800px;
		width:2660px;
		min-width:2660px;
	}
	.hero-foreground-3x2{
		height:900px;
		min-height:800px;
		width:1350px;
		min-width:1200px;
		top:0px;
		max-height:800px;
		max-width:1200px;
	}
	.text-scroller{
		width:2500px;
		min-width:2500px;
		max-width:2500px;
		height:75px;
		min-height:75px;
		max-height:75px;
	}
	.text-scroller-md{
		width:3750px;
		min-width:3750px;
		max-width:3750px;
		height:37px;
		min-height:37px;
		max-height:37px;
	}
	.text-scroller-md-alternatescroll{
		width:3750px;
		min-width:3750px;
		max-width:3750px;
		height:37px;
		min-height:37px;
		max-height:37px;
	}
	.padding-photo-scroll{
		height:800px;
	}
	.left-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-height:650px;
		max-width:1250px;
		min-width:1250px;
		min-height:650px;
		float:left;
		position:relative;
		left:-100px;
	}
	.centre-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-height:650px;
		max-width:1250px;
		min-width:1250px;
		min-height:650px;
		float:left;
		position:relative;
		left:-250px;
	}
	.right-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-height:650px;
		max-width:1250px;
		min-width:1250px;
		min-height:650px;
		float:right;
		position:relative;
		left:40px;
	}

	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}

	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	.padding-thousand-lwr-header{
		top:300px;
	}
	.header-button{
		height:50px;
	}
	.padding-1000{
		padding-top:400px;
		padding-bottom:400px;
	}
	.padding-800{
		padding-top:300px;
		padding-bottom:300px;
	}
	.padding-600{
		padding-top:250px;
		padding-bottom:250px;
	}
	.padding-400{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-200{
		padding-top:100px;
		padding-bottom:100px;
	}
	.padding-100{
		padding-top:50px;
		padding-bottom:50px;
	}
	.padding-50{
		padding-top:25px;
		padding-bottom:25px;
	}
	.padding-20{
		padding-top:10px;
		padding-bottom:10px;
	}
	.padding-0{
		padding-top:0px;
		padding-bottom:0px;
	}
	.padding-1200{
		padding-top:500px;
		padding-bottom:500px;
	}
	.padding-1400{
		padding-top:600px;
		padding-bottom:600px;
	}
	.storelocator{
		height:900px;
	}
	.header-ultra-logo{
		width:170px;
		padding-top:5px;
		padding-left:5px;
	}
	.header-ultra-right-menuonly-bg{
		width:210px;
	}
	.header-ultra-menu{
		margin-top:-2px;
		margin-left:6px;
	}
	.header-ultra-login{
		padding-top:-8px;
	}
	.header-ultra-hamburger{
		margin-top:0px;
		padding-top:-8px;
	}
	.header-ultra-logo-static-mobile{
		position:fixed;
	}
	.header-ultra-right-menuonly-bg-oneonly{
		width:210px;
		}
	.rounded-edges-photo-full{
		padding:25px 25px 25px 25px;
		border-radius:45px 45px 45px 45px;
	}
	.rounded-edges-photo{
		padding:5px 5px 5px 5px;
		border-radius:25px 25px 25px 25px;
	}
	.z-index-margin-up-400{
		top:0px;
	}
	.z-index-margin-up-100{
		top:-100px;
	}
	.header-3-across-logo{
		padding-top:0px;
		padding-left:5px;
		width:200px;
	}
	.header-3-across-login{
		padding-top:-8px;
	}
	.header-3-across-menu{
		padding-top:-8px;
	}
	.header-3-across-menuonly-bg{
		width:240px;
	}
	.header-3-across-hamburger{
		margin-top:0px;
		padding-top:-8px;
	}
	.header-menu-3-text-bg-blur{
		left:5%;
		right:0%;
	}
	.header-menu-3-text-bg-blur-white{
		left:5%;
		right:0%;
	}
	.title-overlay-z-index{
		top:30px;
	}
	.header-ultra-logo-aligntop{
		width:170px;
		padding-top:5px;
		padding-left:5px;
	}
	.onboarding-blob{
		margin-top:-500px;
		padding-top:0px;
		bottom:0px;
		top:0px;
	}
	.button-bubble{
		padding:20px 40px 20px 40px;
		font-size:28px;
		margin:10px 0px 10px 0px;
	}
	.button-bubble:hover{
		margin-top:10px;
		margin-bottom:10px;
		padding:20px 40px 20px 40px;
	}
	.button-bubble-med{
		padding:20px 40px 20px 40px;
		font-size:28px;
		margin:10px 0px 10px 0px;
	}
	.button-bubble-med:hover{
		padding:20px 40px 20px 40px;
		margin:10px 0px 10px 0px;
		font-size:28px;
	}

}

@media (max-width: 767px){
	.buttonchooseoutline{
		font-size:20px;
		height:70px;
		margin-bottom:20px;
	}
	.buttonchoosesolid{
		font-size:20px;
		height:70px;
		margin-bottom:20px;
	}
	.parallaxdiv{
		height:400px;
	}
	.herodivcontainerpaddingtop{
		padding-top:50px;
	}
	.herodivcontainerpaddingdown{
		padding-bottom:50px;
	}
	.heroimagepadding{
		padding-top:100px;
		padding-bottom:100px;
	}
	.paddingmap{
		height:300px;
	}
	.img-bluecross-style{
		width:174px;
	}
	h6{
		color:var(--swatch-var-4426)!important;
	}
	.img-prospectu-style{
		width:340px;
	}
	.virtualtourbtn{
		width:80%;
	}
	.textrightimageleft{
		width:100%;
	}
	.buttonoutlinesquare{
		width:55%;
	}
	.buttonsolid{
		width:55%;
	}
	.buttonoutline{
		width:55%;
	}
	.buttonsolidsquare{
		width:55%;
	}
	.row-bloc-45-style{
		width:87.88%;
	}
	.footerpadding30{
		padding-bottom:30px;
	}
	.resume-section-title{
		font-size:28px;
		line-height:36px;
	}
	.resume-left-card{
		border-right-width:0px;
	}
	.resume-right-card{
		border-left-width:0px;
	}
	.videoovercard{
		width:100%;
	}
	.videoovercardsquare{
		width:100%;
	}
	.resume-exp-column-margin{
		margin-top:14px;
		margin-bottom:14px;
	}
	.author-chapter-column{
		padding-right:28px;
		padding-left:28px;
	}
	.feature-details-col{
		text-align:center;
	}
	.img-principa-style{
		width:192px;
	}
	.hero-header-text{
		font-size:60px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.imagegalleryfullsize{
	}
	.mini-feature-img{
		width:45vw;
	}
	.timelinedatestyle{
		font-size:40px;
	}
	.h2-style{
		width:100%;
	}
	.h2-2023-style{
		width:100%;
	}
	.h2-1973-style{
		width:100%;
	}
	.meetourteamsquaremobilepaddingtitle{
	}
	.nav-4-menu-dark{
		padding-left:15px;
		padding-right:15px;
	}
	.big-link{
		font-size:1.4em;
	}
	.mini-team-social-icon{
		font-size:25px;
	}
	.header-vertical{
		max-height:60vh;
	}
	.header-vertical-scroll{
		height:50vh;
	}
	.heroimagepaddinglongsquare{
		padding-top:100px;
		padding-bottom:100px;
		width:450px;
	}
	.quicklinks{
		font-size:16px;
	}
	.quicklinksicon{
		width:75px;
	}
	.padding-thousand{
		padding-top:200px;
		padding-bottom:200px;
	}
	.principalstyle1layer1{
		right:-100px;
		width:540px;
	}
	.principaltextbox{
		top:-100px;
	}
	.principalpadding{
		margin-bottom:500px;
	}
	.principalstyle1layer2{
		top:-935px;
	}
	.faqimageexpanding{
		min-width:100%;
		max-width:100%;
		left:0px;
	}
	.photoscale1x1{
		min-width:577px;
		max-width:768px;
		min-height:577px;
		max-height:768px;
		height:100%;
		width:100%;
	}
	.photoscroll-layer-01{
		min-width:577px;
		max-width:768px;
		min-height:577px;
		max-height:768px;
		height:100%;
		width:100%;
	}
	.photoscroll-layer-02{
		min-width:577px;
		max-width:768px;
		min-height:577px;
		max-height:768px;
		height:100%;
		width:100%;
	}
	.three-values-1{
		position:relative;
	}
	.hero-centred-padding-3x2{
		height:400px;
	}
	.hero-centred-foreground-3x2{
		height:380px;
		min-height:380px;
		max-height:380px;
		width:570px;
		min-width:570px;
		max-width:570px;
	}
	.hero-centred-middleground-3x2{
		height:380px;
		min-height:380px;
		max-height:380px;
		width:570px;
		min-width:570px;
		max-width:570px;
		top:-380px;
	}
	.hero-padding-3x2{
		height:600px;
	}
	.hero-foreground-3x2-left{
		height:600px;
		min-height:600px;
		max-height:600px;
		width:900px;
		min-width:900px;
		max-width:900px;
	}
	.hero-middleground-3x2{
		height:600px;
		width:2000px;
		min-width:2000px;
	}
	.hero-foreground-3x2{
		height:600px;
		min-height:600px;
		max-height:600px;
		width:900px;
		min-width:900px;
		max-width:900px;
	}
	.padding-photo-scroll{
		height:600px;
	}
	.left-headertextoverlaylower-image{
		min-width:1250px;
		min-height:650px;
		float:left;
		left:-200px;
		position:relative;
	}
	.centre-headertextoverlaylower-image{
		min-width:1250px;
		min-height:650px;
		float:left;
		left:-330px;
		position:relative;
	}
	.right-headertextoverlaylower-image{
		min-width:1250px;
		min-height:650px;
		float:right;
		position:relative;
		left:130px;
	}

	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	.padding-thousand-lwr-header{
		top:200px;
	}
	.header-button{
		height:50px;
	}
	.padding-1000{
		padding-top:300px;
		padding-bottom:300px;
	}
	.padding-800{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-600{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-400{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-200{
		padding:100px 0px 100px 0px;
	}
	.padding-100{
		padding:50px 0px 50px 0px;
	}
	.padding-50{
		padding:25px 0px 25px 0px;
	}
	.padding-20{
		padding:10px 0px 10px 0px;
	}
	.padding-0{
		padding:0px 0px 0px 0px;
	}
	.padding-1200{
		padding-top:300px;
		padding-bottom:300px;
	}
	.padding-1400{
		padding-top:350px;
		padding-bottom:350px;
	}
	.header-ultra-logo{
		width:130px;
		padding-top:5px;
		padding-left:5px;
	}
	.header-ultra-right-menuonly-bg{
		width:220px;
	}
	.header-ultra-logo-static-mobile{
		position:fixed;
	}
	.header-ultra-right-menuonly-bg-oneonly{
		width:210px;
	}
	.rounded-edges-photo-full{
		padding:15px 15px 15px 15px;
		border-radius:35px 35px 35px 35px;
	}
	.rounded-edges-photo{
		padding:5px 5px 5px 5px;
		border-radius:25px 25px 25px 25px;
	}
	.z-index-margin-up-400{
		top:0px;
	}
	.z-index-margin-up-100{
		top:0px;
	}
	.header-3-across-logo{
		padding-top:0px;
		padding-left:5px;
		width:200px;
	}
	.header-3-across-menuonly-bg{
		width:220px;
	}
	.title-overlay-z-index{
		top:20px;
	}
	.header-ultra-logo-aligntop{
		width:130px;
		padding-top:5px;
		padding-left:5px;
	}
	.onboarding-blob{
		margin-top:-400px;
		bottom:0px;
		top:0px;
	}
	.button-bubble{
		margin-top:10px;
		margin-bottom:10px;
		padding:15px 25px 15px 25px;
		font-size:22px;
	}
	.button-bubble:hover{
		font-size:22px;
		margin-top:10px;
		margin-bottom:10px;
		padding:15px 25px 15px 25px;
	}
	.button-bubble-med{
		margin-top:10px;
		margin-bottom:10px;
		padding:15px 25px 15px 25px;
		font-size:22px;
	}
	.button-bubble-med:hover{
		font-size:22px;
		margin-top:10px;
		margin-bottom:10px;
		padding:15px 25px 15px 25px;
	}

}

@media (max-width: 575px){
	.img-icons-style{
		width:174px;
	}
	.buttonchooseoutline{
		margin-bottom:20px;
	}
	.buttonchoosesolid{
		margin-bottom:20px;
	}
	.parallaxdiv{
		height:300px;
	}
	.heroimagepadding{
		padding-top:150px;
		padding-bottom:150px;
	}
	.img-style{
		width:244px;
	}
	.img-bluecross-style{
		width:73px;
	}
	h6{
		color:var(--swatch-var-4426)!important;
		font-size:40px;
	}
	.img-principall-style{
		width:147px;
	}
	.virtualtourbtn{
		width:100%;
		padding:25px 25px 25px 25px;
		font-size:30px;
		line-height:30px;
	}
	.mt-1{
	}
	.p-bloc-2-style{
		width:100%;
	}
	.button-style{
		font-size:18px;
	}
	.button-style:hover{
	}
	.h4-style{
		font-size:20px;
	}
	.hero-wrapper-video{
	}
	.buttonsolid{
		width:90%;
	}
	.buttonoutline{
		width:90%;
	}
	.buttonoutlinesquare{
		width:90%;
	}
	.buttonanimatedsquare{
		padding-left:0px;
		padding-right:0px;
	}
	.buttonsolidsquare{
		width:90%;
	}
	.footer-link{
		text-align:center;
	}
	.row-bloc-45-style{
		width:100%;
	}
	.footerpadding30{
	}
	.resume-section-title{
		font-size:25px;
		line-height:33px;
	}
	.videoovercard{
		width:100%;
		padding:7px 7px 7px 7px;
	}
	.videoovercardsquare{
		width:100%;
		padding:7px 7px 7px 7px;
	}
	.author-chapter-row{
		padding:0px 0px 0px 0px;
	}
	.author-chapter-column{
		padding-right:7px;
		padding-left:7px;
	}
	.author-review{
		padding:14px 14px 14px 14px;
		border-width:7px 7px 7px 7px;
	}
	.imagequote{
		font-size:20px;
	}
	.img-principa-style{
		width:160px;
	}
	.margin{
	}
	.hero-header-text{
		font-size:40px;
		width:100%;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.mini-feature-scrolling-images{
		margin-left:-100px;
	}
	.mini-feature-img{
		width:55vw;
	}
	.timelinedatestyle{
		font-size:40px;
	}
	.h2-1883-style{
		width:100%;
	}
	.h2-style{
		width:100%;
	}
	.h2-2023-style{
		width:100%;
	}
	.squaremeeticon{
		max-width:200px;
		max-height:200px;
	}
	.mini-text-logo{
	}
	.nav-4-menu-dark{
	}
	.big-link{
		font-size:1.3em;
	}
	.navbar-logo{
		font-size:18px;
	}
	.header-vertical{
		max-height:50vh;
	}
	.headerbutton{
		font-size:10px;
	}
	.mobileheadermaxwidth{
		width:48%;
	}
	.backgroundbgheader{
	}
	.mobileheadermaxwidth:hover{
	}
	.buttonheaderoutline{
		width:45%;
	}
	.buttonheadersolid{
		width:45%;
	}
	.heroimagepaddinglongsquare{
		padding-top:150px;
		padding-bottom:150px;
		width:350px;
	}

	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	.quicklinks{
		font-size:10px;
	}
	.quicklinksicon{
		max-height:100px;
		width:50px;
	}
	.min-height-650{
		min-height:650px;
	}
	.virtualtourfloatingspinner{
		top:200px;
		bottom:200px;
		width:250px;
		height:250px;
	}
	.virtualtourfloatingbutton{
		width:250px;
		height:250px;
	}
	.padding-thousand{
		padding-top:150px;
		padding-bottom:150px;
	}
	.principalpadding{
		padding-top:600px;
		margin-bottom:650px;
	}
	.principalstyle1layer1{
		height:560px;
		right:-50px;
		top:-560px;
		width:330px;
		position:absolute;
		bottom:0px;
		align-items:center;
		flex-wrap:nowrap;
		align-content:center;
		min-width:330px;
		min-height:560px;
		max-height:560px;
		max-width:330px;
	}
	.principalstyle1layer2{
		top:-590px;
	}
	.principaltextbox{
		top:-80px;
	}
	.button-play{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:280px;
	}
	.button-play:hover{
	}
	.photoscale1x1{
		width:100%;
		height:100%;
		min-width:230px;
		min-height:230px;
		max-height:576px;
		max-width:576px;
	}
	.photoscroll-layer-01{
		width:100%;
		height:100%;
		min-width:230px;
		min-height:230px;
		max-height:576px;
		max-width:576px;
	}
	.photoscroll-layer-02{
		width:100%;
		height:100%;
		min-width:230px;
		min-height:230px;
		max-height:576px;
		max-width:576px;
	}
	.three-values-1{
		position:relative;
		z-index:4;
		top:0px;
	}
	.three-values-2{
		position:absolute;
		z-index:2;
		top:0px;
	}
	.three-values-3{
		z-index:3;
		position:absolute;
	}
	.three-values-4{
		position:absolute;
		z-index:1;
	}
	.padding-values-three{
		min-height:300px;
		max-height:576px;
	}
	.button-cnr{
		padding:10px 20px 10px 20px;
	}
	.button-cnr:hover{
		padding:10px 20px 10px 20px;
	}
	.button-cnr:active{
		padding:10px 20px 10px 20px;
	}
	.button-cnr:focus{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-outline:visited{
	}
	.button-cnr-outline:active{
	}
	.button-cnr:visited{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white:hover{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white:active{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white:focus{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white:visited{
		padding:10px 20px 10px 20px;
	}
	.button-sq{
		padding:10px 20px 10px 20px;
	}
	.button-sq:hover{
		padding:10px 20px 10px 20px;
	}
	.button-sq:active{
		padding:10px 20px 10px 20px;
	}
	.button-sq:focus{
		padding:10px 20px 10px 20px;
	}
	.button-sq:visited{
		padding:10px 20px 10px 20px;
	}
	.button-sq-outline:active{
	}
	.button-sq-outline:visited{
	}
	.button-sq-white:hover{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white:active{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white:focus{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white:visited{
		padding:10px 20px 10px 20px;
	}
	.button-ro-outline:active{
	}
	.button-ro-outline:visited{
	}
	.button-ro{
		padding:10px 20px 10px 20px;
	}
	.button-ro:hover{
		padding:10px 20px 10px 20px;
	}
	.button-ro:active{
		padding:10px 20px 10px 20px;
	}
	.button-ro:focus{
		padding:10px 20px 10px 20px;
	}
	.button-ro:visited{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white:hover{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white:active{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white:focus{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white:visited{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white-primaryhi:hover{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white-primaryhi:active{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white-primaryhi:focus{
		padding:10px 20px 10px 20px;
	}
	.button-ro-white-primaryhi:visited{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white-primaryhi:hover{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white-primaryhi:active{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white-primaryhi:focus{
		padding:10px 20px 10px 20px;
	}
	.button-sq-white-primaryhi:visited{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white-primaryhi:hover{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white-primaryhi:active{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white-primaryhi:focus{
		padding:10px 20px 10px 20px;
	}
	.button-cnr-white-primaryhi:visited{
		padding:10px 20px 10px 20px;
	}
	.hero-centred-padding-3x2{
		height:350px;
	}
	.hero-centred-foreground-3x2{
		height:250px;
		min-height:250px;
		max-height:250px;
		width:375px;
		min-width:375px;
		max-width:375px;
		top:50px;
		left:30px;
	}
	.hero-centred-middleground-3x2{
		height:250px;
		min-height:250px;
		max-height:250px;
		width:375px;
		min-width:375px;
		max-width:375px;
		left:-50px;
		top:-200px;
	}
	.hero-padding-3x2{
		height:400px;
	}
	.hero-foreground-3x2-left{
		height:350px;
		min-height:350px;
		max-height:350px;
		width:525px;
		min-width:525px;
		max-width:525px;
		left:-20px;
		top:50px;
	}
	.hero-middleground-3x2{
		height:400px;
		width:1333px;
		min-width:1333px;
		left:-400px;
	}
	.hero-foreground-3x2{
		height:350px;
		min-height:350px;
		max-height:350px;
		width:525px;
		min-width:525px;
		max-width:525px;
		left:10px;
		top:50px;
		}
	.text-scroller-sml{
		width:1875px;
		min-width:1875px;
		max-width:1875px;
		height:18px;
		min-height:18px;
		max-height:18px;
	}
	.padding-photo-scroll{
		height:400px;
	}
	.virtualtourfloatingbutton{
		width:200px;
		height:200px;
		min-width:200px;
		max-width:200px;
		min-height:200px;
		max-height:200px;
	}
	.virtualtourfloatingspinner{
		top:200px;
		bottom:200px;
		width:200px;
		height:200px;
		min-height:200px;
		max-width:200px;
		max-height:200px;
		min-width:200px;
	}
	.headertextoverlaylower-textbox{
		margin-bottom:0px;
		top:0px;
	}
	.left-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-width:833px;
		max-height:433px;
		min-height:433px;
		min-width:833px;
		position:relative;
		left:-140px;
	}
	.centre-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-width:833px;
		max-height:433px;
		min-height:433px;
		min-width:833px;
		position:relative;
		left:-260px;
	}
	.right-headertextoverlaylower-image{
		width:100%;
		height:100%;
		max-width:833px;
		max-height:433px;
		min-height:433px;
		min-width:833px;
		position:relative;
		left:125px;
	}
	.padding-thousand-lwr-header{
		top:150px;
	}
	.header-button{
	}
	.padding-1000{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-800{
		padding-top:150px;
		padding-bottom:150px;
	}
	.padding-600{
		padding-top:150px;
		padding-bottom:150px;
	}
	.padding-400{
		padding-top:150px;
		padding-bottom:150px;
	}
	.padding-200{
		padding-top:100px;
		padding-bottom:100px;
	}
	.padding-100{
		padding-top:50px;
		padding-bottom:50px;
	}
	.padding-50{
		padding-top:25px;
		padding-bottom:25px;
	}
	.padding-20{
		padding-top:10px;
		padding-bottom:10px;
	}
	.padding-0{
		padding-top:0px;
		padding-bottom:0px;
	}
	.padding-1200{
		padding-top:200px;
		padding-bottom:200px;
	}
	.padding-1400{
		padding-top:200px;
		padding-bottom:200px;
	}
	.storelocator{
		height:900px;
	}
	.header-overlay{
		position:fixed;
		z-index:1000;
	}
	.header-ultra-logo{
		width:90px;
		padding-top:5px;
		padding-left:5px;
	}
	.header-ultra-hamburger{
		width:45px;
		margin-top:10px;
	}
	.header-ultra-right-menuonly-bg{
		width:80px;
		height:80px;
	}
	.header-ultra-logo-static-mobile{
		position:fixed;
	}
	.header-ultra-right-menuonly-bg-oneonly{
		width:80px;
		height:80px;
	}
	.header-ultra-logo-static-mobile{
		position:fixed;
	}
	.rounded-edges-photo-full{
		padding:0px 0px 0px 0px;
		border-radius:15px 15px 15px 15px;
	}
	.rounded-edges-photo{
		padding:0px 0px 0px 0px;
		border-radius:15px 15px 15px 15px;
	}
	.z-index-margin-up-400{
		position:relative;
	}
	.header-3-across-logo{
		padding-left:5px;
		width:140px;
		padding-top:0px;
	}
	.header-3-across-menuonly-bg{
		width:80px;
		height:80px;
	}
	.header-3-across-hamburger{
		width:45px;
		margin-top:0px;
		padding-top:5px;
	}
	.square-box-coloured{
		margin:10px 0px 10px 0px;
	}
	.title-overlay-z-index{
		top:10px;
	}
	.header-ultra-logo-aligntop{
		width:90px;
		padding-top:5px;
		padding-left:5px;
	}
	.header-overlay-aligntop{
		position:fixed;
		z-index:1000;
	}
	.button-bubble{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px 25px 10px 25px;
	}
	.button-bubble:hover{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px 25px 10px 25px;
	}
	.button-bubble:active{
	}
	.button-bubble-med{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px 25px 10px 25px;
	}
	.button-bubble-med:hover{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px 25px 10px 25px;
	}
	.button-bubble-med:active{
	}
	.onboarding-blob{
		margin-top:-250px;
		margin-bottom:100px;
		bottom:0px;
		top:0px;
	}

}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	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%;
}
