<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

nav#main .logo {
margin-left: 46px!important;
}

.nolink {
		display: none;
	}

/* DISPLAY STYLING */
@media screen and (min-width: 801px) {
.mobile {
display:none!important;
}
}
@media screen and (max-width: 800px) {
.desktop {
display:none!important;
}
}

.flex-content {
	display: flex;
	flex-direction: row;
	}
	@media screen and (max-width: 700px) {
	  .flex-content {
		flex-direction: column!important;
	  }
	  .flex-content-reverse {
		flex-direction: column-reverse; 
	  }
	}

/* TEXT STYLING */
.black {
color:#000!important;
}
.white {
color:#fff!important;
}

/* Intro styling */

	#header {
	padding:0px!important;
	margin-top:-50px!important;
	}
	
#tagline {
	position:absolute;
  left:2%;
  bottom:35%;
  width:100%;
  z-index: 1000;
  }
  @media screen and (min-width:1100px) {
	#tagline {
	  left:3.5%;
	}
  }
  @media screen and (max-width:600px) {
	#tagline {
	  bottom:5%!important;
	}
  }
  #tagline h1 {
  margin-bottom:3%;
  color: #ffffff;
  overflow-wrap: break-word;
  }
  @media screen and (min-width:1390px) {
	#tagline h1 {
  width:35%;
	}
  }
  @media screen and (min-width:1150px) and (max-width: 1389px) {
	#tagline h1 {
  width:40%;
	}
  }
  @media screen and (min-width:700px) and (max-width: 1149px) {
	#tagline h1 {
  width:90%;
	}
  }
  @media screen and (max-width:640px) {
	#tagline h1 {
  padding:5px;
	}
  }
  @media screen and (min-width:950px) {
  #tagline .cta-buttons {
  width:50%;
  }
  }

/* Carousel styling */


/* Tab styling */

/* Style the buttons that are used to open the tab content */
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 20px 0px;
	transition: 0.3s;
	color:#ffffff;
	background-color: transparent;
	margin-right: 50px;
	  width: 130px;
	  font-size: 1rem;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	border-bottom: 1px solid #eda401;
	color:#eda401;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	border-bottom: 1px solid #eda401;
	color:#eda401;
  }
  .tabcontent {
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }
  
  .dropbtn {
			  background-color: transparent;
			  color: #eda401;
			  padding: 16px;
			  font-size: 1rem;
			  border: none;
			  cursor: pointer;
			width:100%;
			}
			
			.dropbtn:hover, .dropbtn:focus {
			  background-color: transparent;
			}
			
			.dropdown {
			  position: relative;
			  display: block;
			text-align:center;
			margin-bottom: 75px;
	border-bottom: 1px solid #eda401;
			}
			
			.dropdown-content {
			  display: none;
			  position: absolute;
			  background-color: #000000;
			  min-width: 160px;
			  overflow: auto;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  z-index: 1;
			width:50%;
			left:25%;
			text-align:left;
			}
			
			.dropdown-content a {
			  color: #ffffff;
			  padding: 12px 16px;
			  text-decoration: none;
			  display: block;
			}
			
			.dropdown a:hover {
			background-color: transparent;
			}
			
			.show {display: block;}
			
			.dropdown-content .tablinks {
			display:flex;
			flex-direction:column;
			width:100%;
			}
			
			.dropdown-content button {
			color: #ffffff;
			border:unset;
			padding:5px;
			background-color:unset
			}
			
			.dropdown-content button:hover {
			text-decoration:underline
			}
			
			@media screen and (min-width: 970px) {
			.dropdown {
			display:none!important;
			}
			.tab-header {
			display:none!important;
			}
			}
			@media screen and (max-width: 970px) {
			.tab {
			display:none!important;
			}
			}

/* Site wide styling */

html,body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Assistant', 'Avenir LT W01_45 Book1475508', sans-serif!important;
	background-color: #fff;
	}

.spacer {
width:100%;
height:10%!important;
margin:-10px;
padding:0px!important;
}
.image-spacer {
	padding:0px!important;
	width:100%;
	height:40%;
  max-height: 300px;
  }

#topBtn img{
width:40px!important;
height:auto!important;
}

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#000000;
color:#ffffff;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ffffff;
color:#000000;
}


.wrap {
padding-left:5%!important;
padding-right:5%!important;
}

