@font-face {
	font-family: "Futura LT Light";
	font-weight: 400;
	font-style: normal;
	src: url(/wp-content/themes/labo-m/fonts/Futura-LT-Light.eot);
	src: url(/wp-content/themes/labo-m/fonts/Futura-LT-Light.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/labo-m/fonts/Futura-LT-Light.woff2) format("woff2"), url(/wp-content/themes/labo-m/fonts/wp-content/themes/labo-m/fonts/Futura-LT-Light.woff) format("woff"), url(Futura-LT-Light.ttf) format("truetype")
}

@font-face {
	font-family: "Futura LT Medium";
	font-weight: 400;
	font-style: normal;
	src: url(/wp-content/themes/labo-m/fonts/Futura-LT-Medium.eot);
	src: url(/wp-content/themes/labo-m/fonts/Futura-LT-Medium.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/labo-m/fonts/Futura-LT-Medium.woff2) format("woff2"), url(/wp-content/themes/labo-m/fonts/Futura-LT-Medium.woff) format("woff"), url(/wp-content/themes/labo-m/fonts/Futura-LT-Medium.ttf) format("truetype")
}

body,
button,
html,
input,
select,
textarea {
	font-family: "Futura LT Light", Arial, Verdana, sans-serif
}

.mobile-nav,
.mobile-user-nav,
body {
	background: none
}

body {
	padding: 6.875rem 0 0;
	background: #dfdfdf
}

.mobile-nav,
.mobile-user-nav {
	z-index: 90;
	background: #fff
}

.hasSkin {
	padding: calc(100vh - 140px) 0 0
}

@media (max-width:767px) {
	.hasSkin {
		padding: calc(var(--vh, 1vh) * 100 - 6.75rem) 0 0
	}
}

.bg-wrapper {
	position: fixed;
	z-index: -1;
	transition: all 1s ease-in-out;
	opacity: 0
}

