@charset "utf-8";
/* --------------------------- General Classes -----------------------------*/
:root {
  --red: #e01e2b;
  --dark-red: #871328;
  --gray: #e8e5e1;
  --dark-gray: #414042;
  --blue: #4382f0;
}
html { scroll-snap-type: y mandatory;}
body {
	color: var(--dark-red);
	font-family: "Source Sans 3", sans-serif;
	/* overflow-x: hidden; */
}
h1 {
	font-size: clamp(40px, 10vw, 76px);
	line-height: 1.05;
	font-weight: 300;
}
h2, h3, h4 {
	font-weight: 300;
	line-height: 1.2;
}
h3 {
	font-size: clamp(25px, 4vw, 40px);
	margin-bottom: 1rem;
}
h5, h6, p {
	line-height: 1.6;
	font-weight: 300;
}
h5 {
	font-size: clamp(1rem, 2vw, 1.25rem);
}
h6 {
    font-size: 1.25rem;
}
p, li {
	font-size: clamp(16px, 2vw, 18px);
}
#scroll-snap-slides li {
	line-height: 1.3;
	margin-bottom: 1rem;
}
li.ai-bullet {
	list-style-image: url('../img/ai-bullet.png');
}
h2.bigger {
	font-size: clamp(55px, 5vw, 4rem);
    line-height: 1.2;
	margin-bottom: 1rem;
}
img {
	max-width: 100%;
}
a.text-link {
	color: #000000;
    -webkit-transition: color 350ms;
	transition: color 350ms;
}
a.text-link:hover {
	color: #A21D2F;
}
hr {
	border-top: 2px solid #ffffff;
    opacity: 1;
}
sub {
    bottom: .25em;
}
sub.tm {
	font-weight: 300 !important;
}
.light {
	font-weight: 300;
}
.weight-regular {
	font-weight: 400;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: bold;
}
.weight-extrabold {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.red {
	color: var(--red);
}
.blue {
	color: var(--blue);
}
.white {
	color: #fff;
}
.btn.btn-default {
	background-color: var(--dark-red);
	color: #ffffff;
	border: 2px solid var(--dark-red);
	font-size: 16px;
    border-radius: 35px;
    padding: 10px 24px;
    letter-spacing: 1px;
    font-weight: 800;
	text-transform: uppercase;
	transform: scale(1);
  	transition: transform 0.2s;
	vertical-align: inherit;
}
.btn.btn-default:hover {
	transform: scale(1.05);
	transition: transform 0.2s;
}
.btn.btn-default:active {
	background-color: var(--dark-red);
	color: #ffffff;
	border: 2px solid var(--dark-red);
}
.inline-buttons .btn.btn-default {
	margin: 0 20px 0 0;
}
.inline-buttons .text-link {
	margin: 0 0 20px 0;
}
.stacked-buttons a.btn.btn-default {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.stacked-buttons {
		display: inline-block;
	}
	.stacked-buttons a.btn.btn-default {
		margin-right: 20px;
	}
}
@media (min-width: 768px) {
	.stacked-buttons {
		text-align: right;
	}
}
@media (max-width: 991px) {
	.inline-buttons {
		text-align: center;
	}
	.inline-buttons .text-link {
		text-align: left;
	}
	.inline-buttons .btn.btn-default {
		margin: 5px 0;
	}
}
@media (min-width: 992px) {
	.inline-buttons .text-link {
		margin: 0 40px 0 0;
	}
}
.relative {
	position: relative;
}
.overflow-hidden {
	overflow: hidden;
}
.absolute-right {
	position: absolute;
	right: 0;
}
.nomargin {
	margin: 0 !important;
}
.spacer5 {
	padding: 5px 0;
}
.spacer10 {
	padding: 10px 0;
}
.spacer12 {
	padding: 12px 0;
}
.spacer20 {
	padding: 20px 0;
}
.spacer30 {
	padding: 30px 0;
}
.spacer40 {
	padding: 40px 0;
}
.spacer50 {
	padding: 50px 0;
}
.spacer70 {
	padding: 70px 0;
}
.spacer100 {
	padding: 100px 0;
}
.nopadding {
	padding: 0 !important;
}
.nopaddingR {
	padding-right: 0 !important;
}
.nopaddingL {
	padding-left: 0 !important;
}
.paddingTB-exBig {
	padding: 150px 0;
}
.paddingT-exBig {
	padding-top: 150px;
}
.paddingTB {
	padding: 100px 0;
}
.paddingTB-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}
.paddingTB-xsm {
	padding-top: 35px;
	padding-bottom: 35px;
}
.paddingLR-sm {
	padding-left: 15px;
	padding-right: 15px;
}
.paddingT {
	padding-top: 100px;
}
.paddingT-exBig {
	padding-top: 150px;
}
.paddingB-exBig {
	padding-bottom: 150px;
}
.paddingB {
	padding-bottom: 100px;
}
.paddingB-xsm {
	padding-bottom: 35px;
}
@media (max-width: 767px) {
	.paddingTB {
		padding: 50px 0;
	}
	.paddingTB-exBig {
		padding: 75px 0;
	}
	.paddingT-exBig {
		padding-top: 75px;
	}
	.nopadding-sm {
		padding: initial;
	}
} 
@media (min-width: 992px) {
	.col-1-negmarginL {
		margin-left: -8.3333333333333%
	}
	.col-1-negmarginR {
		margin-right: -8.3333333333333%
	}
}


