/* Global Settings */

body {
	background-color: #fff;
}
/* doubles here peter */
body {
	background-color: #f4f4f4;
}

th {
	font-weight: 500;
}


a {
	color: #ff6700;
}

a:hover {
	color: #ff6700;
}

p {
	font-size: 16px;
	font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
	line-height: 1.75;
	font-weight: 400;
	color: #232323
}	

h1 {
	font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
	line-height: auto;
	font-weight: 500;
	color: #232323;
	font-size: 3rem;
	line-height: 1.5;
}

h2, h3, h4, h5, li {
	font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
	line-height: auto;
	color: #232323;
	line-height: 1.5;
}

hr {
	color: #BBBBBB;
}

/* this is so olark doesn't cover shopify cart */
body > div #olark-wrapper > .olark-launch-button {
    z-index: 100000 !important;
}

#accordion a {
	color: #232323;
}

#accordion a:hover {
	text-decoration: none;
}

#accordion .card-body {
	color: #232323;
}


.shadow-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}
.shadow-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
}


/*background color gradient */

.gradient-y {
	background: -webkit-linear-gradient(bottom, #F24645,  #EBC08D);
	background: -o-linear-gradient(top, #F24645, #EBC08D);
	background: -moz-linear-gradient(top, #F24645, #EBC08D);
	background: linear-gradient(to top, #F24645, #EBC08D);
}

.gradient-x {
	background: linear-gradient(90deg, #f24645, #ed9d78);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 7s ease infinite;
	-moz-animation: AnimationName 7s ease infinite;
	-o-animation: AnimationName 7s ease infinite;
	animation: AnimationName 7s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* buttons */

.btn-pulse {
	padding: 6px 18px 6px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
	font-weight: 200;
	background-color: #ff6700;
	transition: all 0.3s ease 0s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-pulse:hover {
	border: 1px solid #F24645;
	background-color: #fff;
	color: #F24645;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-pulse:active {
	background-color: #F24645;
}

/* navbar */

.navbar .navbar-nav .nav-link {
	padding-left:  1rem  !important;
	padding-right:  1rem  !important;
	color: #888;
	font-family:   'Montserrat', 'Arial', 'Helvetica', sans-serif;
	transition: all 0.3s ease 0s;
}
.navbar .navbar-nav .nav-link:hover {
	color: #ff6700;
}


nav {
	background-color: #fff;
}
	
nav .container {
	padding-left: 0rem;
	padding-right: 0rem;
}


.navbar .show .nav-link {
	padding-left:  0  !important;
	padding-right:  0  !important;
}

.navbar .collapsing .nav-link {
	padding-left:  0  !important;
	padding-right:  0  !important;
}


@media (max-width: 375px) {
	.navbar {
		padding: .5rem .5rem;
	}
}


.navbar-toggler {
	border-color: transparent !important;
	padding: .25rem 0rem;
}

/* Footer */

#footer {
	background-color: #eee;
}

#footer .row {
	padding-bottom: 1rem; 
}

#footer .col-md {
	margin: 1rem;
}

#footer input, .email-signup input {
	border: none;
	border-radius: 8px 0 0 8px;
	margin: 0 -2px 0 0px;
	right: 3px;
}

#footer .input-group-addon, .email-signup .input-group-addon {
	border: none;
	border-radius: 0 8px 8px 0;
	background-color: #ddd; 
}

#footer button, .email-signup button {
	border: none;
	border-radius: 0 8px 8px 0 !important;
	color: #fff;
}

#footer .loading i {
	color: #555;
}

#footer .check-button {
	color: 555;
	/* background-color: blue; */
}
.hidden {
	display: none;
}

#footer p {
	color: #bbb;
    font-size: 14px;
    font-weight: 300;
}


#footer a {
	color: #888;
    font-size: 16px;
    font-weight: 300;
}


#footer .social a{
	padding: 0 .75rem 0 .75rem;
}

#footer .social a {
	color: #888;
    font-size: 24px;
    font-weight: 300;
}

#footer .social a:hover .fa-instagram {
	color: #8a3ab9;
}