.bg-wrapper,
.bg-wrapper .bg-block {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.bg-wrapper .bg-block {
	position: absolute;
	z-index: 0;
	margin: 0;
	padding: 0
}

.bg-wrapper .bg-block--current {
	z-index: 1
}

.loaded .bg-wrapper {
	opacity: 1
}

.bg-block--album {
	background-image: url(../images/202601/background-album.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.bg-block--clip {
	background-image: url(../images/202601/background-clip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.bg-block--home {
	background-image: url(../images/202601/background-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.bg-block--tour {
	background-image: url(../images/202601/background-tour.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.bg-block__inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	height: 31.625rem;
	margin: 0 auto;
	padding: 18.75rem 0 0;
	-ms-flex-pack: center;
	justify-content: center
}

.page-template-default .wrapper,
.page-template-page-presskit .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:767px) {
	.wrapper {
		overflow-x: hidden
	}

	.hasSkin .wrapper {
		padding: 2.25rem 0 0
	}
}

.header {
	position: static;
	background: none
}

@media (max-width:767px) {
	.header {
		position: fixed;
		background: #fff
	}

	.hasSkin .header {
		position: static;
		padding: 0
	}

	.nav-open .header {
		position: fixed;
		z-index: 9999
	}
}

.header .container {
	background: #fff
}

.logo {
	position: relative;
	top: -30px;
	left: 0;
	width: 219px;
	height: 201px;
	margin: 0 0 -50%;
	transform: translateY(-50%);
	background: url(../images/202601/logo/logo-labo-m-lamomali-background.png) 50% no-repeat;
	background-color: transparent;
	background-size: 219px 201px;
}

.logo span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 219px;
	height: 121px;
	margin: 15px 0 0;
	transform: translate(-50%, -50%);
	background: url(../images/202601/logo/logo-labo-m-shape.png) 50% no-repeat;
	background-color: transparent;
	background-size: cover
}

@media (min-width:1680px) {
	.hasSkin .logo {
		transform: translateY(-50%)
	}
}

@media (max-width:992px) {

	.hasSkin .logo,
	.logo {
		width: 219px;
		height: 201px;
		background-size: cover
	}

	.hasSkin .logo {
		transform: translateY(-50%) scale(.85);
	}

	.hasSkin .logo span {
		transform: translate(-50%, -50%) scale(.85);
	}
}

@media (max-width:767px) {
	.logo {
		left: 50%;
		transform: translateX(-50%) scale(.75) translateY(-25%);
		top: 15px;
	}

	.hasSkin .logo {
		left: 50%;
		transform: translateX(-50%) scale(.75) translateY(-50%);
		top: 15px;
	}

	.hasSkin .logo span {
		margin: 10px 0 0;
	}

	.nav-open .logo {
		display: none
	}
}

.main-nav-item--news .subnav li a {
	color: #fff;
	background: #000;
}

.main-nav-item--news span {
	position: relative;
	padding: 0 1.25rem 0 0
}

.main-nav-item--news span:after {
	position: absolute;
	top: 1.25rem;
	right: 0;
	display: block;
	width: 9px;
	height: 14px;
	margin: 0;
	padding: 0;
	content: "";
	transform: rotate(90deg);
	background: url(../images/202601/icons/icon-subnav-news.svg) 0 0 no-repeat;
	background-size: cover
}

.main-nav-item--us .subnav li a {
	color: #fff;
	background: #000
}

.main-nav-item--us span {
	position: relative;
	padding: 0 1.25rem 0 0
}

.main-nav-item--us span:after {
	position: absolute;
	top: 1.25rem;
	right: 0;
	display: block;
	width: 9px;
	height: 14px;
	margin: 0;
	padding: 0;
	content: "";
	transform: rotate(90deg);
	background: url(../images/202601/icons/icon-subnav-us.svg) 0 0 no-repeat;
	background-size: cover
}

.main-nav-item--shop .subnav li a {
	color: #fff;
	background: #000000
}

.main-nav-item--shop span {
	position: relative;
	padding: 0 1.25rem 0 0
}

.main-nav-item--shop span:after {
	position: absolute;
	top: 1.25rem;
	right: 0;
	display: block;
	width: 9px;
	height: 14px;
	margin: 0;
	padding: 0;
	content: "";
	transform: rotate(90deg);
	background: url(../images/icons/icon-subnav-boutique.svg) 0 0 no-repeat;
	background-size: cover
}

.row--main {
	padding: 0 3vw
}

.container--main .row--main {
	padding: 0 3vw 3vw
}

@media (max-width:767px) {

	.container--main .row--main,
	.row--main {
		padding: 0
	}
}

.main-nav {
	border: 0
}

@media (max-width:767px) {
	.main-nav {
		display: none
	}
}

.main-nav-item a {
	font-family: "Futura LT Medium", Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 2.25;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #212121
}

@media (max-width:992px) {
	.main-nav-item a {
		font-size: 1em;
		line-height: 3.25
	}
}

.main-nav-item--logo {
	padding: 0
}

.main-nav-item--logo a {
	height: 100%
}

.custom-right-nav {
	position: fixed;
	z-index: 30;
	top: auto;
	right: 0;
	bottom: 7.5rem;
	display: block;
	margin: 0;
	padding: 0;
	transition: opacity .75s ease-in-out 1s, transform .65s ease-in-out 1s;
	transform: translateX(100%);
	opacity: 0
}

.loaded .custom-right-nav {
	transform: translateX(0);
	opacity: 1
}

@media (max-width:767px) {
	.sticky-nav .custom-right-nav {
		display: none
	}
}

@media (min-width:767px) {
	.custom-right-nav {
		top: 10.625rem;
		bottom: auto
	}
}

@media only screen and (min-height:644px) {
	.touch-device .custom-right-nav {
		bottom: 10rem
	}
}

.custom-right-nav__item {
	margin: 0;
	padding: 0;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.custom-right-nav__item,
.custom-right-nav__item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.custom-right-nav__item a {
	font-family: "Futura LT Medium";
	font-size: 1.5rem;
	position: relative;
	z-index: 1;
	padding: .5rem 2rem;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	color: #fff;
	background: #816501
}

@media (max-width:767px) {
	.custom-right-nav__item a {
		font-size: 1.25rem
	}
}

.custom-right-nav__item a:before {
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	width: 0;
	width: auto;
	height: 0;
	margin: 0;
	margin-top: -12px;
	padding: 0;
	content: "";
	content: " ";
	pointer-events: none;
	opacity: 0;
	border: solid transparent;
	border-width: 12px;
	border-color: transparent;
	border-right-color: #fc80ab
}

.sticky-nav .custom-right-nav__item a {
	width: 4.125rem;
	transform: none;
	-ms-flex-pack: center;
	justify-content: center
}

.sticky-nav .custom-right-nav__item a:hover {
	width: auto;
	transform: translateX(60px)
}

.sticky-nav .custom-right-nav__item a:hover span {
	display: block;
	padding: 0 28px 0 0
}

.custom-right-nav__item a:hover:before {
	opacity: 1
}

.custom-right-nav__item svg {
	display: none;
	fill: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sticky-nav .custom-right-nav__item svg {
	fill: #816501;
	display: block
}

.sticky-nav .custom-right-nav__item--tour svg {
	fill: #fff;
}

.custom-right-nav__item span {
	transition: all .3s ease-in-out;
	text-transform: uppercase;
}

.sticky-nav .custom-right-nav__item span {
	display: none
}

.custom-right-nav__item--tour a:hover:before {
	color: #fff;
	border-right-color: #816501
}

.custom-right-nav__item--album a {
	color: #816501;
	background: #000;
}

.custom-right-nav__item--album a:before {
	border-right-color: #000;
}

.custom-right-nav__item--album span {
	color: #816501;
}

.custom-right-nav__item--album svg {
	fill: #fff;
}

.custom-right-nav__item--clip svg {
	fill: #fff;
}

.custom-right-nav__item--clip a {
	color: #000;
	background: #fff;
}

.custom-right-nav__item--clip a:before {
	color: #000;
	border-right-color: #fff;
}

.container--main {
	padding: 0
}

.page-template-default .container--main,
.page-template-page-presskit .container--main {
	min-height: 1rem;
	-ms-flex: 1;
	flex: 1
}

.main-title {
	font-family: "Futura LT Medium"
}

#register-page .main-title {
	color: #fc80ab
}

.blog .main-title {
	color: #181c6d
}

.page-contact .main-title {
	color: #acbbfd
}

.js .home .box-tour-m-2022 {
	padding: 3rem 0 0;
	color: #fff
}

.js .home .box-tour-m-2022 h2 {
	color: #212121
}

.js .home .box-tour-m-2022 h3 {
	font-size: 2rem;
	display: block;
	margin: 0;
	padding: 0 0 .25rem 1rem;
	text-transform: uppercase;
	color: #fff
}

.box-tour-m-2022 .flex-direction-nav a {
	margin: 0;
	transform: translateY(-50%);
	background-color: transparent
}

.box-tour-m-2022 .flex-direction-nav .flex-prev {
	transform: rotate(180deg) translateY(50%)
}

.box-tour-m-2022 .flex-direction-nav .flex-next,
.box-tour-m-2022 .flex-direction-nav .flex-prev {
	background-image: url(../images/icons/icon-arrow-blue.svg)
}

.box--large .bt-container {
	position: absolute;
	z-index: 1;
	bottom: 2rem;
	left: 1rem;
	display: block;
	width: calc(100% - 2rem);
	text-align: center
}

.tour-item {
	font-size: .875rem;
	display: block;
	margin: 0;
	padding: 0 3rem .5rem;
	text-transform: uppercase;
	color: #fff
}

@media (max-width:1223px) {
	.tour-item {
		font-size: .75rem
	}
}

.tour-item time {
	font-family: "Futura LT Medium";
	display: block;
	margin: 0;
	padding: 0
}

.tour-item a {
	color: #fff
}

.box--album {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media (max-width:767px) {
	.box--album {
		background-size: cover
	}
}

.box--album .box-title {
	color: #fff
}

.home .box--poemes-exquis {
	height: 560px;
	padding: 2rem 0 0
}

.home .box--poemes-exquis .box--poemes-exquis__inner {
	padding-top: 0;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.box--poemes-exquis p {
	line-height: 1.5
}

.poemes-exquis__title {
	font-family: "Futura LT Medium";
	display: block;
	margin: 0;
	padding: 0 0 20px;
	text-transform: uppercase;
	color: #acbbfd
}

.box--data {
	color: #fff;
	background: #abbaff
}

.box--data li a {
	color: #fff
}

@media (max-width:1223px) {
	.box--data li a {
		font-size: 1.125rem
	}
}

@media (max-width:1223px) {
	.box--data img {
		max-width: 66%;
	}

    .box--data svg {
		height: 2.5rem;
		width: 2.5rem;
    }	
}

.box--data svg {
    fill: #fff;
}

.box--data span {
    color: #fff;
}

.box--users {
	background: #f6f5f1
}

.box--users li a {
	color: #212121
}

.mobile-nav a,
.mobile-user-nav a {
	font: normal 1.5em "Futura LT Medium", Arial, Verdana, sans-serif !important;
	display: block;
	width: 100% !important;
	padding: 1em;
	text-align: center
}

@media (max-width:1223px) {
	.push {
		padding-right: 1.25rem;
		padding-left: 1.25rem
	}

	.push.push-radio {
		padding-right: 0;
		padding-left: 0
	}

	.push .row,
	.push .row>div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.push .row>div {
		width: 100%;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.push img {
		margin-bottom: 1rem
	}
}

@media (max-width:1223px) {
	.push__inner {
		padding: 0
	}
}

.push-membership {
	color: #fff;
	background-color: #000
}

.push-membership ul {
	padding: 0 0 0 1rem
}

.push-membership li {
	padding: 0 0 .25rem
}

.push-membership img {
	filter: invert(1);
}

.push-timeline {
	min-height: 23rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-top: 1px solid #212121;
	background: url(/wp-content/themes/labom/images/202601/timeline/background-push-timeline.jpg) 50% no-repeat #fff;
	background-size: 80% auto
}

@media (max-width:1223px) {
	.push-timeline {
		background-size: 90% auto
	}
}

.push-timeline .push__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 18rem
}

.push-timeline .bt-container {
	margin-top: auto
}

@media (max-width:1223px) {
	.push-timeline .bt-container {
		text-align: center
	}
}

.push-radio {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	background: #000
}

.push-radio img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.push-radio .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1223px) {
	.push-radio .push-radio__figure {
		width: 100%
	}
}

.push-radio .push-radio__content {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1223px) {
	.push-radio .push-radio__content {
		width: 100%
	}
}

.push-radio__inner {
	padding: 2.5rem
}

@media (max-width:991px) {
	.push-radio__inner {
		padding: 1.25rem 0
	}
}

.radio__list {
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem 0 0;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem
}

.radio__list svg {
	fill: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.radio__list a {
	color: #fff;
}

.wpcf7 a {
	font-size: .6875rem;
	display: -ms-flexbox;
	display: flex;
	text-transform: none;
	color: #fff;
	-ms-flex-align: center;
	align-items: center
}

.radio__list span {
	padding: 0 0 0 .5rem;
	position: relative;
	top: -.25rem;
}

.bt-radio {
	font-size: .75rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	color: #212121;
	border: 4px solid #816501;
	border-radius: 50%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.bt-radio:before {
	display: none;
}

.push-newsletter {
	position: relative;
	color: #fff;
	background: #321b35
}

.push-newsletter:before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .22;
	background: url(../images/202601/newsletter/background-newsletter.jpg) bottom no-repeat;
	background-size: cover
}

.push--sidebar {
	margin: 0 0 1.25rem;
	padding: 1.5rem 0
}

.push--sidebar h2 {
	font-size: 1.25rem;
	padding: .75rem 0
}

.push--sidebar .row {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.push--sidebar .row>div {
	float: none;
	width: 100% !important
}

.push--sidebar svg {
	width: 5rem;
	height: auto;
	margin: 0 auto 1.25rem
}

.push--sidebar .push__inner {
	padding: 0 1.5rem
}

.push-membership--sidebar {
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.push--sidebar-default {
	padding: 1.5rem 0;
	color: #fff;
	background: #6f3c87
}

#grid,
.entry-intro {
	padding: 0 3vw
}

@media (max-width:991px) {

	#grid,
	.entry-intro {
		padding: 0
	}
}

@media (max-width:991px) {
	.entry-intro {
		padding: 0 1.25rem
	}
}

.entry-intro .entry-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left
}

.bt,
.entry-intro .entry-content {
	-ms-flex-align: center;
	align-items: center
}

.bt {
	font-family: "Futura LT Medium";
	font-size: .75rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 10rem;
	margin: 0;
	padding: .5rem .75rem;
	text-transform: uppercase;
	color: #212121;
	border: 4px solid #816501;
	border-radius: 2rem;
	background: #fff;
	-ms-flex-pack: center;
	justify-content: center
}

.wpcf7 .bt {
	font-size: 1.75rem;
	min-width: 15rem
}

.bt:after,
.bt:before {
	display: none;
}

.box-title {
	font-family: "Futura LT Medium";
	font-size: 1.25rem;
	font-weight: 400
}

.box--event {
	text-align: left;
	color: #fff;
	background: #181c6d
}

.box--event .box-title {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 2rem);
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.box--event .box-title span {
	-ms-flex: 1;
	flex: 1
}

.box--event .box-title svg {
	margin: 0 1rem;
	fill: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1223px) {
	.box--event .box-title svg {
		display: none
	}
}

.box-event__inner {
	padding: 3rem 1rem 0
}

.box-event__item {
	position: relative;
	margin: .5rem 0 1rem;
	padding: 0 1rem
}

.box-event__item time {
	font-size: 1rem
}

.box-event__item p,
.box-event__item time {
	font-family: "Futura LT Medium";
	display: block;
	margin: 0;
	padding: 0
}

.box-event__item p {
	font-size: 1.125rem;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.box-event__item a {
	color: #fff
}

.box-event__item span {
	font-size: .875rem;
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis
}

.timeline-header {
	position: relative;
	left: 2px;
	width: 115px;
	height: 442px;
	background-image: url(../images/202601/timeline/timeline-top.png);
}

.timeline-header img {
	left: 0
}

@media (max-width:1223px) {
	.timeline-header {
		top: 2px
	}
}

@media (max-width:767px) {
	.timeline-header {
		position: relative;
		left: 4px;
		width: 100px;
		height: 244px;
		background-size: contain
	}
}

.timeline-footer {
	left: 2px;
	height: 598px;
	background-image: url(../images/202601/timeline/timeline-bottom.png)
}

@media (max-width:767px) {
	.timeline-footer {
		top: 0;
		left: 2px;
		width: 260px;
		height: 421px;
		background-size: cover
	}
}

.timeline-block {
	left: 0;
	background-image: url(../images/202601/timeline/timeline-item.png)
}

@media (max-width:1223px) {
	.timeline-block {
		top: 1px;
		left: 1px
	}
}

@media (max-width:767px) {
	.timeline-block {
		left: 3px;
		width: 260px;
		background-image: url(../images/202601/timeline/timeline-item.png);
		background-size: 100% auto;
	}
}

.timeline-icon {
	border: 1px solid #fff;
	background: #666
}

.timeline-item .timeline-row .timeline-content h2:after,
.timeline-item .timeline-row:nth-child(odd) .timeline-content h2:after {
	background-color: #666
}

.timeline-icon a {
	color: #fff
}

@media (max-width:1223px) {
	.footer__list--links {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__list--links li:first-child {
		clear: both;
		width: 100%;
		text-align: center;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:1223px) {

	.footer__list .menu-item,
	.footer__list .menu-item a {
		color: #fff
	}
}

.navigation {
	padding: 40px 20px
}

.navigation .next,
.navigation .prev {
	font-size: 0;
	position: relative;
	top: -.375rem;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	background: url(../images/icons/icon-arrow-blue.svg) 50% no-repeat;
	background-size: 25px 25px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.navigation .prev {
	transform: rotate(180deg)
}

.has-shadow {
	position: relative
}

.has-shadow:before {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, .5)
}

.box-slide-item.has-shadow:before {
	display: none;
}

.box-slide-item .box-content p, .box-slide-item .box-content span {
	text-shadow: 1px 1px 5px #000;
}

.table-tickets tr:hover td {
	background: #abbaff
}

.box--video {
	position: relative;
	height: 840px;
	color: #fff
}

@media (max-width:767px) {
	.box--video {
		height: calc(var(--vh, 1vh) * 100);
		min-height: 100vh;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.box--video a {
	color: #fff
}

.box--video video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.box-over {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.box--video .box-title {
	position: static;
	padding: 1.25rem 1.25rem 0
}

.box-subtitle {
	font-family: "Futura LT Medium";
	font-size: 2rem;
	font-weight: 400;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 1.25rem;
	text-align: left;
	text-transform: uppercase;
	color: #fff
}

.large-link {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.box-slider .flex-direction-nav .flex-next,
.box-slider .flex-direction-nav .flex-prev,
.color-red .flex-direction-nav .flex-next,
.color-red .flex-direction-nav .flex-prev {
	background-image: url(../images/icons/icon-arrow-pink.svg) !important
}

.box-slider.color-blue .flex-direction-nav .flex-next,
.box-slider.color-blue .flex-direction-nav .flex-prev {
	background-image: url(../images/icons/icon-arrow.svg) !important
}

.flex-disabled {
	display: none !important
}