img {
width:100%;
height:auto;
}

p, li {
	font-family: 'Assistant','Avenir LT W01_45 Book1475508', sans-serif!important;
}

h1, h2, h3, h4 {
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',sans-serif!important;
}
.caps {
	text-transform: uppercase;
}

@keyframes modal-video{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@keyframes modal-video-inner{
	from{
		transform:translate(0, 100px);
	}
	to{
		transform:translate(0, 0);
	}
}

/* NAVIGATION STYLING */

@media (max-width: 1079px) {
nav#main {
    display: none!important;
    height: 0!important;
}
}
@media (min-width: 1081px) {
nav#mobile {
    display: none;
}
}
nav#main {
	position:fixed;
	top:0;
	margin:0;
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #000;	
	height:70px;
	width:100%;
	z-index:100;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;align-items:center;
}
nav#main.stickit{
	position:fixed;
	top:0;
}
nav#main .logo{
	display:inline-block;
	margin-left:0px;
}
#mobilemenu.logo{
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
}
#mobilemenu img{
	height: 15px;
}
nav#main ul{
	list-style:none;
	text-align:right;
}
nav#main ul li{
	display:inline-block;
	padding: 23px 40px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'Assistant','Avenir LT W01_35 Light1475496',sans-serif!important;
	color: #ffffff;
	margin-top: 10px;
}
nav#main ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size: 16px;
	padding: 23px 0px;
}
nav#main ul li a:hover{
	cursor:pointer;
	color: #eda401;
    border-bottom: 1px solid #eda401;
}

.logo &gt; img {
	min-height: 30px;
	margin: 10px 0px;
	max-height:43px;
	width:auto;
}

nav#main .fa-share-alt {
	color: #fff;
	font-size: 24px;
}
nav#main .fa-share-alt:hover {
	color: #2a6ebb;
	}

/* Button STYLING */

.button-sm {
	padding: 6px 16px !important;
	font-size: 16px;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	color: #dcdcdc;
	text-decoration:none;
	} 

	.button-sm:hover {
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	}
	.button-lg {
	border-radius:6px;
	color: #dcdcdc;
	text-decoration:none;
	padding: 1.5% min(130px, 21%)!important;
	font-size: 16px;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	}
	.button-lg:hover {
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	}
	
/* Section  STYLING */

	.container-fluid {
	max-width:2000px!important;
	}

section {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	overflow:hidden;
	z-index:1;
	padding: 100px 5%!important;
}
section.no-offset{
	padding:0;
}
section .layer1{
	position:relative;
	z-index:1;
}
section .layer2{
	position:relative;
	z-index:2;
}
section .container{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-width:1100px;
	margin:0 auto;
	z-index:10;
}

.backtotop{
	position:fixed;
	z-index:200;
	right:45px;
	bottom:45px;
	background: #f07930;
	width:45px;color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	cursor:pointer;
	visibility:hidden;
	opacity:0;
	height:0;
}

.backtotop.scrolltop{
	visibility:visible;
	opacity:1;
	height:45px;
}
.backtotop .icon{
	display:block;
}
.img-responsive {
	margin: auto;
}

/* VIDEO MODAL STYLING  */