#footer .social a:hover .fa-facebook {
	color: #3b5998;
}

#footer .social a:hover .fa-linkedin {
	color: #007bb5;
}

#footer .social a:hover .fa-twitter {
	color: #00aced;
}

/* .navbar a {
	line-height: 2.5;
}

.navbar .collapse a {
	padding-left:  1rem  !important;
	padding-right:  1rem  !important;
}

.navbar  .collapse a:hover{
	text-decoration: unset;
	background-color:  #f9f9f9;
	
} */

/* base page */
/* Section: BASE_Intro */

#base_intro .container{
	padding-top: 6rem !important;
}


#base_intro h4 {
	font-weight: 300;
	font-size: 1.25rem;
}

#base_intro p {
	color: #aaa;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
    #base_product h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #base_product h3 {
        text-align: center;
    }
}

#main_intro_image_figure {
	max-height: 480px;
	max-width: 480px;
}

#main_intro_image {
	max-height: 480px;
	max-width: 480px;
}

/* Section: BASE_what */

#base_what .dev-and-app{
	position: relative;
	text-align: center;
}

#base_what .device-img{
	position: absolute;
	left: 20px;
	top: 130px;
	z-index: 2;
}
	
#base_what .app-img{
	position: relative;
	left: 20px;
}

/* Section: BASE_essentials */


#base_page > section > .container{
	background-color: #fff;
}

#base_page > section:nth-child(2n+1) > .container {
	background-color: #f9f9f9;
}


#base_essentials .card {
	background-color: transparent;
	border: none;
}

#base_essentials .essential-icon {
	margin: auto;
	height: 150px;
}

#base_essentials #icon-light{
	width:150px;
}
#base_essentials #icon-humidity{
	width:140px;
}
#base_essentials #icon-temperature{
	width:140px;
}
#base_essentials #icon-vpd{
	width:140px;
}
#base_essentials #icon-power{
	width:150px;
}

@media only screen and (max-width: 768px) {
    #base_essentials .card-body h5 {
        text-align: center;
        margin-bottom: 1.5rem;
    }
}

/* duplicate/refactor based on final images */

.bgtest {
	background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url('/assets/img/production/ph_obama.jpg');
	min-height: 60vh;
	background-size: cover;
	display: table;
}

.panel-text-center {
	display: table-cell;
	vertical-align: middle;
}

/* Section: BASE_Preorder */

#base_preorder h1{
	color: #fff;
	font-weight: 400;
	font-size: 2rem;
}

#base_preorder .btn {
	background-color: #fff;
	border-color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding: 25px 75px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	border-radius: 25px;
	/* text-transform: uppercase; */
	color: #F15D53;
	transition: all 0.3s ease 0s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


@media (max-width: 400px) {
	#base_preorder .btn {
		padding: 15px 45px;
	}
}



#base_preorder .btn:hover {
	border-color: white;
    color: white;
    background-color: transparent;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* Buy Page */ 

/* Section: BUY_intro */

#buy_intro h1{
	line-height: 1.25;
}
#buy_intro {
	/* height: 500px; */
	position: relative;
}
#buy_intro .swiper-parent {
	/* overflow: hidden; */
	width: 340px;
	margin: auto;
}

#buy_intro .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* overflow: hidden; */
  }
  #buy_intro  .swiper-slide img {
	width: 100%;
	
  }
  #buy_intro  .gallery-top {
	/* height: 80%; */
	width: 100%;
  }
  #buy_intro  .gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
  }
  #buy_intro .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }
  #buy_intro  .gallery-thumbs .swiper-slide-active {
	opacity: 1;
  }

  #buy_intro .swiper-button-next {
			right: 50px !important;
			top: 170px !important;
  }
  #buy_intro  .swiper-button-prev {
			left: 50px !important;	
			top: 170px !important;
  }

.white-bg
{
	background-color: white;
}
.white {
	color: white ;
}

.email-signup input{
	max-width: 350px;
}

.email-signup .input-group {
		margin: auto;
}

