/** Hero */

.q-report__hero-wrapper {
	display: flex;
	background: url(../png/hero-bg.png) center center no-repeat rgb(4,52,113);
	background-size: cover;
	overflow: hidden;
}
.q-report__hero-container {
	width: 100%;
	padding-bottom: 10%;
	position: relative;
}
.q-report__hero-container--content {
	z-index: 2;
	max-width: 1430px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	height: 100%;
}
.q-report__hero-container--bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
	display: flex;
	overflow: hidden;
	align-items: center;
	max-width: 1200px;
	padding-left: 35px;
	padding-right: 35px;
	left: 50%;
	transform: translateX(-50%);
}
.q-report__hero-bg--obj {
	max-width: 1130px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}
.q-report__hero-bg--obj .tru-sphare {
	max-width: 200%;
	transform: translateY(35%);
	opacity: 0;
}

.q-report__hero-net--container {
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: 4%;
	width: 100%;
}
.q-report__hero-net--outer {
	max-width: 1200px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.q-report__hero-net {
	max-width: 170px;
	margin: 0 -125px 0 auto;
	overflow: visible;
	position: relative;
}
.q-report__hero-net::after,
.q-report__hero-net:before {
	content: "";
	position: absolute;
	background: url(../png/stripes.png) 0 7px repeat-x transparent;
	background-size: auto 83%;
	opacity: 0.2;
	width: 0;
}
.animation.q-report__hero-net::after,
.animation.q-report__hero-net:before {
	transition-delay: 300ms;
}
.animation.q-report__hero-net::after {
	width: 80vw;
}
.animation.q-report__hero-net:before {
	width: 30vw;
}
.q-report__hero-net::after {
	height: 100%;
	right: 100%;
	top: 0;
	transition: width 1.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.q-report__hero-net:before {
	display: block;
	height: 100%;
	transition: width 4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	left: calc(100% - 2px)
}
.q-report__hero-net .mesh {
	max-width: 100%;
	width: 255px;
}
.q-report__hero-net .mesh .base {
	opacity: 0;
	transition: opacity 0.65s;
}
.animation.q-report__hero-net .mesh .base {
	opacity: 0.2;
}
.q-report__hero-net .mesh .dot1,
.q-report__hero-net .mesh .dot2,
.q-report__hero-net .mesh .dot3 {
	opacity: 0;
	transition: opacity 0.75s;
}
.animation.q-report__hero-net .mesh .dot1 {
	transition-delay: 1500ms;
	opacity: 1;
}
.animation.q-report__hero-net .mesh .dot2 {
	transition-delay: 1900ms;
	opacity: 1;
}
.animation.q-report__hero-net .mesh .dot3 {
	transition-delay: 2100ms;
	opacity: 1;
}
.q-report__hero-content {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.q-report__hero-logo {
	margin-bottom: 40px;
	width: 180px;
}
.q-report__hero-logo img {
	opacity: 0;
}
.q-report__hero-txt--heading {
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
	font-size: 54px;
	font-family: 'Gotham', sans-serif;
}
.q-report__hero-txt--heading span {
	display: block;
	opacity: 0;
}
@media (min-width: 375px) {
	.q-report__hero-container--content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.q-report__hero-bg--obj .tru-sphare {
		max-width: 140%;
	}
}
@media (min-width: 461px) {
	.q-report__hero-net--container {
		bottom: 10%;
	}
	.q-report__hero-net {
		max-width: 150px;
		margin: 0 0 0 auto;
	}
	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 6px;
	}
}
@media (min-width: 720px) {
	.q-report__hero-container {
		padding-bottom: 13%;
	}
	.q-report__hero-container--content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-report__hero-bg--obj .tru-sphare {
		max-width: 100%;
		transform: unset;
	}
	.q-report__hero-net--container {
		bottom: 13%;
	}
	.q-report__hero-net {
		max-width: 180px;
		margin: 0 0 0 auto;
	}
	.q-report__hero-content {
		flex-direction: row;
		align-items: flex-start;
	}
	.q-report__hero-logo {
		margin-bottom: 0;
		margin-right: 40px;
		width: auto;
	}
	.q-report__hero-txt--heading {
		line-height: 1.05;
		font-size: 56px;
		text-align: left;
	}
	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 7px;
	}
}
@media (min-width: 910px) {
	.q-report__hero-txt--heading {
		font-size: 65px;
	}
	.q-report__hero-container {
		padding-bottom: 5%;
	}
}
@media (min-width: 1080px) {
	.q-report__hero-wrapper {
		min-height: 500px;
		background-size: cover;
	}
	.q-report__hero-container {
		padding-bottom: 0;
	}
	.q-report__hero-container--content {
		padding-top: 65px;
		padding-bottom: 65px;
		padding-left: 70px;
		padding-right: 70px;
	}
	.q-report__hero-txt--heading {
		font-size: 74px;
	}
	.q-report__hero-logo {
		margin-right: 80px;
	}
	.q-report__hero-net--container {
		bottom: 5%;
	}
	.q-report__hero-net {
		max-width: 255px;
	}
	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 11px;
	}
}
@media (min-width: 1440px) {
	.q-report__hero-wrapper {
		background-size: 100% auto;
	}
	.q-report__hero-net--container {
		bottom: 18%;
	}
	.q-report__hero-txt--heading {
		font-size: 84px;
	}
}