.modal-video{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:1000000;
	cursor:pointer;
	opacity:1;
	animation-timing-function:ease-out;
	animation-duration:0.3s;
	animation-name:modal-video;
	-webkit-transition:opacity 0.3s ease-out;
	-moz-transition:opacity 0.3s ease-out;
	-ms-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
.modal-video-close{
	opacity:0;
}
.modal-video-close .modal-video-movie-wrap{
	-webkit-transform:translate(0, 100px);
	-moz-transform:translate(0, 100px);
	-ms-transform:translate(0, 100px);
	-o-transform:translate(0, 100px);
	transform:translate(0, 100px);
}
.modal-video-body{
	max-width:1000px;
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.modal-video-inner{
	display:table-cell;
	vertical-align:middle;
	width:100%;height:100%;
}
.modal-video-movie-wrap{
	width:100%;
	height:0;
	position:relative;
	padding-bottom:56.25%;
	background-color:#333;
	animation-timing-function:ease-out;
	animation-duration:0.3s;
	animation-name:modal-video-inner;
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	transform:translate(0, 0);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	-moz-transition:-moz-transform 0.3s ease-out;
	-ms-transition:-ms-transform 0.3s ease-out;
	-o-transition:-o-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.modal-video-close-btn{
	position:absolute;
	z-index:2;
	top:-35px;
	right:-35px;
	display:inline-block;
	width:35px;
	height:35px;
	overflow:hidden;
	border:none;
	background:transparent;
}
.modal-video-close-btn:before{
	transform:rotate(45deg);
}
.modal-video-close-btn:after{
	transform:rotate(-45deg);
}
.modal-video-close-btn:before,.modal-video-close-btn:after{
	content:'';
	position:absolute;
	height:2px;
	width:100%;
	top:50%;
	left:0;
	background:#fff;
	border-radius:5px;
	margin-top:-6px;
}
.modal-video-close-btn:hover::before,.modal-video-close-btn:hover::after{
	content:'';
	position:absolute;
	height:4px;
	width:100%;
	top:50%;
	left:0;
	background:#fff;
	border-radius:5px;
	margin-top:-6px;
}

/*  NAVIGATION MOBILE */

nav .mobilenav {
	position:relative;
	z-index:110;
}
nav#mobile{
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	position:fixed;
	opacity:0;
	visibility:hidden;
	height:0;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
nav#mobile.active{
	opacity:1;
	visibility:visible;
	height:100%;
}
@media (min-width: 1081px){
	nav#mobile{
		display:none;
	}
}
nav#mobile .navbg{
	width:100%;
	height:100%;
	background: #000000;
}
nav#mobile .sideview{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}


@media (max-width: 669px){
	nav#mobile .sideview .logo{
		margin-bottom:20px;margin-top:35px;
	}
	nav#mobile .sideview .logo img{
		max-width:130px;
	}
}
nav#mobile .sideview .logo img{
	width:100%;
	max-width:170px;
}

nav#mobile .sideview ul{
	list-style:none;
	margin-right:10%;
}
nav#mobile .sideview ul li{
	text-align:right;
}
@media (max-width: 669px){
	nav#mobile .sideview ul li{
		margin-bottom:1.5rem;
	}
}
nav#mobile .sideview ul li a{
	color:#fff;
	text-decoration:none;
	font-size:2rem;
	line-height:4rem;
	z-index:110;
}
@media (max-width: 669px){
	nav#mobile .sideview ul li a{
		font-size:3rem;
		line-height:5rem;
	}
	.logo &gt; img {
		margin: 15px;
		vertical-align: middle;
	}
	.navlink.gradient-01 {
		width: 100px;
		color: #fff;
		margin: 8px;
		margin-left: 20px;
		margin-top: 15px;
		padding: 3px!important;
		font-size: 14px;
		text-align: center;
		border-radius: 8px;
		
	}
}

.mobilenavwrap{
	position:fixed;
	background-color: #000;
	width:100%;
	height:65px;
	z-index:200;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	top:0px;
}

@media (min-width: 1081px){
	.mobilenavwrap {
    display: none;
}
	
}
.mobilenavwrap.scrolling{
	background: #000;
}

.mobilenavwrap #mobilemenu{
	display: flex;
	height:45px;
	min-height:45px;
}

.mobilenavwrap #mobilemenu #nav-icon{
	width:40px;
	height:35px;
	position:fixed;
	right: 20px;
	margin:10px auto;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.mobilenavwrap #mobilemenu #nav-icon span{
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background:#ffffff;
	border-radius:9px;
	opacity:1;
	left:0;-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}

.mobilenavwrap #mobilemenu #nav-icon span:nth-child(1){
	top:0px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(2),.mobilenavwrap #mobilemenu #nav-icon span:nth-child(3){
	top:12px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(4){
	top:24px;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(1){
	top:12px;
	width:0%;
	left:50%;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(2){
		-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(4){
	top:12px;width:0%;left:50%;
}

/*  MOBILE STYLING */

@media (max-width: 669px){
	#main .logo{
		margin-top:20%;
	}
	#main .logo img{
		max-width:150px;
		height:auto;
	}
	.carousel {
    padding-bottom: 0px;
}
	
	.section {
		padding: 50px 0px;
	}
	.header {
		padding-top: 70px;
		padding-bottom: 0px;
	}

	.box {
		height: 200px!important;
		margin-top: 0px!important;
	}
	.video {
		height: 200px!important;
	}
	.container .video .box {
		height: 200px;
		margin-bottom: 20px;
    	overflow: hidden;
	}
		
	#products .content {
	display: inline-block;
}
}