.email-signup .btn{
	background-color: #61cbee;
}

.email-signup #email-message{
	height: 0;
}

.rotate {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.rotate-txt {
	display: inline-block;

}

.rotate.down{
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-rotator div {
	padding: 0;
}

#buy_intro .container{
	background-color: #f9f9f9;
	margin: 0 auto 0 auto;
}

#buy_intro .col:nth-of-type(1) {
    	margin: 3rem 0rem;
    }

@media (max-width: 370px) {
	#buy_intro h1 {
		font-size: 2.5rem;
	}
}

#buy_intro h3 {
	font-weight: 300;
	font-size: 1.75rem;
	color: #888;
}

#buy_intro h4 {
	font-weight: 400;
	font-size: 2rem;
}

#buy_intro h5 {
	font-weight: 300;
	font-size: 1.25rem;
}

#buy_intro img {
	/* float: right; */
}

#buy_intro .row .col-md p {
	color: #888;
	font-weight: 300;
	font-size: 1rem;
}

#buy_intro p a {
	color: #F15D53;
}

@media only screen and (max-width: 768px) {
    /* #buy_intro img {
        float: none;
    } */
}

@media only screen and (max-width: 768px) {
    #buy_intro .col-md {
        text-align: center;
	}
	#buy_intro .description {
		margin: auto;
		max-width: 350px;
		text-align: left;
	}
}

/* used to left justify the shopify button on desktop*/
@media only screen and (min-width: 769px) {
    #product-component-41b4fafb7e6 {
        max-width: 190px !important;
	}
}

/* Section: BUY_box */
#buy_box .container {
	background-color: #fff;
	margin: 0 auto 0 auto;
}

#buy_box .col:nth-of-type(1) {
    	margin: 3rem 0rem;
    }

#buy_box h1 {
	font-weight: 400;
	font-size: 3.25rem;
}

#buy_box h3 {
	font-weight: 300;
	font-size: 2.25rem;
	color: #888;
}

#buy_box .card {
	border: none;
	background-color: transparent;
}

/* section: buy_spec*/
#buy_spec .container {
	background-color: #f9f9f9;
}

#buy_spec .col:nth-of-type(1) {
    	margin: 3rem 0rem;
    }


#buy_spec h1 {
	font-weight: 400;
	font-size: 3.25rem;
}

#buy_spec h3 {
	font-weight: 300;
	font-size: 2.25rem;
	color: #888;
}

#buy_spec .card {
	border: none;
	background-color: transparent;
}

#buy_spec .row {
	padding-bottom: 1rem;
}

/* Section: BUY_faq */
#buy_faq .container {
	background-color: #fff;
	margin: 0 auto 3rem auto;
}

#buy_faq .col:nth-of-type(1) {
    	margin: 3rem 0rem;
    }

#buy_faq h1 {
	font-weight: 400;
	font-size: 3.25rem;
}

#buy_faq h3 {
	font-weight: 300;
	font-size: 2.25rem;
	color: #888;
}

#buy_faq #faqAccordion a {
	color: #232323;
	font-size:1.25rem;
}
#buy_faq #faqAccordion .item {
	
	padding: 1.5rem 0 1.5rem 0;
	border-top: 1px solid #ddd;
}
#buy_faq #faqAccordion .item:first-child {
	
	padding: 1.5rem 0 1.5rem 0;
	border-top: none;
}
#buy_faq #faqAccordion a:hover {
	text-decoration: none;
}

#buy_faq #faqAccordion p {
	line-height: 1;
}

#buy_faq .item a {
	display: block;
}
/* end buy page styles */


/* contact page styles*/
#contact_page .container{
	background-color: #fff;
}

#contact_page .hero h1 {
	color: white;
}

#contact_page .hero {
	background-image: url("/assets/img/contact/766f73f142c2b951523903fa95e73cd7853380c2/man-phone-small.jpg");
	background-size:  cover;
	background-position: center, center;
}

/* end contact page styles*/


/* press page styles*/
#press_page .container{
	background-color: #fff;
}

#press_page .hero h1 {
	color: white;
}