/* --------------------------- Layout -----------------------------*/
.flex-middle {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-img-middle
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flex-right {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.flex-centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flex-end {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.container-fluid {
		padding: 0 50px;
	}
}
@media only screen and (min-width: 992px) {
	.container-fluid {
		padding: 0 0.75rem;
	}
}
@media only screen and (min-width: 1200px) {
	.container-fluid {
		padding: 0 50px;
	}
	#video-feature .container-fluid {
		padding: 0 100px;
	}
}
@media only screen and (min-width: 1800px) {
	.container {
		max-width: 1680px;
	}
	.col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}


/* --------------------------- Menu -----------------------------*/
button:focus, button:active {
    color: #b12e3e;
}
.navbar>.container {
	display: initial;
}
.offcanvas.offcanvas-top {
	height: 100vh;
	backdrop-filter: blur(1.5em);
    background-color: #871328b0;
	padding: 5vh 0;
}
#navigation {
    background: transparent;
}
#navigation .navbar-collapse ul.navbar-nav {
    align-items: flex-end;
}
.navbar-toggler {
	border-color: transparent;
}
.offcanvas-body {
	justify-content: flex-end;
}
#home ul.navbar-nav {
	width: fit-content;
    align-items: flex-end;
}
#home .nav-item {
	text-align: right;
	width: fit-content;
}
#home .nav-item .nav-link {
    font-size: 16px;
    line-height: 1.8;
	font-weight: 300;
    color: #ffffff;
	padding: 0;
	position: relative;
}
#home .nav-item .nav-link.main-link {
    font-size: clamp(24px, 4vw, 40px);
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 0.5vh;
}
#home .nav-item.mt-6vh {
	margin-top: 1vh;
}
@media (min-width: 768px) {
	#home .nav-item.mt-6vh {
		margin-top: 6vh;
	}
}
#home .nav-item .nav-link::after {
    content: '';
	width: 1px;
	display: block;
	position: absolute;
	right: 0;
	background-color: transparent;
	transition: width 0.3s;
}
#home .nav-item:hover .nav-link::after {
	height: 2px;
	width: 100%;
	background-color: var(--red);
	transition: width 0.3s;
}
.btn-close {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	background: transparent;
    opacity: 1;
}
.btn-close:hover {
	color: #ededed;
}
.navbar-toggler {
	margin: 0 10px;
}
.fa-bars {
	color: #fff;
	font-size: 30px;
}
#top-menu-wrapper {
	position: fixed;
	z-index: 20;
}
#get-demo {
	visibility: hidden;
	opacity: 0;
}


/* --------------------------- First Section -----------------------------*/
#home {
    background-color: var(--dark-red);
	padding-top: 1vh;
}
@media (min-width: 768px) {
	#home {
		background-color: var(--dark-red);
		padding-top: 5vh;
	}
}
#home-content {
	padding-top: 10vh;
    padding-bottom: 12vh;
}
@media (min-width: 576px) {
	#home-inner, #home-inner>.container {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	#home-inner>.container>.row {
		height: 100%;
		align-items: center;
	}
}
.scrolling-words {
	height: clamp(40px, 10vw, 80px);
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	h1 {
		font-size: clamp(40px, 10vw, 54px);;
	}
	.scrolling-words {
		height: clamp(40px, 10vw, 54px);
	}
}
@media (min-width: 1800px) {
	h1 {
		font-size: clamp(40px, 10vw, 80px);
	}
}
.scrolling-word {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
#down-arrow {
	position: absolute;
	width: 65px;
	bottom: -30px;
	left: 1%;
	z-index: 1;
}
@media (min-width: 768px) {
	#down-arrow {
		width: auto;
		bottom: -52px;
		left: 5%;
	}
}
.button-mask {
	height: 21px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.button-mask {
		height: 24px;
	}
}
.button-mask.small {
	height: 18px;
}
.button-hover-clone {
	position: absolute;
}





/* --------------------------- Video -----------------------------*/
.video-outer-container {
	border-radius: 40px;
    overflow: hidden;
}
.video-outer-container.square-corners {
	border-radius: 0;
}
.video {
	width: 100%;
	display: block;
}
.video-autoplay-container {
	position: relative;
	z-index: 10;
}
.video-play {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
}
.video-play i {
	color: #ffffff;
	font-size: clamp(5rem, 5vw, 7rem);
	scale: 1;
	transition: scale 0.2s;
}
#secondary-video-position .video-play i {
	font-size: clamp(40px, 12vw, 14rem);
}
.video-play:hover i {
	scale: 0.9;
	transition: scale 0.2s;
}
.video-player-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video-player {
	width: 100%;
	height: 100%;
}