/*  TABLET STYLING  */

@media (max-width: 900px){
.modal-dialog {
width:100%!important;
}
}

/*  VIDEO THUMBNAIL STYLING  */
.video-box {
	border-radius: 8px;
	position: relative;
	
}
div.play {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	
}
.play &gt; a &gt; img {
        width: 200px;
    height: auto;
    transition: 300ms;
}
.play &gt; a &gt; img:hover {
    width: 220px;
    height: auto;
}
div.play &gt; a &gt; img, div.play &gt; img {
	width: 200px;
	height: auto;
	transition: 300ms;
}
div.play &gt; a &gt; img:hover, div.play &gt; img:hover {
	width: 220px;
	height: auto;
}
#video-gallery .play &gt; a &gt; img, #video-gallery div.play &gt; a &gt; img, #video-gallery div.play &gt; img {
width: 150px;
}
#video-gallery .play &gt; a &gt; img:hover, #video-gallery div.play &gt; a &gt; img:hover, #video-gallery div.play &gt; img:hover {
width: 170px;
}
.video-embed &gt; div:nth-child(1) &gt; img:nth-child(2) {
	padding: 55px;
}
.vid-title {
	text-align: center;
	font-weight: 600;
}
.vid-length {
	text-align: center;
}

.video-addon {
	position: relative;
	float: right;
	padding-right: 60px;
}
.video-addon img {
	width: 300px;
}
.video {
	height: 300px;
}
.container .video .boxcontent{
	position: absolute;
    left: 0px;
    bottom: 20px;
    display: inline-flex;
    width: 100%;
	height: 60px;
}
.title p , .timeframe p{
	color: #fff!important;
	font-size: 1.8rem;
	line-height: 60px;
}
.boxcontent &gt; .play {
	padding: 8px 20px;
}
.play &gt; img {
	width: auto;
	height: 44px;
}
.boxcontent &gt; .title {
	width: 400px;
}
.boxcontent &gt; .timeframe {
	width: 100px;
}
.js-video-button {
	height: inherit;
}
.container .video .boxcontent::before{
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	background: url("https://www.christiedigital.com/globalassets/landing-pages/Expo2020/images/video-title-background.jpg");
	opacity: 0.7;
	background-size: cover;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	}
.container .video .boxcontent:hover::before{
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	background: url("https://www.christiedigital.com/globalassets/landing-pages/Expo2020/images/video-title-background.jpg");
	opacity: 1;
	background-size: cover;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.boxcontent &gt; div {
	display: inline-flex;
	z-index: 5;
}
.container .video .box{
	position: relative;
}
.videothumb {
	width: 100%;
	height: auto;
}

/*  FOOTER STYLING     */

footer {
	min-height:100px;
	background-color: #000;
	padding:15px 0;
	font-size: 12px;
	overflow:hidden;
}

footer .container{
	display:block;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	max-width:1100px;
	margin:0 auto;
	z-index:10;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

footer .container .legal-links ul{
	list-style: none;
	margin:0;
	padding:0;
}
footer .container .legal-links ul li{
	display:inline;
}
footer .container .legal-links ul li a{
	font-size:12px;
	padding:5px 10px 5px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
}
footer .container .legal-links p{
	font-size:12px ;
}
footer .container .social{
	text-align:right;
}
footer .container .social p{
	font-size: 12px;
}
footer .container .social a{
	color:#fff;
	text-decoration:none;
	margin:5px 5px;
	font-size:2rem;
}
@media (max-width: 1079px){
	footer{
		padding:0;
	}
	footer .container{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction: column;
		flex-direction:column;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		
		text-align:center;
	}
	footer .container .legal-links{
		margin-top: 50px;
		display: inline-flex;
		flex: content;
	}
	footer .container .social{
		text-align:center;
		margin-bottom:50px;
	}
}

/* Max Width of 1079px  */

@media (max-width: 1079px){
	header .container{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		text-align:center;
		}
	}
	
/* IE STYLING */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
#header-win-text {
width:100%;
}
.carousel-inner{
overflow: visible!important;
}
#complete svg {
width:594px;
height:583px;
}
.adv-logo{
opacity: 0!important;
}
}
</pre></body></html>