#press_page .hero {
	background-image: url("/assets/img/press/082a5e6c2ec85902f269aacb5c3d2d92c74f0752/press-small.jpg");
	background-size:  cover;
	background-position: center, center;
}

#press_page .logo-examp-black {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEU6Oz4aGx6EC0teAAAAFUlEQVQI12P4YceAgdkPfkDHxKoDAGI6HU268nBjAAAAAElFTkSuQmCC) repeat 0 0;
}

#press_page .logo-examp-light {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeAQMAAAAW3KwoAAAABlBMVEX4+Pjr7OyZ8CqdAAAAFUlEQVQI12NgP/gBA/+wY0DH1FYHAJrTK/O4mGBUAAAAAElFTkSuQmCC) repeat 0 0;
}

#press_page img {
	width: 100%;
}
 
#press_page .logo-container {
	margin: auto;
    border-radius: 10px;
    text-align: center;
}

#press_page .orange-bg {
	background-color: #FF6700;
	line-height: 2rem;
	border-radius: 10px 10px 0 0;

}

#press_page .black-bg{
	background-color: #232323;
	color: white;
	line-height: 2rem;
	border-radius: 0 0 10px 10px;
}

#press_page .light-bg {
	background-color: #f9f9f9;
}

#press_page .blurb h5{
	font-weight: 400;
}
/* end press page styles*/


/* support page styles*/
#support_page .container{
	background-color: #fff;
}

#support_page .container:nth-child(2n +1){
	background-color: #f9f9f9;
}

#support_page li{
	padding-bottom: 1rem;
}

#support_page  .hero {
	background-image: url("/assets/img/support/21e4e4a17babe091285cc52d1f830a799fcaf335/support.jpg");
	background-size:  cover;
	background-position: center, center;
}

#support_page  .hero h1 {
	color: #fff;
}
/* end support page styles*/

/* about page styles */
#about_page .container{
	background-color: #fff;
}


#about_page .container:nth-child(2n +1){
	background-color: #f9f9f9;
}

#about_page .team img{
	border-radius: 220px;
	max-width: 200px;
}

#about_page  h5{
	font-weight: 400;
}
/* end about page styles */


/* support page styles*/
#privacy_page .container{
	background-color: #fff;
}

#privacy_page .container:nth-child(2n +1){
	background-color: #f9f9f9;
}

#privacy_page li{
	padding-bottom: 1rem;
}

#privacy_page  .hero {
	background-image: url("/assets/img/support/21e4e4a17babe091285cc52d1f830a799fcaf335/support.jpg");
	background-size:  cover;
	background-position: center, center;
}

#privacy_page  .hero h1 {
	color: #fff;
}
/* end support page styles*/


/* swiper styles */
#base_swiper_carousel .swiper-container {
	width: 100%;
	overflow: visible !important; 
}

#base_swiper_carousel .swiper-container .swiper-pagination {
	z-index: 100;
}

#base_swiper_carousel .swiper-pagination .swiper-pagination-bullet {
	padding: 8px;
	margin: 6px !important;
}



@media (max-width: 991px) {
	#base_swiper_carousel .swiper-button-next {
		right: -20px !important;
		}
		#base_swiper_carousel .swiper-button-prev {
		left: -20px !important;
		
	}
	
}



#base_swiper_carousel .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff6700 !important;
}

#base_swiper_carousel .swiper-slide img {
	height: 450px;
	width: auto;
}

#base_swiper_carousel .swiper-slide .slide-text {
	margin: auto;
	text-align: left;
	padding-bottom: 3rem;
}


/* show more screenshot and carousel text on mobile */
@media (max-width: 768px) {
	#base_swiper_carousel .row{
		padding-bottom: 1rem !important;
		margin-bottom: 0 !important; 
		/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	}	
	#base_swiper_carousel .slide-text{
		padding-top: 1.5rem;
	}
	#base_swiper_carousel  .crop{
		/* margin: 0; */
		padding: 0;
		height: 435px;
		overflow: hidden; 
		background-color: #fff;
		padding-top: 2rem;
	}
	#base_swiper_carousel  .crop-img{

		height: auto;
		max-width: 100%;
	}	
}

