/*Style Document / aktualisiert 31.07.2025*/

@charset "utf-8";
*{
box-sizing: border-box;}
body{
	background:transparent;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	overflow-y: hidden;
	overflow-x: hidden;
	color:#575960;
	line-height:1.429;
	padding:2px;
	font-size:16px;}

h2{   
	font-size:1.602rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

p{ 
	font-weight: 400;
	margin: 0;
	line-height: 1.429;}

h3.h3-headline--big{
	font-size:1.424rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

h3{
	font-size:1.266rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

a {
	color: #ff6e00;
    text-decoration: none;
	cursor: pointer;
}
a:hover {
   color:hsl(205, 50%, 50%);}

.ifm-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    font-size: 0.79rem!important;
    font-weight: 700;
    background-color: hsl(26,100%,50%);
    color: white;
    transition: background-color ease-out .1s,opacity ease-out .3s;
	border-radius: 4px;
	border:none;
	width: fit-content;
	text-decoration: none;
	cursor:pointer;}	
	
.ifm-button--inline {
    display: inline-flex;
    color: white;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}	
.ifm-button:hover, .ifm-button--inline:hover{
	color:white;	
}
	.ifm-button--secondary {
  background-color: hsl(205, 21%, 53%);
  color:white;
}

.ifm-button:not(.ifm-button--disabled):focus, .ifm-button:not(.ifm-button--disabled):hover, .ifm-button:not([disabled]):focus, .ifm-button:not([disabled]):hover {
    background-color: hsl(26,100%,65%);
}
	
.ifm-button--secondary:not([disabled]):focus, .ifm-button--secondary:not([disabled]):hover {
  background-color: hsl(205, 50%, 50%);
}
.forCarousel .ifm-button{
	margin-top:35px;
}

button:focus, button:hover, button:active{
	outline:none;
	border:none;}	
	
.hyphens {
	-webkit-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}
.inline-icon {
	width: 1.75em;
	height: 1.75em;
	margin-right: .5ch;
	overflow: visible;}

.sr-only{
	display:none;}

:root {
    --min-height: 0; /* Set a default value for the min-height */
}


/*for Item/Product detail Style________________________________*/
.box-container.forItem {
  	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  	grid-column-gap: 20px;
  	grid-row-gap: 20px;
}

.forItem .box-outer {
	position: relative;
	display: flex;
	min-height: 350px;
}

.forItem .box {
  	background-color: transparent;
    box-shadow: 0 0 4px rgba(0,0,0,.24);
    border-radius: 8px;
	width:100%;
	}
.forItem .box-inner {
  	width: 100%;
  	height: 100%;
	}
.forItem .box-outer:hover .box-inner {
  transform: unset;
}

.forItem .box-front {
	color: #ffffff;
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	background: #62717E;
	}
.forItem .box-outer:hover .box-front{
	transition: opacity 0.5s;}

.forItem .box-front h3, .forItem .box-front h2{
	transition: all .5s ease .2s;
	opacity: 1;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height:1.35;
}

.forItem .box-outer:hover .box-front h3, .forItem .box-outer:hover .box-front h2{
    transition: all .4s ease 0s;
	opacity: 0;}

.forItem .frontImg{
	max-height:250px;
	object-fit: contain;
	transition: all .5s ease .2s;
	align-self: center;
	height:inherit;
	width:100%;
}
/*@media (max-width: 767px) {
.forItem .frontImg{
	max-height:200px!important;
}
}*/
.forItem .box-outer:hover .box-front .frontImg{
    transition: all .5s ease 0s;
	opacity: 0;
	height:90px!important;
	transform: translateX(0%) translateY(0%);
	align-self: center;}

.forItem .box-back { 
    color: #ffffff;
    font-size: 14px;	
    height: 100%;
    width: 100%;
   	display: flex;
	overflow: hidden;}

.forItem .box-back .back-inner{
	width:100%;
	transform: translateY(100%);
	transition: transform .6s ease .1s;
	padding: 10px 16px 25px 16px;
	min-height: var(--min-height);
}
.forItem .box-outer:hover .box-back .back-inner{
	transition: transform .7s ease .1s;
 	transform: translateY(0%);}

.forItem .box-back .back-inner img{
    max-width: 100%;
	max-height:150px;
    margin: 0 auto;
    padding: 0;
    display: block;
    object-fit: contain;
	object-position: top;}


/*for Logo Style________________________________*/
.box-container.forLogo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.forLogo .box-back{

    background-color: #ffffff;
    color: hsl(230, 5%, 36%);
    transform: rotateY(180deg);
    padding: .8rem 1.2rem;
    font-size: 14px;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: grid;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0,0,0,.24);
	}

.forLogo .box-front {
	background-color: #fff;
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s linear .2s;
	box-shadow: 0 0 4px rgba(0,0,0,.24);
	padding:50px;
	text-align: center;
	}

.forLogo .box-front img{
	padding-top: 0;
   	max-width: 100%;
    max-height: 65%;
	object-fit: contain;}

.forLogo .box-front h2{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: hsl(230, 5%, 36%);
	align-self: end;
	font-size: 1.602rem;
	bottom:0;
	max-width: 90%;
}
.forLogo .box-front h3{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: hsl(230, 5%, 36%);
	align-self: end;
	font-size: 1.266rem;
	bottom:0;
	max-width: 90%;
}

.forLogo .box-back .back-inner {
	text-align:center;
}


/*for Image Style________________________________*/
.box-container.forImage {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.forImage .box-back{
    background-color: #ffffff;
    color: hsl(230, 5%, 36%);
    transform: rotateY(180deg);
    padding: .8rem 1.2rem;
    font-size: 14px;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: grid;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0,0,0,.24);
	}

.forImage .box-front {
  	background-color: #fff;
  	width: 100%;
  	position: absolute;
  	height: 100%;
	display: flex;
   	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s linear .2s;
	box-shadow: 0 0 4px rgba(0,0,0,.24);
	text-align:center;
	}

.forImage .box-front img{
	width: 100%!important;
	height:100%!important;
	object-fit: cover!important;	
}
.forImage .box-front h2{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: white;
	align-self: end;
	font-size: 1.402rem;
    padding: 0 15px;
}
.forImage .box-front h3{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: white;
	align-self: end;
	font-size: 1.266rem;
	padding: 0 20px;
}

.forImage.frontshape .box-front h2{
	z-index: 99;
    position: relative;
    color: white;
    align-self: center;
    font-size: 1.402rem;
	font-weight:500;
    padding: 0 30px 0 20px;
    width: 100%;
	 margin-top: 15px;
    margin-bottom: 15px;
}
.forImage.frontshape .box-front h3{
	z-index: 99;
    position: relative;
    color: white;
    align-self: center;
    font-size: 1.266rem;
	font-weight:500;
    padding: 0 30px 0 20px;
    width: 100%;
    text-align: left;
    margin-top: 15px;
	margin-bottom: 15px;
}

/*for Logo and Image Style________________________________*/
.forLogo .box-inner, .forImage .box-inner {
	width: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	border-radius: 8px;
	display: grid;
	position: relative;
	align-items: center;
	height: 100%;
	will-change: transform;
}
.forLogo .box-outer:hover .box-inner, .forImage .box-outer:hover .box-inner{
	transform: rotateY(180deg);}

.forLogo .box-outer:hover .box-front, .forImage .box-outer:hover .box-front{
	opacity: 0;
	transition: opacity 0.5s;}

.forLogo .box-back .back-inner img, .forImage .box-back .back-inner img{
	max-width: 100%;
	max-height:150px;
    margin: 0 auto;
    padding: 0;
    display: block;
    object-fit: contain;
	object-position: top;}


/*for All________________________________*/

.box-back .back-inner p{
    margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.35;
}
.box-back .back-inner ul, .box-back .back-inner ol{
	margin-top: 1px;
	margin-bottom: 15px;
	padding-left:15px;
	line-height:1.35;
}

.box-back .back-inner h3, .box-back .back-inner h2{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.35;
}

.button-wrapper {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	bottom: 0;
	left: 0;
	text-transform: none;}

.frontshape .button-wrapper {
	position: absolute;
    display: flex;
    justify-content: end;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: none;
    background: hsla(205, 21%, 53%, 0.85);}

.button-wrapper__icon {
    position: relative;
    width: 0;
    height: 0;
    display: flex;
    justify-content: flex-end;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ff6e00 transparent;
    transition: border-color .4s ease;
	z-index: 999;
}
.frontshape .button-wrapper__icon {
    position: relative;
    width: 0;
    height: 0;
    display: flex;
    justify-content: flex-end;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ff6e00 transparent;
    transition: border-color .4s ease;
	z-index: 999;
	margin-left: -60px;
	align-self: end;
}
		
.button-wrapper__svg {
	position: absolute;
  top: 33px;
  margin-right: 7px;
  bottom: 0;
  fill: white;
}
 [class*=" icon-"], [class^=icon-] {
    display: inline-block;
    font-family: icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.forLogo .box-outer, .forImage .box-outer {
	position: relative;
	display: flex;
	min-height: 250px;
	perspective: 1000px;
	}
.box {
	width: 100%;
	background-color: transparent;
	}

.back-inner{
	width:100%;
}

.nohover {
  	transform: none!important;
}
.nohover .button-wrapper{
	display:none;
}

.forLogo .box-outer:hover .nohover .box-front, .forImage .box-outer:hover .nohover .box-front{
	opacity: 1!important;
	transition: none!important;}


/*for Carousel________________________________*/
.carousel-container .slides .slide .slide-content{
	color: hsl(230,5%,36%);}

.carousel-container{
	padding-bottom: 1px;
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.carousel-container .slides{
	width: 100%;
	height: 100%;
	display: grid;
	overflow: hidden;}
		
.carousel-container .slides .slide{
	position: relative;
    display: flex;
	width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	gap:4rem;	
}

.carousel-container .slides .slide:not(.active){
	top: 0;
	left: -100%;
	visibility: hidden;
	opacity:0;}	

.slide .leftImg{
	width:50%;
	aspect-ratio:16/9;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}

.slide-content{
	width:50%;
	color: #000;
	font-size: 15px;
	text-align: left;
}

.slide-content img{
	width:120px;
}

.nav{
	margin-top: 30px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	position: relative;
}

.icon-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e8ba0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")!important;	
}
.icon-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e8ba0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")!important;	
}	

.icon-next, .icon-prev{
    display: flex;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
	
.prev, .next {
	position: relative;
	top: unset;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: start;
	color: #000;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}
.prev {
	width: auto;
	left: 0;
	margin-right: 15px;
}
.next {
	width: auto;
	left: 0;
	right: unset;
	margin-left: 15px;
}

.dot {
	display: inline-block;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; 
    text-indent: -999px;
    cursor: pointer;
    background-color: #6e8ba0;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity .6s ease;
	border-radius: 50%;
    border: 1px solid transparent;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    margin: 0 5px;
}
.dot.active {
	background-color: #ff6e00;
}

@media (max-width: 767px) {
	.carousel-container .slides .slide{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		grid-column: 1;
		grid-row: 1;
		overflow: hidden;
		flex-direction: column;
		gap:1rem;
	
	}
	.slide .leftImg{
		width:100%;
		aspect-ratio:16/9;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
		
	}
	.slide-content{
		width:100%;
	}
}

@keyframes next1{
	from{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
	to{
		left: -100%;
		visibility: hidden;
		opacity:0;
	}
}
@keyframes next2{
	from{
		left: 100%;
		visibility: hidden;
		opacity:0;
	}
	to{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
}

@keyframes prev1{
	from{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
	to{
		left: 100%;
		visibility: hidden;
		opacity:0;
	}
}
@keyframes prev2{
	from{
		left: -100%;
		visibility: hidden;
		opacity:0;
	}
	to{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
}


/*for Pop-Up Hotspots________________________________*/

@-webkit-keyframes floating{
	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}

.popup_caption p{
	margin:0px 0px 10px 0px;
	}
.popup_caption h3, .popup_caption h2{
	padding:0;
	margin:0px 0px 10px 0px;
	font-size: 1.1rem;
	}
	
@media (max-width:400px){
	.popup_caption ul{
		font-size:13px;
		font-weight:bold;
		padding:0;
		list-style: none;
		margin-left: 15px;
	}
}
@media (min-width:400px){
	.popup_caption ul{
		font-size:14px;
		font-weight:bold;
		padding:0;
		list-style: none;
		margin-left: 15px;
	}
}
	
.popup_caption ul li{
	font-weight:normal;
	padding-bottom: 8px;}

.popup_caption ul li::before {
	content: "\2022";
	color: #ff6e00;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.popup_in {
	position: relative;
	display: flex;
	width: 100%;
	grid-gap: 40px;
	flex-direction: row;}


.popup_img_in{
	height: 100%;
	width: 100%;
	/*display: flex;*/
	align-content: start;
}
   
.popup_img_in img{
	object-fit: contain;
	object-position: center;}


.square .popup_img_in img, .popup_img_in.square img{
	aspect-ratio: 16/9;
	border-radius: 8px;
	height:unset;
	background: transparent;}

.round.square .popup_img_in.square img{
	aspect-ratio: 16/9;
	border-radius: 8px;
	height:unset;
	background: transparent;}

.popup_img_in.round img, .round .popup_img_in img{
	width: 100%;
	height: 100%;
	background: white;
}



.popup_caption {
	width: 70%;
	color: #fff;
	position: relative;
	padding-top:10px;
}
.popup_caption .content img {
	max-width:250px;
}
.popup_out img.close-btn {
	width: 21px;
	right: -10px;
	position: absolute;
	top: -10px;
	z-index:9999;
	cursor:pointer;
}
.popup_out{
	position: relative;
	width: 60%;
	z-index:9999;
	background: rgba(64, 70, 77, .97);
	border-radius: 8px;
	padding: 35px 30px 30px 25px;
	visibility: hidden;
	display:none;
	margin-top: 0px;
}
.popup_out.show{
	visibility: visible;
	display:flex;
}

@keyframes fade-out {
	100% {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}
@keyframes fade-in {
	100% {
		opacity: 1;
		display: flex;
		visibility: visible;
	}
}

.popup-container .Hotspot {
	background: #ff6e00;
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	height: 1.5vw;
	position: absolute;
	width: 1.5vw;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	transform: scale(1) rotate(.1deg);
	transition: all 0.55s;
	z-index: 99;
}

.popup-container .Hotspot::before {
	content: '';
	position: absolute;
	background-color: transparent;
	width: 2.1vw;
	border-radius: 50%;
	height: 2.1vw;
	border: 0.15vw solid #ff6e00;
	top: 50%;
	left: 50%;
	animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-webkit-animation: pulse 1.5s infinite;
	animation-delay: 0s;
	opacity: 1;
	transition: 0.55s;
	animation-delay: -1s;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
}
.popup-container .Hotspot {
	cursor: pointer;
}
.popup-container .Hotspot:focus {
    outline: none; 
}

@keyframes pulse{
0% {
  box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
}
70% {
  box-shadow: 0 0 0 1.2vw rgba(255,0,0, 0);
}
100% {
  box-shadow: 0 0 0 0 rgba(255,0,0, 0);
}}

.popup-container .HotspotImage {
	background: #fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	height: 6vw;
	width: 6vw;
	position: absolute;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 99;
	border: 3px solid #ff6e00;
	border-radius: 100%;
	transition: all .2s ease, transform 0.2s;
}

.animate{
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;	
}
.img_btn{
overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.img_btn img {
	z-index: 1;
	background: white;
	position: relative;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

button:focus {
    outline: none; 	
}
.popup-container .HotspotImage:hover{
	border:3px solid #86a2b6 !important;
	z-index:100;
}

.popup-container .HotspotImage:hover:before{
	opacity: 1;		
}
.popup-container .Hotspot:hover{
	z-index:100;
}
.popup-container .buttons button img{
	object-fit: contain;
	object-position: center;
	background: white;
	position: relative;
	width: 100%;
	height: 100%;
}

.HotspotImage .tooltip-outer-hidden, .Hotspot .tooltip-outer-hidden {
	display:none;
}
	
.HotspotImage .tooltip-outer-hover, .Hotspot .tooltip-outer-hover {
	background-color: white;
	text-align: center;
	padding: 5px 10px;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -40px;
	min-width: 80px;
	width: max-content;
	white-space: nowrap;
	transition: all 0.2s ease;
	pointer-events: none;
	animation-name: tooltip-out;
	animation-duration: 0s;
	opacity: 0;
	border: 1px solid white;
}	
.HotspotImage .tooltip-outer-hover {
	bottom: 125%;
}
.Hotspot .tooltip-outer-hover {
	bottom: 170%;
}
.HotspotImage:hover .tooltip-outer-visible {
	opacity:1;
	pointer-events:auto;
	background-color: #86a2b6;}

.HotspotImage:hover .tooltip-outer-hover {
	opacity:1;
	pointer-events:auto;
	background-color: #fff;}
	
.tooltip-outer-visible {
	background-color: #ff6e00;
	color: #fff;
	text-align: center;
	padding: 5px 19px;
	border-radius: 6px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 77%;
	transform: translateX(0%) translateY(-50%);
	width: max-content;
	white-space: nowrap;
	transition: all 0.3s ease;
	pointer-events: auto;}

.tooltip-outer{
	display:none;}

.yellow{
	border-color: #f8da00!important;
}
.yellow .tooltip-outer-visible {
	background-color: #f8da00;
	color: #fff;
	text-align: center;
	padding: 5px 19px;
	border-radius: 6px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 77%;
	transform: translateX(0%) translateY(-50%);
	width: max-content;
	white-space: nowrap;
	transition: all 0.3s ease;
	pointer-events: auto;
	}
.HotspotImage:hover .tooltip-outer-hover, .Hotspot:hover .tooltip-outer-hover{
	z-index:100;
	animation-name:tooltip-in;
	animation-delay:3ms;
	animation-duration:.3s;
	opacity:1;
	transition:top .3s,opacity 0s,.3s
}
@keyframes tooltip-in {
 0% {
  transform:matrix(.8,0,0,.8,0,-25);
  opacity:0
 }
 to {
  transform:scale(1);
  opacity:1
 }
}
@keyframes tooltip-out {
 0% {
  opacity:1
 }
 to {
  opacity:0
 }
}

.tooltip-outer-hover::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid hsl(230, 5%, 93%);;
	transform: translateY(100%);
	left: 20px;
}
.tooltip-outer-hover::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid hsl(230, 5%, 93%);;
	transform: translateY(100%);
	left: 20px;
	border-top: 10px solid white;
	bottom: 4px;
}

p.tooltip-inner {
	font-size: 14px;
	margin: 0;
	padding: 0px;
}
/*.img_btn {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 50%;
	display: flex;
}*/

.popup-container{
	position: relative;
	width: 100%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 16/9;
}
.popup-container .buttons{
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup-container .pop_up_all{
	width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.round .popup_img{
	overflow:hidden;
}

div[class="popup_out square"] .popup_img, div[class="popup_out round square"] .popup_img, div[class="popup_out square show"] .popup_img, div[class="popup_out round square show"] .popup_img {
	width: 50%;
	border-radius: 8px;
}

div[class="popup_out square"] .popup_caption, div[class="popup_out round square"] .popup_caption, div[class="popup_out square show"] .popup_caption, div[class="popup_out round square show"] .popup_caption{
	width: 50%;
}
div[class="popup_out square"], div[class="popup_out round square"], div[class="popup_out square show"], div[class="popup_out round square show"]{
	width: 95%;
}
div[class="popup_out round"] .popup_img, div[class="popup_out round show"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out round"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out square round show"] .popup_img{
	border-radius: 50%;
	width: 170px;
	height: 170px;
}
div[class="popup_out round"] .popup_caption, div[class="popup_out square round"] .popup_caption, div[class="popup_out round show"] .popup_caption, div[class="popup_out square round show"] .popup_caption{
	width: 70%;
}
div[class="popup_out round"], div[class="popup_out square round"], div[class="popup_out round show"], div[class="popup_out square round show"]{
	width: 60%;
}

.popup_out:has(.popup_in.none) {
  width: 60%;
}


.popup-container img{
	width: 100%;
	height: auto;}

.HotspotImage .tooltip-outer-hover.tooltip-left{
	right: 50%;
	left: auto!important;
	margin-right:-40px;}
.HotspotImage .tooltip-outer-hover.tooltip-right{
	left: 50%;}
.Hotspot .tooltip-outer-hover.tooltip-left{
	right: 50%;
	left: auto !important;
	margin-right: -40px;}
.Hotspot .tooltip-outer-hover.tooltip-right{
	left: 50%;}

.tooltip-outer-hover.tooltip-left::before,
.tooltip-outer-hover.tooltip-left::after {
	left: auto;
	right:20px;
}
.tooltip-outer-hover.tooltip-right::before,
.tooltip-outer-hover.tooltip-right::after {
	left: 20px;
	right:auto;
}
.tooltip-outer-visible.tooltip-left{
	right: 85%;
	left: auto!important;}
.tooltip-outer-visible.tooltip-right{
	left: 85%;}

.popup_in.none .popup_img{
	display:none;}

.popup_in.none .popup_caption{
	width: 100%;
	padding: 10px 0px 0px 0px;}


@media (max-width:1200px){
	.popup_out{
		width: 80%;
	}
	div[class="popup_out round"], div[class="popup_out square round"], div[class="popup_out round show"], div[class="popup_out square round show"]{
		width: 80%;
	}
	.popup_out:has(.popup_in.none) {
  		width: 80%;
	}
}

@media (max-width:1000px){
	.popup_out, .popup_out.round{
		width: 95%;}
	.popup_out.square{
		width: 95%;}
	.popup_out:has(.popup_in.none) {
  		width: 95%;
	}
}

@media (max-width:970px){
	.popup-container .HotspotImage {
		height: 6vw;
		width: 6vw;
	}
}


@media (max-width:735px){
	.popup_out.show {
		visibility: visible; 
		opacity: 1; 
		transition: opacity 0.3s, visibility 0.3s;
	}
	.popup_out, .popup_out.square, .popup_out.round{
		width: 100%;
		margin:10px;
	}
	.popup_caption{
		width:100%!important;
	}
	.popup_in, .round .popup_in{
		position: relative;
		display: flex;
		width: 100%;
		flex-direction: column;
		grid-gap: 15px;
	}
	
	.square .popup_in{
		position: relative;
		display: flex;
		width: 100%;
		flex-direction:column-reverse;
		grid-gap: 15px;
	}
	
	.popup_img{
		align-self:flex-start;
	}
	.popup_caption, .square .popup_caption, .round .popup_caption {
		width: 100%;
		color: #fff;
		position: relative;
	}
	.popup_out:not(.show) {
		display: none; 
	}
	.popup-container .Hotspot {
		height: 2.5vw;
		width: 2.5vw;
	}
	.popup-container .Hotspot::before {
		width: 3.1vw;
		height: 3.1vw;
		border: 0.25vw solid #ff6e00;
	}
}
@media (max-width:735px){
	div[class="popup_out round"] .popup_img, div[class="popup_out round show"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out round"] .popup_img, div[class="popup_out square round"] .popup_img{
		border-radius: 50%;
		width: 130px;
		height: 130px;
	}
	
	div[class="popup_out square"] .popup_img, div[class="popup_out round square"] .popup_img, div[class="popup_out square show"] .popup_img, div[class="popup_out round square show"] .popup_img {
	width: 100%;
	border-radius: 8px;
}
	
	
	.popup-container .HotspotImage {
		height: 9vw;
		width: 9vw;
	}
	.tooltip-outer-visible, .tooltip-outer-hover{
		display:none!important;
	}
	.popup_out:has(.popup_in.none) {
  		width: 100%;
	}
}

.insideImage .popup_out{
	margin-top:40px;
}
.pop-image-inside{
	display:none;
}

.insideImage span.pop-image-inside{
	position: absolute;
	top: -70px;
	width: 60px;
	height: 60px;
	display: flex;
	background: orange;
	border: 3px solid #ff6e00;
	border-radius: 100%;
	overflow: hidden;}
	
.insideImage span.pop-image-inside img{
	z-index: 1;
	background: white;
	position: relative;
	object-fit: contain;
	object-position: center;
	width: 100%;}

	.popup_caption #content img{
		width:200px;
	}

/*for Carousel Tiles________________________________*/

.carousel_tiles-container .tiles {
    position: relative;
    z-index: 0;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.carousel_tiles-container .tiles-wrapper {
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    transition: transform 0.3s ease;
}
.carousel_tiles-container .content-tile {
    outline: 0;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 24px 0 0;
    width: calc(25% - 18px);
}
.carousel_tiles-container .tile-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    border-radius: 10px;
}
.carousel_tiles-container .tile-image {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	position: absolute;
}
.carousel_tiles-container .slide-video-carousel{
    height: 100%!important;
	width: 100%!important;
    position: absolute!important;
	cursor: pointer!important;
}
.carousel_tiles-container .mi-player > div {
	width: 100%;
    height: 100%;
    min-height: 100%;
}
.carousel_tiles-container .mi-player{
	width: 100%!important;
    height: 100%!important;
    min-height: 100%!important;
}
.carousel_tiles-container .mi-content{
	min-height: 100%!important;
	height:100%!important;
    object-fit: cover!important;
}
.carousel_tiles-container .mi-poster{
	min-height: 100%!important;
	background-size: cover!important;
}
.carousel_tiles-container .mi-cover{
	min-height: 100%!important;
	background-size: cover!important;
}
.carousel_tiles-container .mi-big-play-cover {
    z-index: 1000!important;
	left: 10px!important;
    top: 10px!important;
	pointer-events:all!important;
	cursor: pointer!important;
}
.carousel_tiles-container .mi-big-play {
    z-index: 1000!important;
    cursor: pointer!important;
    top: 27px!important;
    left: 27px!important;
    -webkit-transform: none!important;
    transform: none!important;
	position: absolute!important;
	background-color: rgba(0, 0, 0, 0.5);
	width: 70px!important;
    height: 70px!important;
	min-height: unset!important;
	padding: 19px 19px 19px 19px;
}
.mi-icon--large svg {
    width: 35px!important;
    height: 35px!important;
}
.carousel_tiles-container .mi-big-play:hover {
    border: none!important;
	background-color:hsl(26 100% 50% / 0.5)!important;
}
.carousel_tiles-container .mi-control-elements{
	display:none;
}
.carousel_tiles-container .text-content{
	color: white;
    font-size: 14px;
    z-index: 999;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 1));
    pointer-events: none;
    flex: 1;
    align-content: end;
    padding: 16px 16px 25px 16px;
}
.carousel_tiles-container .text-content h2, .text-content h3{ 
	font-size: 1.05rem;}
.carousel_tiles-container .text-content .text-link{
    padding-left:5px;
	pointer-events: all;
	color:#ff6e00;
}
.carousel_tiles-container .text-content .text-link a{
    padding-left:3px;
}
.carousel_tiles-container .text-content .text-link:hover{
	color:hsl(205, 50%, 50%);
}
.carousel_tiles-container .cat-tag{
	background: #ff6e00;
    padding: 0.2rem 0.6rem 0.1rem 0.6rem;
    border-radius: 18px;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    letter-spacing: 0.03rem;
}
@media (max-width: 991px) {
    .carousel_tiles-container .content-tile {
        width: calc(33.33% - 16px);
        margin: 0 24px 0 0;
    }
    .carousel_tiles-container .tile-content {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .carousel_tiles-container .content-tile {
        width: calc(50% - 12px);
        margin: 0 24px 0 0;
    }
	.carousel_tiles-container .text-content h2, .text-content h3{ 
	font-size: 1.05rem;}
}
@media (max-width: 500px) {
    .carousel_tiles-container .content-tile {
        width: 100%;
        margin: 0;
    }
	.carousel_tiles-container .tile-inner {
    	aspect-ratio: 4 / 5;
}
	.carousel_tiles-container .text-content h2, .text-content h3{ 
		font-size: 1.15rem;}
}