.btnBox {
	display: flex;
	justify-content: space-between;
	text-align: center;
	list-style: none;
	margin: 1rem -15px 0;
	padding-left: 0;
}
.btnBox li a {
	font-size: 1rem; 
	color: #002868;
	white-space: nowrap;
	padding: .5em 1em .5em 2.5em; 
}
li a.mobile { padding-left: 2.2em; }
@media only screen and (min-width: 360px) { .btnBox li a { font-size: 1.125rem; } }
@media only screen and (min-width: 480px) { .btnBox li a { font-size: 1.25rem; } }
@media only screen and (min-width: 768px) {
	.btnBox { margin: 0 -15px; }
	.btnBox li {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.btnBox li a { font-size: 1.5rem; }
}
@media only screen and (min-width: 992px) {
	.btnBox li a {
		background: -webkit-linear-gradient(#002868 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.08em);
		background: -o-linear-gradient(#002868 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.08em);
		background: linear-gradient(#002868 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.08em);
		transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
	}
	.btnBox li a:hover {
		--p: 100%;
		--t: 0.3s;
		color: #fff;
	}
}
.danger.grow {
	width: 100%;
	color: #bf0a30;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	letter-spacing: .05em;
	text-align: center;
	padding-left: 3em;
}
.danger.grow::before {
	top: 50%;
	left: .1em;
	content: "\f071";
	font-size: 2em;
	color: #bf0a30;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	margin-right: 1em;
	transform: translateY(-50%);
}
.danger.grow abbr { color: #002868; }
.responsive { margin: -8px -10px 0; }
h3 span a { padding: 5px 10px; }
.w-900 { margin: 1rem auto 2rem; }

/****** F L I P  S T Y L E S *****/
.f2_container {
	position: relative;
	width: 400px;
	height: 225px;
	display: block;
	background: #fff;
	margin: 15px auto;
	perspective: 1000px;
	z-index: 1;
}
.flip-card {
	width: 100%;
	height: 100%;
	border-radius: .25rem;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
.f1_container:hover .flip-card, .f1_container:focus .flip-card, .f2_container:hover .flip-card, .f2_container:focus .flip-card {
	transform: rotateY(180deg);
	box-shadow: -.25rem .25rem .25rem rgba(0, 0, 0, 0.5);
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #bbb;
	border-radius: .4rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.face.front {
	background: #bbb url(../images/rwd_beco-equipment400.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.face.back2 {
	background: #bbb url(../images/rwd_bernucc400.jpg) no-repeat 50% 50%;
	background-size: cover;
	transform: rotateY(180deg);
}
.oval-speech-border:before {
	display: block;
	position: absolute;
	right: 50%;
	bottom: -33px;
	width: 40px;
	height: 24px;
	background: none repeat scroll 0 0 transparent;
	content: "";
	margin-right: -10px;
	border-bottom-right-radius: 64px 40px;
	border-color: #bb0f2f;
	border-style: solid;
	border-width: 0 10px 10px 0;
	z-index: 2;
}
.oval-speech-border:after {
	display: block;
	position: absolute;
	right: 50%;
	bottom: -33px;
	width: 20px;
	height: 25px;
	background: none repeat scroll 0 0 transparent;
	content: "";
	margin-right: 14px;
	border-bottom-right-radius: 32px 40px;
	border-color: #bb0f2f;
	border-style: solid;
	border-width: 0 10px 10px 0;
	z-index: 2;
}
.oval-speech-border {
	position: absolute;
	top: 15px;
	right: 30px;
	background: none repeat scroll 0 0 #fff;
	color: #333;
	padding: 15px;
	text-align: center;
	border: 10px solid #bb0f2f;
	border-radius: 50%;
}
.btn-left {
	position: absolute;
	top: 35px;
	left: 30px;
}
@media only screen and (max-width: 599px) {
	.col-md-10 .card {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-body h3 {
		text-align: left;
		margin-left: 2rem;
	}
}
/**** Swiper 5.4.0 *****/
:root {
	--swiper-theme-color: #bf0a30;
	--swiper-navigation-size: 44px;
}
.swiper-container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }
.swiper-slide {
	position: relative;
	flex-shrink: 0;
	width: 400px;
	height: 375px;
	transition-property: transform;
}
.swiper-slide figure {
	position: absolute;
	max-width: 400px;
	min-width: 250px;
	outline: 1px solid transparent;
}
.swiper-slide figure a { display: flex; }
.swiper-slide figure img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid #c89e47;
}
figcaption a:link, figcaption a:visited {
	color: #000;
	text-decoration: underline;
}
figcaption a:hover { color: #fff; }
.swiper-slide figcaption {
	max-width: 100%;
	background: #c89e47;
	color: #000;
	font: .875rem/1.2 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	opacity: 0;
	margin: 0 auto;
	line-height: 1.5;
	padding: 8px 5px;
	transition: 1.5s;
}
.swiper-slide-active figcaption { opacity: 1; }
/* 3D Effects */
.swiper-container-3d { perspective: 1200px; }
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-theme-color);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	cursor: pointer;
	z-index: 10;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
	font-family: "Font Awesome 6 Pro";
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after { content: '\f053'; }
.swiper-button-next {
	right: 10px;
	left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: '\f054'; }
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
@media only screen and (max-width: 479px) {
	.swiper-slide {
		width: 312px;
		height: 300px;
	}
}