/* end swiper styles */


#base_media img{
	height: 50px;
}

#base_features .feature-card {
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	margin-bottom: 1.5rem;
	transition: all .3s ease 0s;
}

#base_features .feature-card  img {
	padding: 15px;
}

@media (max-width: 991px) {	
	#base_features .feature-card  img {
	padding: 25px;
	}		

}

@media (max-width: 768px) {	
	#base_features .feature-card  img {
	padding: 15px;
	}		

}


#base_features .helper {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

#base_features .feature-card:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


@media (max-width: 425px) {
	#base_features .feature-card  img {
		padding: 0px;
		
	}

	#base_features .feature-card {
		padding: 1rem 1rem 1rem 1rem;
	}
	#base_features .container {
		padding: 2rem 2rem 2rem 2rem !important;
	}
}

.bottom-corners-rounded {
	border-radius: 0 0 3px 3px;
}

@media (max-width: 375) {
	#base_features .feature-card {
		padding: .75rem .75rem .75rem .75rem;
	}
	#base_features .container {
		padding: 1.5 1.5 1.5 1.5 !important;
	}
}

.bottom-corners-rounded {
	border-radius: 0 0 3px 3px;
}
/* 
#base_testimonials {
	display: none;
} */

#base_testimonials .testimonial-card {
	background-color: #fff;
	border-radius: 3px;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	/* margin-bottom: 1.5rem; */	
}

#base_testimonials .card-img-top{ 
	border-radius: 50px;
	max-width: 50px;
}

#base_testimonials .testimonial-card p {
	margin-bottom: 0;
}

#base_testimonials .testimonial-header {
	margin-bottom: .5rem;
}

#base_testimonials .testimonial-header .img-frame{
	margin: 0 .5rem;
}


/* 

.shadow-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}
.shadow-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
} */

/* start landing pages */
#base_heat_stress .container {
	background: url("/assets/img/landing/d080251e38334600312f99db44766836e88cf907/red-dirt.jpg")  no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#base_heat_stress .container h1, #base_heat_stress .container  h3, #base_heat_stress .container h5 {
	color: #f9f9f9;
}
#base_heat_stress .hero-copy h5 {
	font-weight: 400 ;
}
#base_heat_stress .hero-copy  {
	max-width: 800px; ;
	margin: auto;
}

#base_heat_stress div i {
	color: #ff6700;	
}
  
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
  
.animated{
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
  
			  animation-iteration-count: infinite;
		 -moz-animation-iteration-count: infinite;
	  -webkit-animation-iteration-count: infinite;
  
	animation-fill-mode:both;
	-webkit-animation-duration:2.25s;
	-moz-animation-duration:2.25s;
	-ms-animation-duration:2.25s;
	-o-animation-duration:2.25s;
	animation-duration:2.25s;
  }
  
  
  @-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	  40% {-webkit-transform: translateY(-10px);}
	  60% {-webkit-transform: translateY(-5px);}
  }
  
  @-moz-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	  40% {-moz-transform: translateY(-10px);}
	  60% {-moz-transform: translateY(-5px);}
  }
  
  @-o-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	  40% {-o-transform: translateY(-10px);}
	  60% {-o-transform: translateY(-5px);}
  }
  @keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	  40% {transform: translateY(-10px);}
	  60% {transform: translateY(-5px);}
  }

/* end */

#footer .popper p {
	color: #fff;
	margin: 0;
	padding: 0;
}

.popper,
.tooltip {
    position: absolute;
    background: #00aced;
    color: #fff;
    width: 200px;
    border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: .5rem;
	z-index: 2;
}
.style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 175px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-color: #00aced;
}
.style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
    margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.pop-header  * {
	display: inline;
}/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;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(0,0,0);transform:translate3d(0,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-invisible-blank-slide{visibility:hidden}.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}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.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-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.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-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.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(0,-50%,0);transform:translate3d(0,-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:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -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:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(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{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-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)}}.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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}