.activateCookies{
	margin: 1rem 0;
	padding: 2rem;
	min-height: 5em;
	text-align: center;
	background-color: var(--bs-gray-200);
}

#mainheader .container{
	display: flex;
}
.rx-navbar-left{
	margin-left:0;
}

/*  cover ------------------- begin */

.rx-cover{
	position: relative;
	overflow: hidden;
}
.rx-cover > video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.rx-cover > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rx-cover > img.videoBgÍmage{
  filter: blur(8px);
}

.rx-cover .btn{
	margin-right: 1em;
}

.rx-cover .container{
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.rx-cover .container > div{
	left:.75rem;
}

.rx-cover_text{
	position: absolute;
	bottom: 2em;
	left: 0;
	z-index: 3;
	color: #fff !important;
}
.rx-cover_text p, .btn{ margin-bottom: 0}
.rx-cover_text h1, .rx-cover_text h2, .rx-cover_text h3, .rx-cover_text h4, .rx-cover_text h5{ 
	margin-bottom: 1.5rem;
	margin-top: -.5rem;
}
.rx-cover_text h2{ 
	margin-top: -1.5rem;
	font-weight: 300;
}

.rx-cover_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 2;
}

.rx-cta-2col-img__image{
	min-height: 400px;
}
.rx-cta-2col-img__text{
	padding: 5vw;
}

.scrollindicator-wrapper{
	position: fixed;
	left: 50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: .8;
	z-index: 3;
	transition: opacity 1s ease-out;
	text-align: center;
}

.scrollindicator {
	display: block;
	width: 20px;
	height: 34px;
	margin: 0 auto 0 auto;
	border-radius: 11px 11px 15px 15px;
	border: 1px solid #999;
	cursor: pointer;
}
.scrollindicator_label{
	color: #999;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.scrollindicator-wrapper.hide {
	opacity: 0;
}

.scrollindicator span {
	display: block;
	margin: 6px auto;
	width: 2px;
	height: 5px;
	border-radius: 4px;
	background: #999;
	border: 1px solid transparent;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scrollindicator_animation;
	animation-name: scrollindicator_animation;
}

@keyframes scrollindicator_animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Carousel  ---------------------------- */
.rx-carousel{
	position: relative;
	margin: 0 3em;
}
.rx-carousel .glide__arrows{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.rx-carousel .glide__arrow{
	color: gray;
}

.rx-carousel .glide__arrow--left{
	left: -40px;
}

.rx-carousel .glide__arrow--right{
	right: -40px;
}

/* icons ------------------------------------ */

.icons .ce-outer{
	float: none;
	right: auto;
}

.icons .ce-inner {
	float: none;
	right: auto;
}

.icons .ce-gallery .ce-column{
	min-height: 126px;
	display: flex;
	align-items: center;
	width: 100%;
}
.icons .ce-gallery .ce-column .image{
	max-width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.icons-50 .ce-gallery .ce-column .image{
	max-width: 50%;
}
.icons-60 .ce-gallery .ce-column .image{
	max-width: 60%;
}
.icons-70 .ce-gallery .ce-column .image{
	max-width: 70%;
}

.icons .ce-gallery .ce-column img{
	width: 100% !important;
	min-height: 100px;
}

@media (max-width: 767.98px) {
	.icons .ce-gallery .ce-column .image{
		max-width: 30%;
	}
}

/* fancy Border ------------------------------------ */
@media (min-width: 769px) {
	.fancy-border {
		border-radius: 61% 39% 68% 32% / 28% 46% 54% 72%;
		overflow: hidden;
	}
	
	.fancy-border2 {
		border-radius: 46% 54% 61% 39% / 67% 46% 54% 33%;
		overflow: hidden;
	}
	
	.fancy-border3 {
		border-radius: 30% 70% 63% 37% / 51% 32% 68% 49%;
		overflow: hidden;
	}
}