@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "canada-type-gibson", arial;
	color: black;
	font-size: 18px;
	font-weight: 300;
	background-color: #f8f6f3;
}
h1 {
	position: fixed;
	top: 100px;
	font-size: 3.2em;
	z-index: 6;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
h2 {
	color: #242a75;
	font-size: 2.7em;
	font-weight: 100;
}
h3 {
	font-size: 2.2em;
	margin-bottom: 30px;
	color: #242a75;
}
img {
	max-width: 100%;
}
#banner {
		background-color: black;
	}
#banner hr {
	color: white;
	height: 0px;
	width: 96%;
	position: fixed;
	z-index: 5;
	bottom: 60px;
	background-color: white;
	margin: 0 2%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bigtext {
	font-size: 1.8em;
	color: #242a75;
	line-height: 1em;
	margin-bottom: 30px;
}
.dark h3, .dark p, .dark h1, .dark h2 {
	color: white;
}
.iconbox img {
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.iconfadeout {
	opacity: 0 !important;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 10;
	
}
.headbg {
	background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(10px);
}
#header img {
	max-height: 111px;
	position: absolute;
}
#customers {
	padding: 50px 0;
}
#intro {
	padding: 100px 0;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//bg-green.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
	min-height: 500px;
	z-index: 4;
}
.subhead {
	position: fixed;
	top: 160px;
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: white;
	z-index: 6;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hideheadings {
	top: -70px !important;
}
.keytext {
	font-weight: 600;
	margin-bottom: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.iconset {
	height: 130px;
	overflow: hidden;
	width: 320px;
	margin: 0 auto;
	position: relative;
}
.iconset img {
	max-height: 130px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.curicon, .nxticon {
	display: block !important;
}
.nxticon {
	margin-top: 50%;
}
.hideicon {
	margin-top: -50%;
}
.showicon {
	margin: 0;
}
#secure-section {
	padding: 200px 0;
	background: #000000;
	position: relative;
}
#benefits {
	padding: 100px 0;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//bg-purple.jpg") no-repeat bottom left #f0ede8;
	position: relative;
}
.tokenparallax {
	position: fixed;
	left: -500px;
	top: 0;
	z-index: 0;
	transform: rotate(30deg);
	display: none;
}
.vidfixed {
	position: fixed;
	z-index: 2;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.fixbanner {
	position: absolute;
	top: 2000px;
}
.fixwb {
	position: absolute !important;
	top: 1940px;
}
.whiteblockleft, .whiteblockright, .whiteblocktop {
	width: 0%;
	height: 130%;
	position: fixed;
	z-index: 3;
	background-color: #efece7;
}
.whiteblockright {
	right: 0;
}
.whiteblocktop {
	width: 100%;
	height: 0%;
}
.floatingimg-01, .floatingimg-02, .floatingimg-03, .floatingimg-04 {
	position: fixed;
	z-index: 4;
	max-width: 21%;
	border-radius: 10px;
}
.floatingimg-01 {
	left: -30%;
	top: 22%;
}
.floatingimg-02 {
	left: -30%;
	max-width: 15.9%;
}
.floatingimg-03, .floatingimg-04 {
	right: -30%;
}
.floatingimg-03 {
	top: 22%;
	max-width: 9%;
}
.floatingimg-04 {
	max-width: 23%;
}
.fiximg1 {
	top: 2100px;
	position: absolute !important;
}
.fiximg2 {
	position: absolute !important;
}
.fiximg3 {
	top: 2158px;
	position: absolute !important;
}
.fiximg4 {
	position: absolute !important;
}

.fixedtext {
	position: fixed;
	z-index: 5;
	bottom: 0;
	right: 2%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fixedheading {
	position: fixed;
	bottom: 61px;
	left: 2%;
	height: 32vh;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.flexhead {
	display: flex;
}
.bannerheading {
	font-size: 9.5vw;
	font-weight: 400;
	margin-top: 30px;
}
.keytitles p {
	position: absolute;
	display: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.curtitle, .nxttitle {
	display: block !important;
}
.nxttitle {
	margin-top: 220px;
}
.fadeout {
	opacity: 0;
	margin-top: -70px;
}
.fadein {
	margin-top: 30px;
}
#banner .hidehr {
	bottom: -10px;
}
.hidep {
	bottom: -50px;
}
.bbtn {
	border: solid 1px #242a75;
	background-color: rgba(255,255,255,0.5);
	border-radius: 7px;
	padding: 8px 15px;
	display: inline-block;
	color: #242a75;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.bbtn:hover {
	color: #00BBDD;
	border-color: #00bbdd;
}
.border-btn, .border-btn2 {
	position: relative;
	z-index: 1;
	color: white;
}

.border-btn:hover, .border-btn2, .border-btn2:hover {
	color: white;
}
.module, .module2 {
	margin: 15px 0 15px 20px;
	max-width: 250px;
	position: relative;
	color: white;
	padding: 10px 15px;
	display: inline-block;
}
.module2 {
	margin: 0;
	color: black;
}
.module-border, .module-border2, .module-border3 {
  position: absolute;
  overflow: visible;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  fill: rgba(0,0,0,0.7);
  stroke-width: 2px;
}
.module-border {
	stroke: url(#grad);
}
.module-border2 {
	stroke: url(#grad2);
}
.module-border3 {
	fill: rgba(255,255,255,0.7);
	stroke: url(#grad3);
}
#grad stop:nth-child(1), #grad2 stop:nth-child(1), #grad3 stop:nth-child(1) {
  stop-color: #ae2573;
}
#grad stop:nth-child(2), #grad2 stop:nth-child(2), #grad3 stop:nth-child(2) {
  stop-color: #242a75;
}
.resource-cont {
	overflow: auto;
	height: 560px;
	width: 100%;
	margin: 30px 0 50px;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	display: grid;
	scrollbar-width: none;
	grid-template-columns: repeat(8, 1fr);
	scroll-behavior: smooth;
}
.blankbox {
	margin-right: 20px;
	scroll-snap-align: center;
}
.resource {
	border-radius: 20px;
	box-sizing: border-box;
	scroll-snap-align: center;
	text-align: left;
	width: 1100px;
	margin-right: 20px;
	position: relative;
}
.resource img, .resource2 img {
	border-radius: 20px 20px 0 0;
}
.resource p {
	margin-bottom: 30px;
}

.ben-1 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//devices2.jpg") no-repeat right center #e5e8ef;
}
.ben-2 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//security3.jpg") no-repeat right center #e5e8ef;
}
.ben-3 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//keys2.jpg") no-repeat right center #e5e8ef;
}
.ben-4 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//rollout4.jpg") no-repeat right center #19152d;
}
.ben-5 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//lifecycle2.jpg") no-repeat right center #e5e8ef;
}
.ben-6 {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//eco2.jpg") no-repeat right center #e5e8ef;
}
.ben-4 h3, .ben-4 p {
	color: white;
}
.ben-video {
	width: 980px;
	position: absolute;
	top: -1px;
	right: 0;
}
.whiterbox {
	padding: 50px 0 0 50px;
	border-radius: 20px;
	min-height: 540px;
	overflow: hidden;
	position: relative;
	background-size: auto 100%;
}
.benbtn {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.benbtn:hover {
	cursor: pointer;
}
.ben-col {
	position: relative;
	z-index: 3;
	width: 35%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.hidetext {
	margin-left: -50%;
}
.whiteoverlay {
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.closex {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 8;
	border: solid 1px #aaa;
	border-radius: 50%;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//close-icon.svg") center center #eee;
	display: none;
}
.closex:hover {
	cursor: pointer;
}
.extratext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 7;
	padding: 50px;
	display: none;
	background-color: white;
}
.extratext h3 {
	color: #242a75;
}
.extratext p {
	font-size: 0.9em;
	margin-bottom: 15px;
	color: #000000;
}
.extratext ul {
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}
.extratext li {
	font-size: 0.9em;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//tick.svg") no-repeat 0 3px;
	background-size: 20px auto;
	padding: 0 0 5px 30px;
}
.flexextra {
	display: flex;
}
.flexextra div {
	flex-basis: 50%;
	margin-right: 30px;
}
.ben-col2 {
	width: 45%;
	position: relative;
	z-index: 3;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.vid-blend {
	width: 50%;
	height: 540px;
	position: absolute;
	background: url('https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//video-overlay.png') left center repeat-y;
	z-index: 2;
	top: 0;
	left: 0;
	background-size: contain;
}
.vid-blend2 {
	width: 100%;
	height: 277px;
	position: absolute;
	background: url('https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//video-overlay2.png') left top repeat-x;
	z-index: 2;
	top: 0;
	left: 0;
	background-size: contain;
	display: none;
}
.carousel-ctrl-cont {
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
	display: inline-flex;
}
.dot {
	border: solid 1px #aaa;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	display: inline-block;
	margin: 0 10px;
}
.dot:hover {
	cursor: pointer;
}
.active {
	background-color: #242a75;
}
#form-section {
	position: relative;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//form-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 150px 0;
}
.white-box {
	background-color: white;
	padding: 50px;
	border-radius: 25px;
}
#form-section img {
	border-radius: 10px;
}
/* Form Styles */
.form-pad {
	max-height: 600px;
	overflow-y: scroll;
	padding: 0 10px 0 0;
}
#form-cont {
	border-radius: 20px;
	padding: 50px 50px 30px 50px;
	background-color: white;
	position: fixed;
	width: 34%;
	top: 11%;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
#form-cont img {
	max-height: 42px;
	float: right;
}
#form-cont img:hover {
	cursor: pointer;
}
#mktoForm_7523 input, #mktoForm_7524 input, #form input, .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel] {
	border: solid 1px #aaa;
	background: none;
	border-radius: 10px;
	padding: 5px 10px !important;
	width: 100%;
	font-weight: 100;
	font-size: 1.2em;
	font-family: "canada-type-gibson", arial;
}
#mktoForm_7523 select, #mktoForm_7524 select, #form select, .mktoForm select {
	border: solid 1px black;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/arrow-down.svg") 97% center no-repeat white;
	background-size: auto 30%;
	border-radius: 10px;
	padding: 5px 10px !important;
	width: 100%;
	font-weight: 100;
	font-size: 1.2em !important;
	font-family: "canada-type-gibson", arial;
	appearance: none;
}
#mktoForm_7523 .mktoButton, #mktoForm_7524 .mktoButton, #form .submit input, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .testbtn {
	margin-bottom: 0!important;
	background-image: none !important;
	background-color: #242a75;
	border-radius: 10px;
	padding: 5px 10px !important;
	width:100%;
	font-size: 1.2em;
	font-family: "canada-type-gibson", arial;
	color: white;
}
.mktoButtonWrap {
	margin-left: 0 !important;
}
.mktoButtonRow {
	margin-bottom: 10px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	background-color: #00bbdd;
	border: #00ab8e !important;
}
.mktoForm .mktoGutter, .mktoForm .mktoOffset {
	display: none;
}
#LblmktoCheckbox_125923_0, #LblmktoCheckbox_125947_0 {
	color: white;
}
.blackout {
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	display: none;
}
.popup {
	width: 1100px;
	height: 540px;
	padding: 50px;
	border-radius: 20px;
	background-color: white;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6;
	display: none;
}
/* Footer Styles */
#footer {
    padding: 50px 0;
	position: relative;
	z-index: 3;
    border-top: 2px solid #afc9e5;
	background-color: #141534;
	color: white;
	margin-bottom: 0;
	border-bottom: none;
}
#footer img {
    padding-bottom: 20px;
}
.social {
    margin-top: 15px;
}
.social a {
    width: 30px;
    height: 30px;
    text-indent: -999px;
    display: inline-block;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.linkedin {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-linkedin_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.twitter {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-x_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.facebook {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-facebook_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.youtube {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-youtube_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.blog {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-blog.png?version=0") center center no-repeat;
    background-size: 100%;
}
.podcast {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-podcast.png?version=0") center center no-repeat;
    background-size: 100%;
}
.privacy {
    font-size: 0.8em;
    margin-top: 30px;
	font-weight: 100;
	display: inline-block;
}
.privacy a {
    padding: 0 15px;
	color: white;
}
.mobalign p { 
	font-size: 0.8em;
	font-weight: 100;
}
.flex-services {
	display: flex;
}
.flex-services div {
	flex-basis: 17%;
}
.flex-services p {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: 100;
}
.flex-services a {
	font-size: 0.8em;
	color: #9e9e9e;
}
.footer-logo {
	max-width: 70%;
}
#footer ul {
	list-style: none;
	font-size: 0.8em;
	margin-top: 30px;
	display: inline-flex;
	float: right;
	flex-wrap: wrap;
}
#footer ul li {
	padding: 0 15px;
	border-right: 1px solid #fff;
	font-weight: 100;
}
#footer ul li a {
	color: white;
}
.last {
	border: none !important;
	padding-right: 0 !important;
}
.carousel-control-next-icon {
	background-image: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//next-icon.svg");
}
.carousel-control-prev-icon {
	background-image: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//prev-icon.svg");
}
@media (min-width: 1536px) {
	h2 {
		font-size: 3em;
	}
	.container {
		max-width: 1536px;
	}
	#secure-section .col-sm-6 {
		padding-right: 200px;
	}
}
@media (max-width: 1200px) {
	body {
		font-size: 16px;
	}
	#secure-section {
		padding: 100px 0;
	}
	.module {
		margin: 10px 0 10px 15px;
		padding: 6px 12px;
	}
	.border-btn {
		font-size: 0.9em;
	}
	#header img {
		max-height: 81px;
	}
	.resource-cont {
		margin: 20px 0 20px;
		height: 460px;
	}
	.resource {
		width: 800px;
	}
	.whiterbox {
		padding: 40px 0 0 40px;
		min-height: 440px;
		overflow-y: scroll;
	}
	.vid-blend {
		height: 440px;
	}
	.ben-col {
		width: 45%;
	}
	.ben-col2 {
		width: 50%;
	}
	#intro, #benefits, #form-section {
		padding: 50px 0;
	}
	.carousel-ctrl-cont {
		padding: 15px;
	}
	.dot {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
	.ben-video {
		width: 770px;
		right: -30px;
	}
}
@media (max-width: 992px) {
	h3 {
		margin-bottom: 20px;
	}
	.white-box {
		padding: 30px;
	}
	#mktoForm_7523 input, #mktoForm_7524 input, #form input, .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel] {
		font-size: 1em;
	}
	.resource {
		width: 600px;
	}
	.ben-col {
		width: 90%;
	}
	.ben-col2 {
		width: 100%;
	}
	.whiterbox {
		padding: 30px 0 0 30px;
	}
	.resource-cont {
		height: 390px;
	}
	.resource p {
		margin: 0 240px 20px 0;
	}
	.extratext {
		padding: 30px 0 10px 30px;
	}
	.extratext p {
		margin-right: 0;
	}
	.closex {
		width: 30px;
		height: 30px;
		right: 20px;
		top: 20px;
	}
	.extratext h3 {
		margin-right: 50px;
	}
	.whiterbox {
		min-height: 380px;
		background-position: right bottom;
		background-size: auto 80%;
	}
	.ben-2 {
		background-position: 210% top;
		background-size: contain;
	}
	.vid-blend {
		height: 380px;
	}
	.ben-video {
		width: 590px;
		right: -15px;
		top: 50px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 2.7em;
	}
	.subhead {
		font-size: 1.7em;
	}
	h2 {
		font-size: 2.4em;
	}
	h3 {
		font-size: 1.9em;
		margin-bottom: 15px;
	}
	.keytext {
		margin-bottom: 30px;
	}
	.bigtext {
		font-size: 1.5em;
	}
	.footer-logo {
		max-width: 40%;
	}
	#footer ul {
		padding: 0;
	}
	.iconset {
		height: 100px;
	}
	.iconset img {
		max-height: 100px;
	}
	.tokenparallax {
		left: -330px;
	}
	.resource-cont {
		height: 480px;
	}
	.resource {
		width: 390px;
	}
	.resource p {
		margin: 0 0 15px 0;
	}
	.whiterbox {
		min-height: 480px;
		background-size: auto 60%;
	}
	.ben-2 {
		background-position: right 230px;
	}
	.ben-col {
		width: 90%;
	}
	.ben-col2 {
		width: 91%;
	}
	.flexextra {
		flex-wrap: wrap;
	}
	.flexextra div {
		flex-basis: 100%;
	}
	.vid-blend {
		display: none;
	}
	.ben-video {
		width: 500px;
		top: 230px;
		right: -5px;
	}
	.resource-cont {
		height: 510px;
	}
	.whiterbox {
		min-height: 510px;
	}
	.ben-4 {
		background-size: 100%;
	}
	.vid-blend2 {
		display: block;
		top: 40px;
	}
}
@media (max-width: 596px) {
	body{
		font-size: 14px;
	}
	h1 {
		position: absolute;
	}
	h2 {
		font-size: 2em;
		margin-bottom: 15px;
	}
	.keytext {
		margin-bottom: 15px;
	}
	.module {
		padding: 4px 10px;
		margin-left: 10px;
	}
	.floatingimg-01, .floatingimg-02, .floatingimg-03, .floatingimg-04, .whiteblockleft, .whiteblockright, .whiteblocktop {
		display: none;
	}
	.white-box {
		border-radius: 15px;
	}
	.fixedtext {
		right: 6%;
	}
	#header img {
		max-height: 71px;
	}
	#intro {
		padding: 30px 0;
		min-height: 0;
	}
	#benefits, #form-section {
		padding: 40px 0;
	}
	.resource {
		width: 340px;
	}
	.whiterbox {
		padding: 20px 0 0 20px;
	}
	.iconset {
		width: 200px;
	}
	.vidfixed {
		left: 0px;
		position: absolute;
		overflow: hidden;
	}
	#banner hr {
		width: 90%;
		margin: 0 5%;
		bottom: 50px;
	}
	.flex-services {
		flex-wrap: wrap;
	}
	#footer ul {
		margin: 0;
		padding: 0;
	}
	#footer img {
		max-width: 60%;
	}
	#footer {
		padding: 20px;
	}
	.white-box {
		padding: 20px;
	}
	#mktoForm_7523 input, #mktoForm_7524 input, #form input, .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel] {
		font-size: 0.9em;
	}
	.vidfixed {
		transform: none;
	}
	#secure-section {
		background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images//card.jpg") left center no-repeat;
		background-size: 600px auto;
		padding: 160px 0 30px;
	}
	.tokenparallax {
		display: none !important;
	}
}