/* --------------------------- Main Content -----------------------------*/
#main-content {
	display: flex;
}
@media (max-width: 575px) {
	#main-content .row {
		flex-direction: column;
    	justify-content: center;
	}
}
#menu-container {
	display: fixed;
	top: 0;
}
#sidebar {
	flex-direction: column;
	flex: 0 0 auto;
    width: 25%;
	height: 100vh;
	background-color: var(--dark-red);
	position: sticky;
	top: 0;
}
#scroll-snap-slides {
	display: flex;
	flex-direction: column;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#sidebar {
		width: 36%;
	}
	#scroll-snap-slides {
		width: 64%;
	}
}
@media (min-width: 1200px) {
	#scroll-snap-slides {
		width: 75%;
	}
}
@media (min-width: 1800px) {
	#sidebar {
		width: 23%;
	}
	#scroll-snap-slides {
		width: 77%;
	}
}
.full-page {
	height: 100vh;
	scroll-snap-align: start;
}
#home.full-page {
	height: 92vh;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#home.full-page {
		height: auto;
	}
}
#sidebar-top {
	background-color: var(--gray);
	padding: 20% 10% 10%;
}
@media (min-width: 768px) {
	#sidebar-top {
		padding: 30% 10% 10%;
	}
}
@media (min-width: 1200px) {
	#sidebar-top {
		padding: 20% 10% 10%;
	}
}
#sidebar-menu {
	padding: 10%;
}
@media (min-width: 768px) and (max-height: 775px) {
	#sidebar-top {
        padding: 20% 10% 10%;
    }
	#sidebar-menu {
		padding: 3% 10%;
	}
	#home .nav-item.mt-6vh {
		margin-top: 1vh;
	}
	.offcanvas.offcanvas-top {
		padding: 0vh 0;
	}
	#home .nav-item .nav-link.main-link {
		font-size: clamp(24px, 4vw, 32px);
	}
	#home .nav-item .nav-link {
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-height: 700px) {
	#sidebar-top {
        padding: 15% 10% 10%;
    }
	.menu-main-level {
		padding: 15px 0px;
	}
	.sidebar-active-parent .menu-hidden-content {
		padding-bottom: 20px;
	}
	h3 {
		font-size: clamp(25px, 4vw, 30px);
	}
	#scroll-snap-slides li {
		font-size: 16px;
	}
}
/* #home ul.navbar-nav {
	width: fit-content;
    align-items: flex-end;
} */
#sidebar-menu .nav-link {
	width: fit-content;
}
.menu-main-level {
	padding: 20px 0px;
	margin-bottom: 0;
}
.menu-hidden.borderB {
	border-bottom: 1px solid #e8e5e1;
}
.menu-hidden-content {
	max-height: 0;
	opacity: 0;
	transition: max-height 0.7s, opacity 0.5s 0s;
}
.sidebar-active-parent .menu-hidden-content {
	padding-bottom: 28px;
	max-height: 700px;
	opacity: 1;
	transition: max-height 1s, opacity 0.5s 0.2s;
}
#sidebar-menu .nav-item .nav-link {
    font-size: 18px;
    line-height: 1.2;
	font-weight: 300;
    color: #ffffff;
	padding: 0;
	position: relative;
	margin-top: 10px;
}
#sidebar-menu .nav-item .nav-link.main-link {
    font-size: clamp(20px, 1.75vw, 30px);
	line-height: 1.1;
	font-weight: bold;
	margin-top: 0;
}
#sidebar-menu .nav-item .nav-link::after {
    content: '';
	width: 1px;
	display: block;
	position: absolute;
	left: 0;
	background-color: transparent;
	transition: width 0.3s;
}
#sidebar-menu .nav-item:hover .nav-link::after, #sidebar-menu .nav-item .nav-link.active::after {
	height: 2px;
	width: 100%;
	background-color: var(--red);
	transition: width 0.3s;
}
#main-content .container-fluid, #main-content .row {
	height: 100%;
	overflow: hidden;
}
#main-content .container-fluid {
	padding-top: 7%;
}





/* --------------------------- Accordion -----------------------------*/
.reveal-container {
    padding: 10px 0;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #802330;
	position: relative;
    z-index: 2;
}
.reveal-container.noborder {
    border-bottom: none;
}
.reveal-toggle {
	float: right;
}
.reveal-container i {
	rotate: 0deg;
	transition: rotate 0.5s;
}
.reveal-container.active i {
	rotate: 135deg;
	transition: rotate 0.5s;
}
.reveal-hidden {
	max-height: 0;
	opacity: 0;
	transition: max-height 0.7s, opacity 0.5s 0s;
}
.reveal-container.active .reveal-hidden {
	max-height: 700px;
	opacity: 1;
	transition: max-height 1s, opacity 0.5s 0.2s;
}
.reveal-hidden li {
	margin-bottom: 0;
}