/** about section **/

.q-tru-container--about {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'Gotham', sans-serif;
}
.q-tru-container--about .q-grid__column {
	margin: 0 auto;
}
.q-txt--300 {
	font-weight: 300;
}
.q-txt--500 {
	font-weight: 500;
}
.q-txt--400 {
	font-weight: 400;
}
.q-tru-container--about p {
	letter-spacing: -0.15px;
	opacity: 0;
}
.q-txt--large {
	font-size: 20px;
}
.q-txt--medium {
	font-size: 16.5px;
}
.q-tru-cta-container {
	text-align: center;
	padding: 40px 0;
}
.q-tru-cta--button {
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17.5px;
	letter-spacing: -0.165px;
	display: inline-block;
	line-height: 1;
	padding: 20px;
	text-decoration: none;
	transition: all 0.35s;
	background: rgb(4,52,113);
	background: linear-gradient(211deg, rgba(4,52,113,1) 0%, rgba(45,137,222,1) 100%);
}
.q-tru-cta--button span {
	display: block;
	transition: all 300ms ease-out;
	will-change: transform;
}
.q-tru-cta--button:hover span {
	transform: translate3d(-0.5rem, 0, 0);
}
.q-tru-cta--button span:after {
	transition: all 300ms ease-out;
	content: "";
	background: url(https://ik.imagekit.io/qualys/image/icon/link-arrow-white.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 7px;
	height: 10px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: calc(50% - 5px);
	will-change: right, opacity;
}
.q-tru-cta--button:hover span::after {
	opacity: 1;
	right: -1rem;
}
@media (min-width: 720px) {
	.q-txt--large {
		font-size: 22px;
	}
	.q-tru-cta--button {
		padding: 20px 35px;
	}
}
@media (min-width: 1080px) {
	.q-txt--large {
		font-size: 25px;
		line-height: 1.35;
	}
	.q-txt--medium {
		font-size: 17.5px;
		letter-spacing: -0.15px;
	}
	.q-tru-container--about {
		padding-top: 65px;
		padding-bottom: 35px;
	}
}
@media (min-width: 1440px) {
	.q-txt--large {
		font-size: 26.5px;
	}
	.q-txt--large span {
		display: block;
	}
	.q-tru-container--about .q-grid__column-10 {
		width: calc(9 / 10 * 100%);
	}
}


/** bouncing arrow separator **/

.q-tru-arrow {
	text-align: center;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.q-tru-arrow--bounce {
	opacity: 0.3;
	display: block;
	width: 90px;
	margin: 0 auto;
	-webkit-animation: bounce 2s infinite;
	        animation: bounce 2s infinite;
}
.q-tru-arrow--bounce:hover {
	cursor: pointer
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@media (min-width: 1080px) {
	.q-tru-arrow--bounce {
		width: 60px;
	}
}

/** download section **/

.q-tru-form-section {
	background: url(../png/hero-bg.png) center center no-repeat rgb(4,52,113);
	background-size: cover;
	padding: 80px 0;
}
.q-tru-form--heading {
	margin: 0;
	opacity: 0;
	font-family: 'Gotham', sans-serif;
	color: #FFF;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: -0.037em;
}
.q-tru-form--list {
	font-family: 'Gotham', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 1.35;
	padding: 0 0 0 1em;
	margin-top: 40px;
}
.q-tru-form--list li {
	margin-bottom: 1em;
	opacity: 0;
}
.q-tru-form-box {
	opacity: 0;
	background: #FFF;
	box-shadow: 0 5px 20px -2px rgba(0,0,0,0.35);
}
.q-tru-form-box--inner {
	padding: 20px;
}
.q-tru-form-box--inner h4 {
	margin-top: 0;
}
.q-lp-form .mktoButtonRow .mktoButtonWrap {
	margin: 30px 0 0 0;
}
.q-lp-form .mktoButton {
	border-radius: 2px;
	background: rgb(4,52,113);
	background: linear-gradient(211deg, rgba(4,52,113,1) 0%, rgba(45,137,222,1) 100%);
	height: 88px;
	padding: 0 25px;
	text-transform: uppercase;
	font-weight: 600;
	transition: background 400ms;
}
.q-lp-form .mktoButton:hover,
.q-lp-form .mktoButton:active,
.q-lp-form .mktoButton:focus {
	background: rgb(4,52,113);
	background: linear-gradient(211deg, rgba(4,52,113,1) 0%, rgba(45,137,222,1) 100%);
}
.q-lp-form .mktoButton:focus {
	outline: none;
}
.mktoFormRow.requestedaTrial .mktoFieldDescriptor {
	margin-top: 1em;
}
.q-lp-form .requestedaTrial label,
.q-lp-form .communicationConsent label {
	width: auto;
	display: flex; /* prevent label text wrap */
	margin: 0;
	font-weight: 300;
}
.q-tru-form-container .q-tru-form-column--right {
	padding-top: 20px;
}
@media (min-width: 720px) {
	.q-tru-form--heading {
		font-size: 38px;
	}
	.q-tru-form--list {
		font-size: 17px;
	}
	.q-tru-form-container .q-tru-form-column--right {
		padding-top: 0;
	}
}
@media (min-width: 1280px) {
	.q-tru-form--heading {
		font-size: 48px;
	}
	.q-tru-form--list {
		font-size: 20px;
	}
	.q-tru-form-section {
		padding: 60px 0;
	}
	.q-tru-form-box--inner {
		padding: 40px;
	}
}
@media (min-width: 1440px) {
	.q-tru-form-container .q-tru-form-column--left {
		max-width: calc(4 / 10 * 100%);
	}
	.q-tru-form-box {
		margin-left: 40px;
	}
	.q-tru-form-section {
		padding: 100px 0;
	}
}

/** tru slides section **/

.q-tru-slides-panels {
	background: #e6e6e6;
	position: relative;
	z-index: 1;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: flex-start;
}
.q-tru-slides-paging {
	display: none;
	position: -webkit-sticky;
	position: sticky;
	width: 40px;
	top: 0;
	left: 20px;
	flex-grow: 0;
	padding-top: 100px;
	padding-bottom: 20px;
	z-index: 10;
	align-self: flex-start;
}
.q-tru-slides-container {
	flex: 1;
}
.q-tru-paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.q-tru-paging-list li {
	margin-bottom: 20px;
}
.q-tru-paging-list li:last-child {
	margin-bottom: 0;
}
.q-tru-paging-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	opacity: 0.25;
	color: #000;
	transition: opacity 0.35s;
	font-family: 'Gotham', sans-serif;
}
.q-tru-paging-list li a:hover {
	opacity: 0.35;
}
.q-tru-paging-list li a.q-tru-paging-social {
	width: 29px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
}

.q-tru-slide-box--outer {
	padding: 50px 0;
	position: relative;
}
.q-tru-slide-box--inner {
	width: 100%;
	min-height: 450px;
	background-color: #FFF;
	box-shadow: 0 29px 24px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	margin: 5vw 0 0 0;
	opacity: 0;
}
.q-tru-slide-count {
	color: #ed2e26;
	opacity: 0;
	font-family: 'Gotham', sans-serif;
	font-size: 24vw;
	font-weight: 600;
	position: absolute;
	left: -0.4em;
	top: 0;
	z-index: 1;
	line-height: 1;
	text-align: right;
	width: 0.85em;
}
@media (min-width: 720px) {
	html {
		overflow: unset;  /* improtant tule to make the sticky paging work */
	}
	.q-tru-slides-paging {
		left: 10px;
		display: block;
	}
	.q-tru-slide-box--inner {
		margin: 9vw 0 0 0;
	}
	.q-tru-slide-box--text {
		padding-right: 10px;
		width: 50%;
	}
}
@media (min-width: 1080px) {
	.q-tru-slides-paging {
		left: 50px;
		top: 120px;
	}
	.q-tru-slide-count {
		font-size: 14vw;
	}
	.q-tru-slide-box--inner {
		margin: 5vw 0 0 0;
	}
	.q-tru-slides-panels {
		padding-top: 80px;
	}
}
@media (min-width: 1280px) {
	.q-tru-slides-panels {
		padding-bottom: 80px;
	}
	.q-tru-slide-count {
		font-size: 12vw;
		left: -0.7em;
	}
	.q-tru-slide-box--inner {
		margin: 2vw 0 0 0;
	}
}

/** slides content **/

.q-tru-slide-box--header {
	min-height: 200px;
	position: relative;
	background-size: cover !important;
	padding: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.q-tru-slide-1 .q-tru-slide-box--header {
	background: url(../jpg/slide-1-bg.jpg) center center no-repeat #14549a;
}
.q-tru-slide-2 .q-tru-slide-box--header {
	background: url(../jpg/slide-2-bg.jpg) center center no-repeat #14549a;
}
.q-tru-slide-3 .q-tru-slide-box--header {
	background: url(../jpg/slide-3-bg.jpg) center center no-repeat #14549a;
}
.q-tru-slide-4 .q-tru-slide-box--header {
	background: url(../jpg/slide-4-bg.jpg) center center no-repeat #14549a;
}
.q-tru-slide-5 .q-tru-slide-box--header {
	background: url(../jpg/slide-5-bg.jpg) center center no-repeat #14549a;
}
.q-tru-slide-box--heading {
	color: #FFF;
	font-family: 'Gotham', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
	line-height: 1.1;
	z-index: 1;
	position: relative;
}
.q-tru-slide-box--heading span {
	opacity: 0;
	display: inline-block;
}
.q-tru-slide-box--body {
	padding: 15px;
	display: block;
}
.q-tru-slide-box--content {
	display: flex;
	flex-direction: column;
}
.q-tru-slide-box--text {
	padding-bottom: 40px;
	width: 100%;
}
.q-tru-slide-box--text p {
	margin: 0;
	font-family: 'Gotham', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	opacity: 0;
}
.q-tru-slide-box--graphics {
	max-width: 480px;
	width: 100%;
}
.q-tru-slide-box--graphics svg {
	max-width: 100%;
}

.q-tru-slide-box-graphics--container {
	position: absolute;
	z-index: 0;
	top: auto;
	bottom: 4%;
	width: 100%;
}
.q-tru-slide-box-graphics--outer {
	max-width: 640px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.q-tru-slide-box-graphics {
	max-width: 120px;
	margin: 0 20px 0 auto;
	overflow: visible;
	position: relative;
}
.q-tru-slide-box-graphics::after,
.q-tru-slide-box-graphics:before {
	content: "";
	position: absolute;
	background: url(../png/stripes2-2.png) 0 5px repeat-x transparent;
	background-size: auto 83% !important;
	opacity: 0.2;
	width: 0;
}
.q-tru-slide-3 .q-tru-slide-box-graphics::after,
.q-tru-slide-3 .q-tru-slide-box-graphics:before,
.q-tru-slide-5 .q-tru-slide-box-graphics::after,
.q-tru-slide-5 .q-tru-slide-box-graphics:before {
	background-image: url(../png/stripes.png);
}
.animation.q-tru-slide-box-graphics::after,
.animation.q-tru-slide-box-graphics:before {
	transition-delay: 300ms;
}
.animation.q-tru-slide-box-graphics::after {
	width: 300%;
}
.animation.q-tru-slide-box-graphics:before {
	width: 30%;
}
.q-tru-slide-box-graphics::after {
	height: 100%;
	right: 100%;
	top: 0;
	transition: width 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.q-tru-slide-box-graphics:before {
	display: block;
	height: 100%;
	transition: width 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	left: calc(100% - 2px)
}
.q-tru-slide-box-graphics .mesh {
	max-width: 100%;
	width: 282px;
}
.q-tru-slide-box-graphics .mesh .base {
	opacity: 0;
	transition: opacity 0.65s;
}
.animation.q-tru-slide-box-graphics .mesh .base {
	opacity: 0.2;
}
.q-tru-slide-box-graphics .mesh .dot1,
.q-tru-slide-box-graphics .mesh .dot2,
.q-tru-slide-box-graphics .mesh .dot3 {
	opacity: 0;
	transition: opacity 0.75s;
}
.animation.q-tru-slide-box-graphics .mesh .dot1 {
	transition-delay: 1500ms;
	opacity: 1;
}
.animation.q-tru-slide-box-graphics .mesh .dot2 {
	transition-delay: 1900ms;
	opacity: 1;
}
.animation.q-tru-slide-box-graphics .mesh .dot3 {
	transition-delay: 2100ms;
	opacity: 1;
}
.svg-diagram {
	overflow: visible;
}
.svg-diagram.diagram-1 g {
	opacity: 0;
	display: inline-block;
}
.diagram-5 .seq2-blocks > g,
.diagram-5 .seq3-labels > g,
.diagram-5 .seq6-blocks > g,
.diagram-5 .seq7-labels > g {
	display: inline-block;
}

@media (min-width: 375px) {
	.q-tru-slide-box--header {
		padding: 30px;
	}
	.q-tru-slide-box--body {
		padding: 30px;
	}
}
@media (min-width: 640px) {
	.q-tru-slide-box--heading {
		font-size: 32px;
	}
}
@media (min-width: 720px) {
	.q-tru-slide-box--heading {
		font-size: 38px;
	}
	.q-tru-slide-box-graphics {
		max-width: 140px;
		margin: 0 20px 0 auto;
	}
	.q-tru-slide-box--text p {
		font-size: 16.5px;
	}
}
@media (min-width: 910px) {
	.q-tru-slide-box--heading {
		font-size: 42px;
	}
	.q-tru-slide-box--header {
		padding: 40px;
		min-height: 280px;
	}
	.q-tru-slide-box--body {
		padding: 40px;
	}
	.q-tru-slide-box-graphics {
		max-width: 220px;
		margin: 0 -60px 0 auto;
	}
	.q-tru-slide-box-graphics::after,
	.q-tru-slide-box-graphics:before {
		background-position: 0 11px;
	}
	.q-tru-slide-3 .q-tru-slide-box-graphics::after,
	.q-tru-slide-3 .q-tru-slide-box-graphics:before,
	.q-tru-slide-5 .q-tru-slide-box-graphics::after,
	.q-tru-slide-5 .q-tru-slide-box-graphics:before {
		background-position: 0 8px;
	}
	.q-tru-slide-box--text {
		padding-right: 20px;
		padding-bottom: 0;
		width: 50%;
	}
	.q-tru-slide-box--graphics {
		max-width: 595px;
		width: 50%;
	}
	.q-tru-slide-box--content {
		flex-direction: row;
	}
}
@media (min-width: 1280px) {
	.q-tru-slide-box--heading {
		font-size: 60px;
	}
	.q-tru-slide-box--header {
		padding: 50px 65px;
		min-height: 326px;
	}
	.q-tru-slide-box-graphics {
		max-width: 282px;
		margin: 0 -125px 0 auto;
	}
	.q-tru-slide-box-graphics::after,
	.q-tru-slide-box-graphics:before {
		background-position: 0 14px;
	}
	.q-tru-slide-3 .q-tru-slide-box-graphics::after,
	.q-tru-slide-3 .q-tru-slide-box-graphics:before,
	.q-tru-slide-5 .q-tru-slide-box-graphics::after,
	.q-tru-slide-5 .q-tru-slide-box-graphics:before {
		background-position: 0 11px;
	}
	.q-tru-slide-box--body {
		padding: 50px 65px;
	}
	.q-tru-slide-box--text {
		width: 40%;
	}
	.q-tru-slide-box--graphics {
		width: 60%;
	}

}
@media (min-width: 1440px) {
	.q-tru-slide-box--text {
		padding-right: 80px;
		width: 40%;
	}
	.q-tru-slide-box--graphics {
		width: 60%;
	}
	.q-tru-slide-box--heading span {
		display: block;
	}
}

/*# sourceMappingURL=index.css.map */