/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-family: 'Lexend Tera', sans-serif;
	font-family: 'Kumbh Sans', sans-serif;
	color: #211E25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.grid-container {
	width: 100%;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	z-index: 10;
}
.grid-container.grid-container-md {
	max-width: 1220px;
}
.grid-container.grid-container-mds {
	max-width: 1150px;
}
.grid-container.grid-container-smd {
	max-width: 1110px;
}
.grid-container.grid-container-sm {
	max-width: 900px;
}
.grid-container.grid-container-xs {
	max-width: 900px;
}
.grid-container.grid-container-xsm {
	max-width: 860px;
}
.grid-container.grid-container-full {
	max-width: 100%;
}
.grid-container.nopad  {
	padding-left: 0;
	padding-right: 0;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}

.invi {
	visibility: hidden;
	opacity: 0;
}

.object-fit {
	position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 18px 15px 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 15px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 18px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -5px;
}

.hamburger-inner:after {
    bottom: -5px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

header {
	padding: 70px 0 32px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}

header.header-sticky {
	padding: 24px 0 24px;
	position: fixed;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

header.header-white .nav > ul > li > a {
	color: #fff;
}
header.header-white .nav > ul > li > a:hover {
	color: #05C0ED;
}

.logo path.logo-change {
	transition: 0.3s;
}
header.header-white .logo path.logo-change {
	fill: #fff
}

header.header-sticky .nav > ul > li > a {
	color: #211E25;
}
header.header-sticky .nav > ul > li > a:hover {
	color: #7E32BE;
}
header.header-sticky .logo path.logo-change {
	fill: #512874;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo img {
	max-width: 207px;
}
.logo svg {
	max-width: 207px;
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav > ul > li {
	position: relative;
	margin-right: 40px;
}
.nav ul li:last-child {
	margin-right: 0px;
}
.nav > ul > li > a {
	font-size: 18px;
	display: inline-block;
	line-height: 1.25;
	color: #211E25;
	padding: 9px 0;
	position: relative;
	transition: 0.2s;
}
.nav > ul > li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

	transition: 0.3s;
}
.nav > ul > li:hover > a:before {
	width: 100%;
}
.nav > ul > li > a:hover  {
	color: #7E32BE;
}

.nav ul li ul {
	margin: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(calc(-50% - 20px));
	-moz-transform: translateX(calc(-50% - 20px));
	transform: translateX(calc(-50% - 20px));
	top: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 24px 34px 36px;
	-webkit-box-shadow: 0px 12px 24px rgba(61, 41, 79, 0.15);
	-moz-box-shadow: 0px 12px 24px rgba(61, 41, 79, 0.15);
	box-shadow: 0px 12px 24px rgba(61, 41, 79, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(calc(-50% - 0px));
	-moz-transform: translateX(calc(-50% - 0px));
	transform: translateX(calc(-50% - 0px));
}
.nav ul li ul li {
	position: relative;
}
.nav ul li ul li a:before {
	content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    background: rgb(81,40,116);
    background: -moz-linear-gradient(left, rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%);
    background: -webkit-linear-gradient(left, rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%);
    background: linear-gradient(to right, rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 );
    transition: 0.3s;
}
.nav ul li ul li a:hover:before {
    width: 100%;
}
.nav ul li ul li a {
	font-size: 18px;
	line-height: 1.25;
	color: #211E25;
	display: block;
	white-space: nowrap;
	padding: 12px 40px 12px 0;
	border-bottom: 1px solid #DFD7E5;
	position: relative;
	transition: 0.2s;
}
.nav ul li ul li a:hover {
	color: #7E32BE;
}
.nav ul li ul li:before {
	content: '';
	position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right-black.svg) no-repeat center center;
    right: 0;
	top: 12px;
	opacity: 1;
	transition: 0.2s;
}
.nav ul li ul li:hover:before {
	opacity: 0;
}
.nav ul li ul li a:after {
	content: '';
	position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right-purple.svg) no-repeat center center;
    right: 0;
	top: 12px;
	opacity: 0;
	transition: 0.2s;
}
.nav ul li ul li a:hover:after {
	opacity: 1;
}

.header-cta {
	margin-left: 48px;
}

.btn-gradient,
.btn-gradient:focus,
.btn-gradient:active {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c0ed+0,512874+50,512874+50,05c0ed+100 */
	background: rgb(5,192,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(5,192,237,1) 0%, rgba(81,40,116,1) 50%, rgba(81,40,116,1) 50%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(5,192,237,1) 0%,rgba(81,40,116,1) 50%,rgba(81,40,116,1) 50%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(5,192,237,1) 0%,rgba(81,40,116,1) 50%,rgba(81,40,116,1) 50%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

	background-size: 200% 100%;
	background-position: right center;
	border-radius: 20px;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding: 12px 24px;
	transition: 0.4s;
}
.btn-gradient:hover {
	color: #fff;
	background-position: left center;
}
.btn-gradient.has-arrow:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/arrow-right.svg) no-repeat center center;
	margin-left: 8px;
	margin-right: -4px;
}
.btn-gradient.has-download:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icon-download.svg) no-repeat center center;
	margin-left: 8px;
	margin-right: -4px;
}
.btn-gradient.has-remote:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/arrow-top-right.svg) no-repeat center center;
	margin-left: 8px;
	margin-right: -4px;
}
.btn-gradient.has-back:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/arrow-left-top.svg) no-repeat center center;
	margin-left: 8px;
	margin-right: -4px;
}

.btn-arrow-to-text,
.btn-arrow-to-text:focus,
.btn-arrow-to-text:active {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

	border-radius: 20px;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding: 12px 20px 12px 4px;
	width: 60px;
	transition: 0.25s cubic-bezier(0.33, 1, 0.68, 1);;
}
.btn-arrow-to-text:hover {
	color: #fff;
	width: 170px;
}
.btn-arrow-to-text:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/arrow-right.svg) no-repeat center center;
	margin-left: 8px;
}
.btn-arrow-to-text span {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 12px;
	left: 24px;
	transition: 0.1s;
}
.btn-arrow-to-text:hover span {
	opacity: 1;
	visibility: visible;
	transition: 0.2s 0.25s;
}

a:hover .btn-arrow-to-text {
	width: 170px;
}
a:hover .btn-arrow-to-text span {
	opacity: 1;
	visibility: visible;
	transition: 0.2s 0.25s;
}


main {
	position: relative;
	overflow: hidden;
}

.video-section {
	padding-bottom: 88.889%;
	padding-bottom: 71.617%;
}
.video-section.video-bottom-section {
	padding-bottom: 81.389%;
}

.video-section video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.home-intro {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	top: 282px;
}

.home-intro-content {
	max-width: 654px;
}

.title-100 {
	font-weight: 500;
	font-size: 100px;
	line-height: 0.95;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 40px;
	color: #1C1A20;
}
.title-100 strong {
	font-weight: 500;
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
	background-size: 300% 100%;
	background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}


@-webkit-keyframes grad {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
}
@-moz-keyframes grad {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
}
@keyframes grad {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
	
}

.title-100.white {
	color: #fff;
}
.title-100.white strong {
	padding: 0 10px;
	/* background: linear-gradient(90deg, #05C0ED 17.12%, #D2B3EA 37.03%, #05C0ED 56.81%, #D2B3EA 79.93%); */
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
	background-size: 300% 100%;
	background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.title-100.lines-reveal-up strong span span {
    
	
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: grad 6s linear forwards infinite;
}
.title-100.intro-anim strong span span {
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );

    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: grad 6s linear forwards infinite;
}
.title-100.white.lines-reveal-up strong span span {
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
	background-size: 300% 100%;
	background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}
/* .title-76.lines-reveal-up strong span span {
	background: linear-gradient(90.88deg, #512874 38%, #05C0ED 78%, #512874 88%);
	background-size: 300% 100%;
	background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
} */

.lt-16 {
	font-family: 'Lexend Tera', sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.logos-section {
	padding: 30px 0 10%;
	padding: 30px 0 150px;
	background: #030708;
	background: #512874;
	color: #fff;
	position: relative;
}

.logos-section:before,
.logos-section:after {
	/* content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 200px;
	z-index: 20;
	pointer-events: none; */
}
.logos-section:before {
	/* left: 0px; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	/* background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );

	opacity: 0.6; */
}
.logos-section:after {
	/* right: 0; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	/* background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); 

	opacity: 0.6; */
}

.logos-section .lt-16 {
	margin-bottom: 40px;
}

.companies-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    /* margin-bottom: 20px; */
}
.company-item span {
    display: inline-block;
    padding: 0px 30px;
    transition: 0.3s;
}
.company-item span {
    display: inline-block;
    padding: 0px 30px;
    transition: 0.3s;
}
.company-item span img  {
    max-width: 288px;
	max-height: 70px;
}

.count-logos-width {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.count-logos-width .company-item {
	display: inline-block;
}

.companies-line-1 {
    /* -webkit-animation: marquee 30s linear infinite forwards;
    -moz-animation: marquee 30s linear infinite forwards;
    animation: marquee 30s linear infinite forwards; */

	-webkit-animation-name: marquee;
	-moz-animation-name: marquee;
	animation-name: marquee;
	-webkit-animation-duration: 30s;
	-moz-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.companies-line-2 {
    /* -webkit-animation: marquee 30s linear infinite reverse;
    -moz-animation: marquee 30s linear infinite reverse;
    animation: marquee 30s linear infinite reverse; */
	margin-bottom: 0;

	-webkit-animation-name: marquee;
	-moz-animation-name: marquee;
	animation-name: marquee;
	-webkit-animation-duration: 30s;
	-moz-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.companies-line-3 {
    /* -webkit-animation: marquee 30s linear infinite forwards;
    -moz-animation: marquee 30s linear infinite forwards;
    animation: marquee 30s linear infinite forwards; */
	margin-top: 20px;

	-webkit-animation-name: marquee;
	-moz-animation-name: marquee;
	animation-name: marquee;
	-webkit-animation-duration: 30s;
	-moz-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes marquee {
	to {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
        transform: translate(0,0)
	}
}

@-moz-keyframes marquee {
	to {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
        transform: translate(0,0)
	}
}
@keyframes marquee {
	to {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
        transform: translate(0,0)
	}
}

.video-section-ending {
	background: #512874;
	padding: 130px 0 140px;
	color: #fff;
	position: relative;
	z-index: 6;
}
.video-section-ending:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -130px;
	height: 0;
	/* height: 200px; */
	/* top: -50px;
    height: 120px; */
	width: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#603a80+0,05c0ed+44,05c0ed+44,05c0ed+48,ffffff+100 */
	background: rgb(96,58,128); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,58,128,1) 0%, rgba(5,192,237,1) 44%, rgba(5,192,237,1) 44%, rgba(5,192,237,1) 48%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 48%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#603a80', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.video-section-ending.in-view:before {
	height: 200px;
}
.video-section-ending .title-100 {
	margin-bottom: 0;
}

.home-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-49 {
	font-size: 49px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin-bottom: 24px;
}

.text-24 {
	font-size: 24px;
	line-height: 1.25;
	opacity: 0.75;
}
.ha-right .text-24 {
	margin-bottom: 32px;
}

.ha-link {
	margin-bottom: 72px;
}

.ha-left {
	width: 60%;
}
.ha-right {
	width: 40%;
	padding-left: 7.8%;
}

.link-purple-arrow,
.link-purple-arrow:focus,
.link-purple-arrow:active {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #512874;
	position: relative;
	padding-right: 33px;
}

.link-purple-arrow:hover {
	color: #512874;
}

.link-purple-arrow span {
	position: absolute;
    width: 30px;
    height: 30px;
    right: -3px;
    top: -3px;
	overflow: hidden;
    transition: 0.2s;
}

.link-purple-arrow span:before,
.link-purple-arrow span:after {
	content: '';
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	background: url(../img/arrow-right-black.svg) no-repeat center center;
}

.link-purple-arrow span:before {
	transform: translateX(-100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-arrow span:after {
	transform: translateX(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-arrow:hover span:before {
	transform: translateX(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-arrow:hover span:after {
	transform: translateX(100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}


/* .link-purple-arrow:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right-black.svg) no-repeat center center;
    right: 0;
    top: 0px;
    opacity: 1;
    transition: 0.2s;
}
.link-purple-arrow:hover:before {
    opacity: 0;
}
.link-purple-arrow:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right-purple.svg) no-repeat center center;
    right: 0;
    top: 0px;
    opacity: 0;
    transition: 0.2s;
}
.link-purple-arrow:hover:after {
    opacity: 1;
} */

.link-white-arrow,
.link-white-arrow:focus,
.link-white-arrow:active {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #fff;
	position: relative;
	padding-right: 33px;
}

.link-white-arrow:hover {
	color: #fff;
}

.link-white-arrow span {
	position: absolute;
    width: 30px;
    height: 30px;
    right: -3px;
    top: -3px;
	overflow: hidden;
    transition: 0.2s;
}

.link-white-arrow span:before,
.link-white-arrow span:after {
	content: '';
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	background: url(../img/arrow-right.svg) no-repeat center center;
}

.link-white-arrow span:before {
	transform: translateX(-100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-arrow span:after {
	transform: translateX(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-arrow:hover span:before {
	transform: translateX(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-arrow:hover span:after {
	transform: translateX(100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* .link-white-arrow:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    right: 0;
    top: 0px;
    opacity: 1;
    transition: 0.2s;
}
.link-white-arrow:hover:before {
    opacity: 0;
}
.link-white-arrow:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    right: 0;
    top: 0px;
    opacity: 0;
    transition: 0.2s;
}
.link-white-arrow:hover:after {
    opacity: 1;
} */

.link-purple-download,
.link-purple-download:focus,
.link-purple-download:active {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #512874;
	position: relative;
	padding-right: 33px;
}

.link-purple-download:hover {
	color: #512874;
}

.link-purple-download span {
	position: absolute;
    width: 30px;
    height: 30px;
    right: -3px;
    top: -3px;
	overflow: hidden;
    transition: 0.2s;
}

.link-purple-download span:before,
.link-purple-download span:after {
	content: '';
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	background: url(../img/icon-download-dark.svg) no-repeat center center;
}

.link-purple-download span:before {
	transform: translateY(-100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-download span:after {
	transform: translateY(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-download:hover span:before {
	transform: translateY(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-purple-download:hover span:after {
	transform: translateY(100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}


.link-white-download,
.link-white-download:focus,
.link-white-download:active {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: relative;
	padding-right: 33px;
}

.link-white-download:hover {
	color: #fff;
}

.link-white-download span {
	position: absolute;
    width: 30px;
    height: 30px;
    right: -3px;
    top: -5px;
	overflow: hidden;
    transition: 0.2s;
}

.link-white-download span:before,
.link-white-download span:after {
	content: '';
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	background: url(../img/icon-download.svg) no-repeat center center;
}

.link-white-download span:before {
	transform: translateY(-100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-download span:after {
	transform: translateY(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-download:hover span:before {
	transform: translateY(0%);
	transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.link-white-download:hover span:after {
	transform: translateY(100%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.ha-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 16px;
	position: relative;
}
.ha-info:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgb(81,40,116);
    background: -moz-linear-gradient(left, rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%);
    background: -webkit-linear-gradient(left, rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%);
    background: linear-gradient(to right, rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 );
	opacity: 0.5;
}

.ha-info-left {
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.75;
	padding-right: 30px;
}

.ha-info-right {
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	font-size: 49px;
	line-height: 1.15;
	letter-spacing: -0.04em;
	background: linear-gradient(90deg, #05C0ED 56%, #512874 70%, #211E25 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.ha-info-right strong {
	font-weight: 500;
}

.ha-left {
	padding-right: 20px;
}

.ha-image {
	margin-top: -250px;
	width: 130%;
    margin-left: -33%;
}

.home-about-section {
	padding: 50px 0 100px;
	padding: 150px 0;
	position: relative;
}

.ha-section-image {
	position: absolute;
	top: -230px;
	left: 0;
	max-width: 940px;
	width: 50%;
	z-index: 9;
}

.arch-bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.arch-bottom svg {
	float: left;
}

.rafti-section {
	background: #1C1A20;
	color: #fff;
	padding: 200px 0;
	position: relative;
	overflow: hidden;
}

.flare-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 480px;
	height: 480px;
	background: url(../img/flare-bottomleft.png) no-repeat center center / 100% 100%;
}
.flare-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 800px;
	background: url(../img/flare-topright.png) no-repeat center center / 100% 100%;
}

.rafti-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.rafti-left {
	width: 28.22%;
	padding-right: 35px;
}

.rafti-middle {
	width: 43.56%;
}

.rafti-right {
	width: 28.22%;
	padding-left: 55px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.rafti-logo {
	margin-bottom: 40px;
}

.title-49 sup {
	font-size: 50%;
	margin-left: 4px;
	top: -0.75em;
}

.rafti-button {
	margin-top: 32px;
}

.rafti-image {
	padding-bottom: 100%;
	background: url(../img/rafti-orn.svg) no-repeat center center / 100% 100%;
	position: relative;
}
.rafti-image-hold {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68.519%;
}

.rafti-right .lt-16 {
	margin-bottom: 24px;
}

.rafti-stats ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1.25;
	color: rgba(255,255,255,0.75);
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.rafti-stats ul li:last-child {
	margin-bottom: 0px;
}
.rafti-stats ul li span {
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	font-size: 49px;
	line-height: 1.15;
	letter-spacing: -0.04em;
	width: 80px;
	min-width: 80px;
	width: 105px;
	min-width: 105px;
	margin-right: 25px;
	margin-right: 15px;
	background: linear-gradient(138.62deg, #05C0ED 2.87%, #B496CC 38.08%, #FFFFFF 75.4%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.rafti-stats ul li p {
	padding-top: 8px;
}

.rafti-stats ul li:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,05c0ed+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

    opacity: 0.5;
}

.umpire-section {
	padding: 144px 0 148px;
	background: #DFD7E5;
	position: relative;
}

.umpire-section:before {
	content: '';
	position: absolute;
	left: 50%;
	top: calc(100% - 94px);
	height: 200px;
	width: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,05c0ed+44,05c0ed+44,603a80+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(5,192,237,1) 44%, rgba(5,192,237,1) 44%, rgba(96,58,128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 44%,rgba(96,58,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(5,192,237,1) 44%,rgba(5,192,237,1) 44%,rgba(96,58,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#603a80',GradientType=0 ); /* IE6-9 */

	z-index: 5;
}

.umpire-section .title-100 {
	margin-bottom: 0;
}

.umpire-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 240px;
}

.umpire-left {
	width: 51.31%;
}
.umpire-right {
	width: 48.69%;
	padding-left: 11%;
}

.umpire-right-content {
	max-width: 400px;
}

.umpire-image-hold {
	padding-bottom: 100%;
	position: relative;
	/* background: url(../img/umpire-orn.svg) no-repeat center center / 100% 100%; */
	background: url(../img/umpire-orn.png) no-repeat center center / 100% 100%;
}

.umpire-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 81.111%;
}

.umpire-logo {
	margin-bottom: 40px;
}

.umpire-link {
	margin-top: 32px;
}

.resources-section {
	padding: 148px 0 180px;
}

.title-76 {
	font-size: 76px;
	line-height: 1.05;
	letter-spacing: -0.04em;
}
.title-76 strong {
	font-weight: 400;
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
	background-size: 300% 100%;
    background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}
.title-76.white.fade-up strong {
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
	background-size: 300% 100%;
    background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}
.title-49 strong {
	font-weight: 400;
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
	background-size: 300% 100%;
    background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}
.title-49.white strong {
	font-weight: 400;
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
	background-size: 300% 100%;
    background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: grad 6s linear forwards infinite;
}


.resources-section .title-76 {
	margin-bottom: 80px;
}

.resources-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.resources-list ul li {
	width: 57.662%;
	min-width: 57.662%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.resources-list ul li:nth-child(4n+2),
.resources-list ul li:nth-child(4n+3) {
	width: calc(100% - 57.662% - 20px);
	min-width: calc(100% - 57.662% - 20px);
}
.resources-list ul li:nth-child(2n) {
	margin-right: 0;
}
.resources-list ul li a {
	display: block;
	min-height: 505px;
	overflow: hidden;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}

.resources-list ul li:nth-child(4n) a,
.resources-list ul li:nth-child(4n+3) a {
	min-height: 600px;
}

.resources-list ul li a > img {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	transform: scale(1);
	transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.resources-list ul li a:hover > img {
	/* -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; */
	transform: scale(1.05);
}

.rl-content {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	padding-left: 56px;
	padding-right: 72px;
	z-index: 5;
}

.rl-title {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 16px;
	max-width: 450px;
}
.rl-title.rl-title-dark {
	color: #512874;
}

.rl-text {
	max-width: 450px;
	font-size: 18px;
	line-height: 1.25;
	color: #FFFFFF;
	opacity: 0.75;
}

.rl-text.rl-text-dark {
	color: #1C1A20;
}

.resources-list ul li a > span {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 5;
}

.timeline-section {
	background: #1C1A20;
	color: #fff;
	padding: 144px 0 144px;
	position: relative;
}

.timeline-section .lt-16 {
	margin-bottom: 24px;
}
.timeline-section .title-76 {
	margin-bottom: 70px;
}

.links-section {
	background: #211E25;
}

.link-item {
	padding-top: 97px;
	padding-bottom: 97px;
	width: 50%;
	position: relative;
}
.link-item a {
	position: relative;
	z-index: 5;
}

.links-left {
	padding-right: 100px;
}
.links-right {
	padding-left: 100px;
}
.links-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 50vw;
	background: linear-gradient(124.44deg, #211E25 -6.73%, #512874 55.21%, #1F1957 113.68%);
}

.links-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.link-item-image {
	padding-bottom: 75%;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	margin-bottom: 50px;
	overflow: hidden;
}
.link-item-image img {
	border-radius: 32px;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

a:hover .link-item-image > img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.shooting-star {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.link-item-headline.lt-16 {
	color: #DFD7E5;
	margin-bottom: 16px;
}

.link-item-title.title-49 {
	color: #fff;
	margin-bottom: 32px;
}

footer {
	position: relative;
}
footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
    background-size: 300% 100%;
    background-position: left center;
	animation: gradient 20s linear forwards infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
}
@-moz-keyframes gradient {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
}
@keyframes gradient {
	0% {
		background-position: left center;
	}
	100% {
		background-position: right center
	}
}



.footer {
	background: #211E25;
	padding: 100px 0 96px;
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.footer-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end; */

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.footer-grid {
	/* margin-right: 100px; */
}

.footer-grid:last-child {
	margin-right: 0px;
}

.footer-nav ul li {
	margin-bottom: 12px;
}

.footer-nav ul li:last-child {
	margin-bottom: 0px;
}

.footer-nav ul li a {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #FFF;
	transition: 0.2s linear;
	padding-bottom: 6px;
	position: relative;
}
.footer-nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

	transition: 0.3s;
}
.footer-nav ul li a:hover:after {
	width: 100%;
}

.footer-nav ul li a:hover {
	color: #FFF;
	/* opacity: 0.5; */
}
.footer-nav ul li.highlighted a {
	background: linear-gradient(90deg, #82E7FF 0%, #CA9CF0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.footer-nav ul li.highlighted a:hover {
	opacity: 1;
}
.footer-nav ul li.highlighted a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82e7ff+0,ca9cf0+100 */
	background: rgb(130,231,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(130,231,255,1) 0%, rgba(202,156,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(130,231,255,1) 0%,rgba(202,156,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(130,231,255,1) 0%,rgba(202,156,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82e7ff', endColorstr='#ca9cf0',GradientType=1 ); /* IE6-9 */
}

.copyrights {
	background: #161418;
	color: rgba(255,255,255,0.75);
	padding: 15px 0;
}

.copyrights-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.copyrights-text {
	font-size: 16px;
	line-height: 1.25;
}
.copyrights-text a {
	margin-left: 8px;
	color: #fff;
	transition: 0.2s linear;
}

.copyrights-text a:hover {
	color: #FFF;
	opacity: 0.5;
}

.socials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.socials ul li {
	margin-right: 4px;
}
.socials ul li:last-child {
	margin-right: 0px;
}
.socials ul li a {
	filter: grayscale(0) brightness(1);
	transition: 0.2s;
}
.socials ul li a:hover {
	filter: grayscale(1) brightness(5);
}

.footer-logo {
	margin-bottom: 60px;
}

.footer-text {
	font-size: 18px;
	line-height: 1.25;
	color: #FFF;
	opacity: 0.75;
}

.star-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.lines-reveal-up span {
	display: inline-block;
	overflow: hidden;
}
.lines-reveal-up span.whitespace {
	width: 0.2em;
}
.lt-16 span.whitespace {
	width: 0.4em;
}



.lines-reveal-up span span {
	transform: translateY(105%);
	transition: 800ms cubic-bezier(0.26, 1.00, 0.48, 1.00);
	transition-delay: calc( 200ms * var(--line-index) );
	line-height: 1.25;
    margin-top: -0.2em;
}
.lines-reveal-up.in-view span span {
	transform: translateY(0%);
}

.footer-top-left {
	max-width: 250px;
}

.mob-nav-hold {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 600;
	background: #211e25;
	padding: 16px 0 32px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.mob-nav-hold.close {
	opacity: 1;
	visibility: visible;
}

.mob-nav-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 32px;
}

.mob-nav > ul > li {
	border-bottom: 1px solid rgba(255,255,255,0.13);
}
.mob-nav > ul > li > a {
	display: block;
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding: 16px 0;
	position: relative;
}
.mob-nav > ul > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 19px;
	right: 0px;
	width: 24px;
	height: 24px;
	background: url(../img/angle-down-white.svg) no-repeat center center / 100% 100%;
	transition: 0.2s;
}
.mob-nav > ul > li.menu-item-has-children.active > a:after {
	transform: rotate(180deg);
}

.mob-nav > ul > li ul {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-bottom: 16px;
	display: none;
}
.mob-nav > ul > li ul li {
	margin-bottom: 12px;
}
.mob-nav > ul > li ul li:last-child {
	margin-bottom: 0px;
}
.mob-nav > ul > li ul li a {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.mob-nav-hold-bottom {
	margin-top: 40px;
}

.mob-nav-hold .grid-container {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.logo {
	/* transform: translateY(-120px); */
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.logo.close {
	transform: translateY(0px);
}
.nav-trigger {
	/* transform: translateY(-120px); */
	transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav-trigger.close {
	transform: translateY(0px);
}
.nav ul li {
	/* transform: translateY(-120px); */
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav ul li:nth-child(2) {
	transition-delay: 0.1s;
}
.nav ul li:nth-child(3) {
	transition-delay: 0.2s;
}
.nav ul li:nth-child(4) {
	transition-delay: 0.3s;
}
.nav ul li:nth-child(5) {
	transition-delay: 0.4s;
}
.nav.close ul li {
	transform: translateY(0px);
}

.header-cta {
	/* transform: translateY(-120px); */
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-cta.close {
	transform: translateY(0px);
}

.animation-element.fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-up.in-view {
	opacity: 1;
	transform: translateY(0px);
}

.animation-element.fade-up-later {
	opacity: 0;
	transform: translateY(40px);
	transition: 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-up-later.in-view {
	opacity: 1;
	transform: translateY(0px);
}
.animation-element.fade-up-late {
	opacity: 0;
	transform: translateY(40px);
	transition: 1s 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-up-late.in-view {
	opacity: 1;
	transform: translateY(0px);
}

.animation-element.fade-in {
	opacity: 0;
	transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-in.in-view {
	opacity: 1;
}
.animation-element.fade-in-later {
	opacity: 0;
	transition: 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-in-later.in-view {
	opacity: 1;
}
.animation-element.fade-in-late {
	opacity: 0;
	transition: 1s 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-in-late.in-view {
	opacity: 1;
}

.animation-element.fade-right {
	opacity: 0;
	transform: translateX(100px);
	transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-right.in-view {
	transform: translateX(0px);
	opacity: 1;
}
.animation-element.fade-right-later {
	opacity: 0;
	transform: translateX(100px);
	transition: 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-right-later.in-view {
	transform: translateX(0px);
	opacity: 1;
}
.animation-element.fade-right-late {
	opacity: 0;
	transform: translateX(100px);
	transition: 1s 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-right-late.in-view {
	transform: translateX(0px);
	opacity: 1;
}

.animation-element.fade-up.rafti-middle {
	transition-delay: 0.2s;
}
.animation-element.fade-up.rafti-right {
	transition-delay: 0.4s;
}

.animation-element3.slide-up {
	transform: translateY(100px);
	transition: 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element3.slide-up.in-view {
	transform: translateY(0px);
}

.resources-list ul li:nth-child(2n) {
	transition-delay: 0.2s;
}

.intro-anim span {
	display: inline-block;
    overflow: hidden;
}
.intro-anim span span {
	transform: translateY(105%);
    transition: 800ms cubic-bezier(0.26, 1.00, 0.48, 1.00);
    transition-delay: calc( 200ms * var(--line-index) );
    line-height: 1.25;
    margin-top: -0.2em;
}
.intro-anim:nth-child(2) span span {
    transition-delay: calc( 400ms + 200ms * var(--line-index) );
}
.intro-anim.fade span span {
	transform: translateY(0%);
}

.intro-fade {
	opacity: 0;
	transition: 1s cubic-bezier(0.26, 1.00, 0.48, 1.00);
}
.intro-fade.fade {
	opacity: 1;
}

.video-bottom-section {
	/* margin-top: -40px; */
}

.video-bottom-section:before {
	content: '';
	position: absolute;
	z-index: 8;
	left: 0;
	right: 0;
	width: 100%;
	top: -1px;
	height: 90px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030708+0,030708+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(3,7,8,1) 0%, rgba(3,7,8,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(3,7,8,1) 0%,rgba(3,7,8,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(3,7,8,1) 0%,rgba(3,7,8,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030708', endColorstr='#00030708',GradientType=0 ); /* IE6-9 */

}

.video-top-section:before {
	content: '';
	position: absolute;
	z-index: 8;
	left: 0;
	right: 0;
	width: 100%;
	bottom: -1px;
	height: 160px;
	height: 120px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,512874+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(81,40,116,0) 0%, rgba(81,40,116,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,0) 0%,rgba(81,40,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,0) 0%,rgba(81,40,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00512874', endColorstr='#512874',GradientType=0 ); /* IE6-9 */
	
}

.video-bottom-section:after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 200px;
	height: 25vh;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,512874+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(81,40,116,0) 0%, rgba(81,40,116,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,0) 0%,rgba(81,40,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,0) 0%,rgba(81,40,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00512874', endColorstr='#512874',GradientType=0 ); /* IE6-9 */

}

.timeline-carousel-item {
	width: 546px;
	width: 438px;
	position: relative;
	padding-bottom: 100%;
}

.timeline-carousel-item:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 2px solid #1C1A20;
	z-index: 4;
}
.timeline-carousel-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/orn-oct.png) no-repeat center center / 100% 100%;
	z-index: 5;
}

.timeline-carousel-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	overflow: hidden;
}
.timeline-carousel-image video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;

}

.timeline-carousel-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	text-align: center;
	padding-top: 104px;
	padding-top: 84px;
}

.timeline-carousel-year {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.timeline-carousel-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	max-width: 400px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.timeline-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev {
	outline: none;
}

.timeline-carousel .owl-dots {
	margin-top: 96px;
	width: calc(1240px - 152px);
	margin-left: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.timeline-carousel.owl-carousel .owl-dot {
	width: 100%;
}

.timeline-carousel.owl-carousel .owl-dot button {
	width: 100%;
	display: block;
	cursor: pointer;
	font-family: 'Exo', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: rgba(255,255,255,.5);
	border-top: 1px solid #fff;
	padding-top: 12px;
	position: relative;
	transition: 0.2s;
}

.timeline-carousel.owl-carousel .owl-dot button span {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: 0.2s;
}

.timeline-carousel.owl-carousel .owl-dot.active button span {
	opacity: 1;
}

.timeline-carousel.owl-carousel .owl-dot.active button {
	color: rgba(255,255,255,1);
}

.timeline-carousel.owl-carousel .owl-nav .owl-next, 
.timeline-carousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 52px;
	height: 48px;
	background: #fff;
	border-radius: 20px;
	bottom: 7px;
}
.timeline-carousel.owl-carousel .owl-nav .owl-next:before, 
.timeline-carousel.owl-carousel .owl-nav .owl-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: 0;
	transition: 0.2s;
}
.timeline-carousel.owl-carousel .owl-nav .owl-next:hover:before, 
.timeline-carousel.owl-carousel .owl-nav .owl-prev:hover:before {
	opacity: 1;
}
.timeline-carousel.owl-carousel .owl-nav .owl-prev:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c0ed+0,b496cc+76 */
	background: rgb(5,192,237); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(5,192,237,1) 0%, rgba(180,150,204,1) 76%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#b496cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.timeline-carousel.owl-carousel .owl-nav .owl-next:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b496cc+24,05c0ed+100 */
	background: rgb(180,150,204); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(180,150,204,1) 24%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b496cc', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.timeline-carousel.owl-carousel .owl-nav .owl-next:after, 
.timeline-carousel.owl-carousel .owl-nav .owl-prev:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	
}
.timeline-carousel.owl-carousel .owl-nav .owl-prev:after {
	background: url(../img/slide-prev.svg) no-repeat center center / 24px 24px;
}
.timeline-carousel.owl-carousel .owl-nav .owl-next:after {
	background: url(../img/slide-next.svg) no-repeat center center / 24px 24px;
}

.timeline-carousel.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.timeline-carousel.owl-carousel .owl-nav .owl-next {
	left: 60px;
}

.timeline-carousel-hold {
	width: 546px;
	width: 438px;
}

.timeline-section .flare-1 {
	width: 240px;
    height: 240px;
} 
.timeline-section .flare-2 {
	width: 200px;
    height: 400px;
} 

.color-dark .timeline-carousel-year {
    color: #512874;
}
.color-dark .timeline-carousel-title {
    color: #512874;
}

.error-section {
	min-height: 100vh;
	padding: 150px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #1f1a21;

}

.error-button {
	margin-top: 48px;
}

.error-section .title-100 strong {
	background: linear-gradient(138.62deg, #05C0ED 2.87%, #B496CC 38.08%, #FFFFFF 75.4%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
	animation: none;
}

.astronaut {
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	transition-duration: 20s;
	transition-timing-function: ease-out;
	position: fixed;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 9;
}

.title-100.animation-element.reveal-up {
	overflow: hidden;
}
.error-content .title-100 {
	margin-bottom: 20px;
}
.title-100.animation-element.reveal-up h1 {
	transform: translateY(100%);
	line-height: 0.9;
	transition: 800ms 0.2s cubic-bezier(0.26, 1.00, 0.48, 1.00);
}
.title-100.animation-element.reveal-up.in-view h1 {
	transform: translateY(0%);
}

.lt-16.animation-element.reveal-up {
	overflow: hidden;
	opacity: 0;
}
.lt-16.animation-element.reveal-up.in-view {
	opacity: 1;
}
.lt-16.animation-element.reveal-up span {
	transform: translateY(100%);
	line-height: 1.3;
	transition: 800ms 0.2s cubic-bezier(0.26, 1.00, 0.48, 1.00);
}
.lt-16.animation-element.reveal-up.in-view span {
	transform: translateY(0%);
}

.text-page-section {
	padding: 260px 0 100px;
}

.text-page-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	padding-right: 8%;
}

.text-page-left {
	width: 280px;
	min-height: 1px;
}
.text-page-right {
	width: calc(100% - 280px);
	padding-left: 35px;
}

.entry img {
	border-radius: 16px;
}

.entry p {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 30px;
}
.entry h2 {
	font-size: 64px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin-bottom: 32px;
}
.entry h3 {
	font-size: 49px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin-bottom: 32px;
}

.entry h4 {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child) {
	margin-top: 72px;
}
.entry ul {
	margin-bottom: 30px;
}

.entry ul ul {
	margin-left: 0;
	margin-bottom: 0px;
}
.entry ul li {
	font-size: 24px;
	padding-left: 36px;
	line-height: 1.25;
	position: relative;
}
.entry ul li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
}

.entry ol {
	counter-reset: item;
	margin-bottom: 30px;
}
.entry ol ol {
	margin-bottom: 0;
}

.entry ol li {
	font-size: 24px;
	line-height: 1.25;
	position: relative;
}
.entry ol li:before {
	content: counters(item, ".") ".";
    counter-increment: item;
	margin-right: 8px;
}

.entry blockquote {
	margin: 72px 0;
	padding: 8px 0 8px 32px;
	position: relative;
}
.entry blockquote:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=0 ); /* IE6-9 */
}

.entry blockquote p {
	margin-bottom: 24px;
	color: #211E25;
}
.entry blockquote p:last-child {
	margin-bottom: 0px;
}
.entry blockquote p:last-child:not(:first-child) {
	font-weight: 600;
	font-size: 18px;
}

.entry p a {
	color: #7E32BE;
}
.entry p a:hover {
	color: #7E32BE;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}

.entry > *:last-child {
	margin-bottom: 0;
}

.toc-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 24px;
}

.toc-list {
	position: relative;
}
.toc-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background: #DFD7E5;
}
.toc-list ul li a {
	display: block;
	padding: 12px 20px 12px 26px;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: -0.02em;
	color: #211E25;
	position: relative;
	opacity: 0.5;
	transition: 0.2s;
}
.toc-list ul li a:hover {
	opacity: 1;
}
.toc-list ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=0 ); /* IE6-9 */
	opacity: 0;
}
.toc-list ul li.act a {
	opacity: 1;
}
.toc-list ul li.act a:before {
	opacity: 1;
}

.text-page-section .lt-16 {
	margin-bottom: 16px;
}
.text-page-section .title-100 {
	margin-bottom: 96px;
}

.home-intro .title-100.intro-anim strong span span {
	animation: grad 12s linear forwards infinite;
}

.title-76.lines-reveal-up span {
	margin-top: -0.2em;
}

.rl-logos {
	position: absolute;
	left: 56px;
	bottom: 44px;
}
.rl-logos ul {
	display: block !important;
	margin: 0;
}

.rl-logos ul li {
	margin-bottom: 11px;
	width: 100% !important;
}

.rl-logos ul li:last-child {
	margin-bottom: 0px;
}
.rl-logos ul li img {
	max-width: 240px;
	max-height: 43px;
}

.footer-mob-link {
	line-height: 1.25;
}
.footer-mob-link a {
	font-size: 13px;
	color: #FFF;
	transition: 0.2s;
}
.footer-mob-link a:hover {
	color: #FFF;
	opacity: 0.5;
}

.footer-top-right {
	max-width: calc(100% - 300px);
	width: 100%;
}

.footer-top-right {
	padding-left: 10%;
}

.footer-nav {
	width: 100%;
}

.footer-nav ul {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap; */
}
.footer-nav ul li {
	/* width: 27%;
	min-width: 27%;
	margin-right: 9.5%; */
}
.footer-nav ul li:nth-child(3n) {
	/* margin-right: 0%; */
}

.home-intro-content .title-100 {
	margin-bottom: 15px;
}

.title-100.splitting { 
	line-height: 0.8;
}

.title-76.splitting {
	line-height: 0.95;
}

.links-right .animation-element.fade-up {
	transition-delay: 0.35s;
}

.logos-carousel-mob {
	margin-left: -18px;
	width: calc(100% + 36px);
}

.logos-carousel-1 {
	margin-bottom: 20px;
}

.logos-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logos-carousel-item {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.logos-carousel-item img {
    max-width: 125px;
    max-height: 28px;
}

.mob-nav-header .logo svg .logo-change {
	fill: #fff
}

.intro-newsroom-section {
	padding: 262px 0 116px;
	background: #211e25;
	color: #fff;
	position: relative;
}
.intro-newsroom-section .lt-16{
	margin-bottom: 24px;
}

.title-100.light strong {
	/* background: linear-gradient(138.62deg, #05C0ED 3%, #B496CC 40%, #FFFFFF 90%); */
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
	
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.featured-newsroom {
	background: #DFD7E5;
	border-radius: 32px;
	padding: 72px 80px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.fn-left {
	width: 50%;
	padding-right: 9px;
}

.fn-right {
	width: 50%;
	padding-left: 8.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fn-image {
	padding-bottom: 81.36%;
	border-radius: 16px;
	overflow: hidden;
	display: block;
}
.fn-image:hover img {
	transform: scale(1.05);
}
.fn-image img {
	border-radius: 16px;
	transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.fn-right a {
	display: block;
	color: #211E25;
}

.fn-link {
	margin-top: 24px;
}

.dabel-date {
	font-family: 'Lexend Tera', sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7E32BE;
	margin-bottom: 16px;
}

.orn-lb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 770px;
	height: 530px;
	background: url(../img/orn-lb.png) no-repeat center center / 100% 100%;
}
.orn-lb2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 400px;
	background: url(../img/orn-lb2.png) no-repeat center center / 100% 100%;
}

.newsroom-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-left: -16px;
	width: calc(100% + 32px);
	min-width: calc(100% + 32px);
}

.newsroom-list ul li {
	width: calc(33.333% - 32px);
	min-width: calc(33.333% - 32px);
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 48px;
}

.newsroom-list ul li a {
	display: block;
}

.nl-image {
	padding-bottom: 75%;
	margin-bottom: 24px;
	border-radius: 16px;
	background: #f2f2f2;
}

.scale-effect {
	overflow: hidden;
}
.scale-effect > img  {
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
a:hover .scale-effect > img  {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.title-24 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}

.newsroom-list ul li a .title-24 {
	color: #211E25;
}
.newsroom-list ul li a .text-18 {
	color: #211E25;
}

.text-18 {
	font-size: 18px;
	line-height: 1.25;
	opacity: 0.75;
}

.nl-link {
	margin-top: 24px;
}

.cta-section {
	padding: 144px 0;
	background: #1C1A20;
	color: #fff;
	position: relative;
	z-index: 11;
}

.cta-section .lt-16 {
	margin-bottom: 32px;
}
.cta-section .title-76 {
	margin-bottom: 30px;
}

.arch-top {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.intro-sp-section {
	padding: 262px 0 276px;
    background: #211e25;
    color: #fff;
    position: relative;
}

.intro-sp-section .lt-16 {
	margin-bottom: 48px;
} 
.intro-sp-section .title-76 {
	max-width: 1030px;
} 

.animation-element.lines-reveal-up {
	opacity: 0;
}
.animation-element.lines-reveal-up.in-view {
	opacity: 1;
}

.newsroom-list-tabs .tabs-content {
    border: none;
    background: transparent;
    color: #211E25;
}

.newsroom-list-tabs .tabs-panel {
	padding: 0;
}

.newsroom-list-tabs .tabs {
    border: none;
    background: transparent;
	margin-top: -42px;
	margin-bottom: 56px;
	margin-left: -16px;
}

.newsroom-list-tabs .tabs-title>a {
	display: block;
    padding: 8px 16px;
    font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.04em;
	color: #fff;
	background: transparent;
	position: relative;
}
.newsroom-list-tabs .tabs-title>a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 36px;
	background: url(../img/tab-left.svg) no-repeat center center / 100% 100%;
	opacity: 0;
}
.newsroom-list-tabs .tabs-title:first-child>a:before {
	width: 50vw;
	background: #fff;
}
/* .newsroom-list-tabs .tabs-title>a:focus:before,  */
.newsroom-list-tabs .tabs-title>a[aria-selected=true]:before {
	opacity: 1;
}

.newsroom-list-tabs .tabs-title>a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 36px;
	background: url(../img/tab-right.svg) no-repeat center center / 100% 100%;
	opacity: 0;
}
/* .newsroom-list-tabs .tabs-title>a:focus:after,  */
.newsroom-list-tabs .tabs-title>a[aria-selected=true]:after {
	opacity: 1;
}

.newsroom-list-tabs .tabs-title>a:hover {
    background: transparent;
    color: #fff;
}

/* .newsroom-list-tabs .tabs-title>a:focus,  */
.newsroom-list-tabs .tabs-title>a[aria-selected=true] {
    background: #fff;
    color: #211E25;
}

.newsroom-list-tabs .tabs-title {
    margin-right: 36px;
}
.newsroom-list-tabs .tabs-title:last-child {
    margin-right: 0px;
}


.nl-filter-hold {
	margin-bottom: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.nl-filter-left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.nl-filter-left ul li {
	margin-right: 16px;
}

.nl-filter-left ul li:last-child {
	margin-right: 0px;
}
.nl-filter-left ul li a {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #211E25;
	opacity: 0.5;
	transition: 0.2s;
}
.nl-filter-left ul li a:hover {
	opacity: 1;
}

.nl-filter-left ul li a.active {
	color: #7E32BE;
	opacity: 1;
}

.nl-image > span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 20px;
	z-index: 5;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+1,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,40,116,1) 1%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,40,116,1) 1%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(81,40,116,1) 1%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
}

.nl-image-logo {
	position: absolute;
	top: 32px;
	left: 24px;
	z-index: 5;
}

.nl-image-logo img {
	max-width: 185px;
	max-height: 40px;
}

.sp-content-image {
    padding-bottom: 54.84%;
}
.sp-content-image img {
    border-radius: 32px;
}

.sp-content-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.sp-content-left {
	width: 77%;
}

.sp-content-right {
	width: 23%;
	min-height: 1px;
}

.sp-content-image {
	margin-bottom: 24px;
}

.sp-content-top {
	margin-top: -216px;
	margin-bottom: 72px;
}

.sp-content-image-caption {
	font-size: 16px;
	line-height: 1.25;
}

.socials-share ul li {
	margin-bottom: 4px;
	text-align: right;
}

.socials-share ul li:last-child {
	margin-bottom: 0px;
}

.multi-buttons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
} 
.multi-buttons.text-center ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
} 

.multi-buttons ul li {
	margin-right: 12px;
} 

.multi-buttons ul li:last-child {
	margin-right: 0px;
} 

.tdi-section .multi-buttons {
	margin-top: 90px;
} 

.tdi-section .multi-buttons ul li {
	margin-right: 30px;
} 

.tdi-section .multi-buttons ul li:last-child {
	margin-right: 0px;
} 

.sp-content-left .entry:not(:last-child) {
	margin-bottom: 32px;
}

.single-about-logo {
	margin-bottom: 32px;
}
.single-about-logo img {
	max-height: 55px;
}

.single-about-text h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}

.single-about-text p {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 12px;
}

.single-about-text p:last-child {
	margin-bottom: 0px;
}

.single-about-text a {
	color: #7E32BE;
}

.single-about-text a:hover {
	color: #7E32BE;
	text-decoration: underline;
}

.sp-content-section {
	padding-bottom: 108px;
}

.single-abouts {
	margin-top: 72px;
}

.single-about {
	margin-bottom: 72px;
}
.single-about:last-child {
	margin-bottom: 0px;
}

.has-arch-bottom-white:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	padding-bottom: 2.222%;
	z-index: 5;
	background: url(../img/arch-white.svg) no-repeat center center / 100% 100%;
}
.has-arch-top-dark:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	padding-bottom: 3.333%;
	z-index: 5;
	background: url(../img/arch-dark.svg) no-repeat center center / 100% 100%;
}

.cta-section.cta2-section {
	padding-top: 116px;
}

.cta-section.cta2-section .title-76 {
	margin-bottom: 0;
}
.cta-section.cta2-section .text-24 {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
}

.gc-item {
	padding-bottom: 69%;
}

.gallery-carousel-section {
	position: relative;
}

.gallery-carousel-section:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 2.778%;
	background: url(../img/arch-white-down.svg) no-repeat center center / 100% 100%;
	z-index: 11;
}

.page-template-tp-contact .gallery-carousel-section {
	background: #DFD7E5;
}
.page-template-tp-contact .gallery-carousel-section:after {
	background: url(../img/arch-light-down.svg) no-repeat center center / 100% 100%;
}

.contacts-blocks {
	margin-bottom: 120px;
}

.contacts-blocks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.contacts-blocks ul li {
	margin: 0 12px 24px;
}

.contacts-blocks ul li a {
	display: block;
	background: #1F1957;
	padding: 16px 48px;
	border-radius: 32px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.contacts-blocks ul li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	background: linear-gradient(131.68deg, #512874 10.81%, #9C7CD4 28.36%, #1F1957 91.06%);
	opacity: 0;
	transition: 0.2s;
}
.contacts-blocks ul li a:hover:after {
	opacity: 1;
}

.contact-block-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	color: #FFF;
	opacity: 0.75;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}

.contact-block-info {
	font-size: 24px;
	line-height: 1.25;
	color: #FFF;
	position: relative;
	z-index: 2;
}

.contact-content-section {
	padding: 104px 0 200px;
    margin-top: 144px;
}

.contacts-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.contacts-details-left{
	width: 40%;
	padding-right: 8%;
}

.contacts-details-right {
	width: 60%;
	padding-left: 0.727%;
}

.contacts-details-image {
	padding-bottom: 60.41%;
}
.contacts-details-image img {
	border-radius: 32px;
}

.contacts-details-image span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 5;
}

.contacts-details-subtext {
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.75;
	margin-top: 24px;
}

.contacts-details-text p {
	font-size: 18px;
	line-height: 1.25;
	opacity: 0.75;
	margin-bottom: 24px;
}

.contacts-details-text strong {
	font-weight: 600;
}

.contacts-details-text p:last-child {
	margin-bottom: 0px;
}

.title-76.lines-reveal-up strong span span {
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: grad 6s linear forwards infinite;
}
.title-49.lines-reveal-up strong span span {
	background: linear-gradient(90deg, #512874, #05C0ED, #512874,#05C0ED, #512874,#05C0ED, #512874 );
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: grad 6s linear forwards infinite;
}

.contacts-details-left .title-76 {
	margin-bottom: 12px;
}

.intro-contact-section {
	padding: 213px 0 92px;
    background: #211e25;
    color: #fff;
    position: relative;
}

.intro-contact-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.intro-contact-left {
	width: 55%;
	padding-right: 3%;
}
.intro-contact-right {
	width: 45%;
	padding-left: 4%;
	padding-right: 5%;
}

.title-100.light {
	color: #fff;
}

.contact-form-wrapper {
	background: #DFD7E5;
	border-radius: 32px;
	padding: 60px 56px 56px;
	margin-bottom: -144px;
}

.contact-form-title {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 32px;
	color: #000;
}

/* .title-100.reveal-up span {
	display: inline-block;
}
.title-100.reveal-up span span {
	line-height: 1.3;
	margin-top: -0.2em;
} */
/* .title-100.reveal-up > * > span {
	overflow: hidden;
}
.title-100.reveal-up > * > strong > span {
	overflow: hidden;
} */
/* .title-100.reveal-up span span {
	line-height: 1.3;
	margin-top: -0.2em;
}
.title-100.reveal-up .whitespace {
	width: 0.2em;
} */

.intro-contact-section .title-100 {
	margin-bottom: 0;
} 
.intro-contact-section .lt-16 {
	margin-bottom: 16px;
} 

.intro-contact-section .title-100.white strong {
	padding: 0;
}

.sp-content-section.os-content-story {
	padding-bottom: 156px;
}

.os-content-story .sp-content-left .entry:not(:last-child) {
    margin-bottom: 44px;
}

.navy-thrid-blocks-section {
	padding: 140px 0 120px;
}

.intro-contact-section + .navy-thrid-blocks-section {
    /* margin-top: 144px; */
}

.navy-thrid-blocks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.navy-thrid-blocks ul li {
	width: calc(33.333% - 10px);
	min-width: calc(33.333% - 10px);
	margin-right: 15px;
	margin-bottom: 12px;
}

.navy-thrid-blocks ul li:nth-child(3n) {
	margin-right: 0px;
}
.navy-thrid-blocks ul li:nth-child(3n+2) {
	transition-delay: 0.2s;
}
.navy-thrid-blocks ul li:nth-child(3n) {
	transition-delay: 0.4s;
}

.navy-thrid-blocks ul li a {
	display: block;
	min-height: 100%;
	position: relative;
	background: #1F1957;
	border-radius: 32px;
	color: #fff;
	padding: 30px 30px 67px;
	text-align: center;
}
.navy-thrid-blocks ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	background: linear-gradient(131.68deg, #512874 10.81%, #9C7CD4 28.36%, #1F1957 91.06%);
	opacity: 0;
	transition: 0.2s;
}
.navy-thrid-blocks ul li a:hover:before {
	opacity: 1;
}

.navy-thrid-blocks ul li a span {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	z-index: 5;
	overflow: hidden;
}

.navy-thrid-blocks ul li a span:before,
.navy-thrid-blocks ul li a span:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: url(../img/arrow-right.svg) no-repeat center center;
}
.navy-thrid-blocks ul li a span:before {
	transform: translateX(-100%);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.navy-thrid-blocks ul li a span:after {
	transform: translateX(0%);
    transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.navy-thrid-blocks ul li a:hover span:before {
	transform: translateX(0%);
    transition: 0.6s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.navy-thrid-blocks ul li a:hover span:after {
	transform: translateX(100%);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.ntb-icon {
	height: 76px;
	position: relative;
	z-index: 5;
	margin-bottom: 12px;
}
.ntb-icon img {
	max-height: 100%;
}

.ntb-title {
	font-size: 24px;
	line-height: 1.25;
	color: #FFF;
	margin-bottom: 11px;
	position: relative;
	z-index: 5;
	word-break: break-word;
}
.ntb-text {
	font-size: 16px;
	line-height: 1.25;
	color: #FFF;
	position: relative;
	z-index: 5;
}

.content-map-section {
	padding: 150px 0 150px;
}

.content-map-section.purple {
	background: #512874;
	color: #fff;
}
.content-map-section.light-purple {
	background: #DFD7E5;
}
.content-map-section.black {
	background: #211e25;
    color: #fff;
}
.map-content-section.purple {
	background: #512874;
	color: #fff;
}
.map-content-section.light-purple {
	background: #DFD7E5;
}
.map-content-section.black {
	background: #211e25;
    color: #fff;
}

.content-map-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.content-map-left {
	width: 45.04%;
	padding-right: 7%;
}
.content-map-right {
	width: 54.96%;
}

.cm-map {
	height: 500px;
	border-radius: 32px;
	overflow: hidden;
}

.content-map-left .lt-16 {
	margin-bottom: 45px;
}
.content-map-left .title-76 {
	margin-bottom: 10px;
}

.text-24 p {
	margin-bottom: 30px;
}

.text-24 p:last-child {
	margin-bottom: 0px;
}

.lt-16.has-icon {
	position: relative;
	padding-left: 36px;
} 
.lt-16.has-icon img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 24px;
	max-height: 24px;
} 
.lt-16.has-icon.lines-reveal-up img {
	top: 30%;
} 

.reg-video-section {
	position: relative;
}

.reg-video-hold a {
	display: block;
	border-radius: 32px;
	overflow: hidden;
	padding-bottom: 56.31%;
}

.reg-video-hold a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 166px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1c1a20+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(28,26,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1a20',GradientType=0 ); /* IE6-9 */

}

.reg-video-hold a img {
	border-radius: 32px;
}

.reg-video-hold a > span {
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 10;
}

.video-section-top {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 44%;
}

.map-content-section {
	padding: 148px 0 144px;
}

.map-content-hold {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-content-left {
	width: 54.96%;
}

.map-content-right {
	width: 45.04%;
    padding-left: 7%;
}

.map-content-right .lt-16 {
    margin-bottom: 45px;
}

.map-content-right .title-76 {
    margin-bottom: 10px;
}

.btn-play,
.btn-play:focus,
.btn-play:active {
	display: inline-block;
	font-size: 18px;
	line-height: 47px;
	letter-spacing: -0.02em;
	color: #FFF;
	padding-right: 57px;
	position: relative;
}
.btn-play:hover {
	color: #FFF;
}
.btn-play:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: linear-gradient(133.22deg, #512874 3.21%, #05C0ED 87.68%);
}
.btn-play:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 14px;
	border-left: 14px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.btn-play.purple,
.btn-play.purple:focus,
.btn-play.purple:active {
	color: #512874;
}
.btn-play.purple:hover {
	color: #512874;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.content-map-link {
	margin-top: 24px;
}

.intro-text-only-section {
	padding: 265px 0 125px;
}

.intro-text-only-section .text-24 {
	max-width: 1000px;
}

.iao-image {
	padding-bottom: 44.78%;
	padding-bottom: 56.31%;
	overflow: hidden;
	border-radius: 32px;
}

.iao-image video {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 100%; */
	height: 100%;
}

.iao-image img {
	border-radius: 32px;
}

.image-arch-overlap-section {
	position: relative;
}

.image-arch-overlap-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0px;
	top: 120px;
	height: calc(100% - 120px);
	background: #1C1A20;
	background: #211E25;
}

.image-arch-overlap-section.before-black:before {
	background:#1C1A20;
}

.image-arch-overlap-section:after {
	/* content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 3.333%;
	background: url(../img/arch-dark.svg) no-repeat center center / 100% 100%;
	bottom: calc(100% - 121px); */
}

.overlaping-cards-section {
	padding: 150px 0;
	background: #1C1A20;
	background: #211E25;
	color: #fff;
	position: relative;
}

.intro-text-only-section .lt-16 {
	margin-bottom: 32px;
}
.intro-text-only-section .title-100 {
    margin-bottom: 48px;
}

.title-76.white.lines-reveal-up strong span span {
    /* background: linear-gradient(90deg, #05C0ED 17.12%, #D2B3EA 37.03%, #05C0ED 56.81%, #D2B3EA 79.93%); */
    background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.overlaping-cards-section .lt-16 {
	margin-bottom: 40px;
}
.overlaping-cards-section .title-76 {
	margin-bottom: 70px;
}

.origin-section {
	padding: 156px 0 110px;
}

.origin-section .section-top {
	margin-bottom: 80px;
}

.origin-section-videos {
	position: relative;
}
.origin-section-videos:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: -110px;
	width: 1px;
	height: calc(100% + 110px);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,05c0ed+50,603a80+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #05c0ed 50%, #603a80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#05c0ed 50%,#603a80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#05c0ed 50%,#603a80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#603a80',GradientType=0 ); /* IE6-9 */

}

.separator-short .origin-section-videos:after {
	display: none;
}
.separator-short .origin-section-videos ul li a {
	position: relative;
}
.separator-short .origin-section-videos ul li a:before {
	content: '';
	position: absolute;
	right: -41px;
	bottom: 60px;
	width: 1px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,05c0ed+50,603a80+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #05c0ed 50%, #603a80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#05c0ed 50%,#603a80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#05c0ed 50%,#603a80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#603a80',GradientType=0 ); /* IE6-9 */
}
.separator-short .origin-section-videos ul li:nth-child(2n) a:before {
	display: none;
}
.separator-short.origin-section .section-top {
    margin-bottom: 120px;
}

.origin-section-videos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.origin-section-videos ul li {
	width: calc(50% - 40px);
	min-width: calc(50% - 40px);
	margin-right: 80px;
	margin-bottom: 80px;
	text-align: center;
}

.origin-section-videos ul li a {
	display: block;
}

.origin-section-videos ul li:nth-child(2n) {
	margin-right: 0;
}

.osv-image {
	padding-bottom: 75.58%;
	margin-bottom: 30px;
}
.osv-image {
	border-radius: 32px;
	clip-path: inset(0 0 round 32px);
}

.osv-image > span {
	position: absolute;
	z-index: 5;
	right: 24px;
	bottom: 20px;
}
.osv-image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 166px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1c1a20+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(28,26,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1a20',GradientType=0 ); /* IE6-9 */

}


.osv-title {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #211E25;
	opacity: 0.75;
}

.origin-section .section-top .lt-16 {
	margin-bottom: 36px;
}

.origin-section-button {
	margin-top: 36px;
}

.title-76-section {
	padding: 160px 0 110px;
}

.full-bleed-image-section img {
	width: 100%;
}

.leadership-section {
	padding: 115px 0 0;
	position: relative;
	background: #1C1A20;
	color: #fff;
	overflow: hidden;
}

.leadership-section .title-49 {
	max-width: 610px;
	margin-bottom: 55px;	
}

.title-49.lines-reveal-up {
	line-height: 0.8;
}

.leadership-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.leadership-list ul li {
	width: calc(33.333% - 40px);
	min-width: calc(33.333% - 40px);
	margin-right: 60px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 70px;
}
.leadership-list ul li:nth-child(3n) {
	margin-right: 0px;
}

.ll-image {
	padding-bottom: 100%;
	margin-bottom: 26px;
	perspective: 500px;
	overflow: hidden;
}

.ll-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/orn-oct-2.png) no-repeat center center / 100% 100%;
	z-index: 5;
}
.ll-image:before {
	content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #1C1A20;
    z-index: 4;
}

.ll-image-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #512874;
	z-index: 3;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 24px 24px;

	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: rgba(255,255,255,0.75);
	transform-style: preserve-3d;
	transform: rotateY(90deg );
	opacity: 0;
	transition: transform 0.5s, opacity 0.1s 0.4s;
}

.leadership-list ul li:hover .ll-image-content {
	transform: rotateY( 0deg ) ;
	opacity: 1;
  	transition: transform 0.5s, opacity 0.1s;
}

.ll-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 28px;
}
.ll-name span {
	display: block;
	font-weight: 400;
}

.ll-logo img {
	max-height: 36px;
}

.awards-section {
	background: #1C1A20;
	color: #fff;
	padding: 100px 0 100px;
}
.awards-section .lt-16 {
	margin-bottom: 50px;
}

.awards-carousel-item {
	height: 126px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.awards-carousel-item img {
	max-height: 100%;
	max-width: 160px;
}

.overlaping-card-hold {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.overlaping-card-item {
	padding: 24px 80px 80px;
	background: #512874;
	border-radius: 32px;
	color: #fff;

	transform-origin: top center;

	/* min-height: calc(100vh - 96px - 180px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between; */
}

.overlaping-card-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.overlaping-card-left {
	width: 50%;
}
.overlaping-card-right {
	width: 50%;
	padding-left: 6.482%;
}

.overlaping-card-image {
	/* padding-bottom: 100%; */
	height: 48vh;
}
.overlaping-card-image img {
	border-radius: 32px;
}


.overlaping-card-item .lt-16 {
	margin-bottom: 80px;
}

.top-reached .overlaping-card-holder {
	position: fixed;
}

.overlaping-card-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.overlaping-card-hold-2 .overlaping-card-item {
	margin-top: 104px;
}
.overlaping-card-hold-3 .overlaping-card-item {
	margin-top: 208px;
}
.overlaping-card-hold-4 .overlaping-card-item {
	margin-top: 316px;
}

.overlaping-cards-bottom {
	height: 50px;
}

.intro-splitted-section {
	padding: 238px 0 0;
}

.intro-splitted {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.intro-splitted-left {
	width: 47.58%;
	padding-top: 26px;
	padding-right: 5%;
}
.intro-splitted-right {
	width: 52.42%;
}

.intro-splitted-image {
	padding-bottom: 100%;
	position: relative;
	/* background: url(../img/orn-orctagon-light-purple.svg) no-repeat center center / 100% 100%; */
}
.intro-splitted-image:after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: url(../img/rafti-video-mask-inverted.svg) no-repeat center center / 100% 100%;
}
.intro-splitted-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 72%;
	max-height: 72%;
}
.intro-splitted-image video {
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.intro-splitted-logo {
	margin-bottom: 36px;
}

.content-stats-section {
	padding: 145px 0;
}

.content-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	padding-left: 90px;
}

.content-stats-left {
	width: 52%;
}
.content-stats-right {
	width: 48%;
	padding-left: 10%;
}

.title-29 {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 32px;
}

.content-stats-left .text-24 {
	opacity: 1;
}

.content-stats-button {
	margin-top: 40px;
}

.content-stats-right .lt-16 {
	margin-bottom: 24px
}

.content-stats-right .rafti-stats ul li {
	color: #211E25;
}

.content-stats-right .rafti-stats ul li:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=1 ); /* IE6-9 */

}
.content-stats-right .rafti-stats ul li span {
	background: linear-gradient(90deg, #512874 6.23%, #05C0ED 67.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.video-section-bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
}

.why-rafti-section {
	padding: 150px 0 50px;
	background: #512874;
	color: #fff;
}

.why-rafti-section .title-76 {
	max-width: 600px;
	margin-bottom: 40px;
}

.why-rafti-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.why-rafti-left {
	width: 50%;
}
.why-rafti-right {
	width: 50%;
	padding-bottom: 100px;
}

.why-rafti-list ul li {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	position: relative;
	padding-left: 100px;
	margin-bottom: 70px;
	min-height: 80px;
}
.why-rafti-list ul li:last-child {
	margin-bottom: 0px;
}
.why-rafti-list ul li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	text-align: center;
}

.btl-section {
	padding: 165px 0 145px;
	position: relative;
	overflow: hidden;
}

#orbitsBTL {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	width: 1746px;
	height: 1746px;
}

.btl-section .title-76 {
	max-width: 600px;
	margin-bottom: 71px;
}

.btl-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
}

.btl-list ul li {
	min-height: 266px;
	margin-bottom: 20px;
	width: calc(33.333% - 20px);
	min-width: calc(33.333% - 20px);
	margin-right: 20px;
}
.btl-list ul li > img {
	border-radius: 32px;
}


.btl-list ul li:nth-child(7n+1) {
	width: calc(33.4% - 20px);
	min-width: calc(33.4% - 20px);
}
.btl-list ul li:nth-child(7n+2) {
	width: calc(66.6% - 20px);
	min-width: calc(66.6% - 20px);
}
.btl-list ul li:nth-child(7n+3),
.btl-list ul li:nth-child(7n+4) {
	width: calc(50% - 20px);
	min-width: calc(50% - 20px);
}

.btl-list-title {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 40px;
	top: 40px;
	z-index: 5;
	font-size: 24px;
	line-height: 1.25;
	color: #FFF;
	max-width: 430px;
}

.octagon-cta {
	min-height: 400px;
	position: relative;
	padding: 50px 140px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.octagon-cta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/cta-octagon-left.png) no-repeat left center / auto 100%;

}
.octagon-cta:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/cta-octagon-right.png) no-repeat right center / auto 100%;
}

.octagon-cta-content {
	position: relative;
	z-index: 2;
}

.octagon-cta-details {
	margin-top: 30px;
}

.octagon-cta-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.octagon-cta-details ul li {
	margin-right: 65px;
	font-size: 16px;
	line-height: 1.25;
}

.octagon-cta-details ul li:last-child {
	margin-right: 0px;
}

.octagon-cta-details ul li h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}
.octagon-cta-details ul li p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
}

.octagon-cta-title-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.octagon-cta-title-hold .title-76 {
	margin-right: 60px;
}

.octagon-cta-content .lt-16 {
	margin-bottom: 4px;
}

.octagon-cta-button {
	padding-bottom: 12px;
}

.btn-gradient.btn-sm, 
.btn-gradient.btn-sm:focus, 
.btn-gradient.btn-sm:active {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 20px;
}

.octagon-cta-bg {
	position: absolute;
	top: 0;
	left: 160px;
	bottom: 0;
	right: 160px;
	height: 100%;
	width: calc(100% - 320px);
	background: #DFD7E5;
}

.octagon-cta > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}

.ttr-info-section {
	padding: 165px 0 160px;
	background: #1C1A20;
	color: #fff;
	position: relative;
}

.ttr-info-top {
	margin-bottom: 124px;
	max-width: 600px;
	margin-left: auto;
}
.ttr-info-top .title-76 {
	max-width: 500px;
	margin-bottom: 16px;
}

.ttr-info-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.ttr-info-left {
	width: 61.36%;
}
.ttr-info-right {
	width: 38.64%;
	padding-left: 60px;
}

.ttr-info-list ul li {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 48px;
	padding-left: 45px;
	position: relative;
}
.ttr-info-list ul li:last-child {
	margin-bottom: 0px;
}
.ttr-info-list ul li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #05C0ED url(../img/checkmark-black.svg) no-repeat center center;

}

.ttr-info-section.has-top-overlap {
	padding-top: 338px;
	margin-top: -200px;
}

.flare-topleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
	height: 999px;
	background: url(../img/flare-topleft.png) no-repeat center center / 100% 100%;
	mix-blend-mode: lighten;
	opacity: 0.8;
}

.requirements-section {
	padding: 170px 0 155px;
	background: #f2f2f2;
}

.requirements-section .title-76 {
	margin-bottom: 50px;
	max-width: 600px;
}

.requirements-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 160px;
}

.requirements-about-left {
	width: 46%;
    padding: 0 2.903%;
}
.requirements-about-right {
	width: 54%;
	padding-left: 11%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.requirements-about-right .title-49 {
    margin-bottom: 16px;
}

.requirements-about-list {
	margin-top: 56px;
}
.requirements-about-list ul li {
	font-size: 24px;
	line-height: 1.25;
	color: rgba(33,30,37,0.75);
	margin-bottom: 32px;
	padding-left: 45px;
	position: relative;
}
.requirements-about-list ul li:last-child {
	margin-bottom: 0;
}
.requirements-about-list ul li:before {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #05C0ED url(../img/checkmark-black.svg) no-repeat center center;
}

.requirements-pressure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.requirements-pressure-left {
	width: 39%;
}
.requirements-pressure-right {
	width: 61%;
	padding-left: 5%;
}

.requirements-pressure-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.requirements-pressure-list ul li {
	background: #1F1957;
	color: #fff;
	border-radius: 32px;
	width: 275px;
	min-height: 177px;	

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 10px 24px;
	margin-right: 20px;
}
.requirements-pressure-list ul li:nth-child(2n) {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e25+0,512874+50,1f1957+99 */
	background: rgb(33,30,37); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(33,30,37,1) 0%, rgba(81,40,116,1) 50%, rgba(31,25,87,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(33,30,37,1) 0%,rgba(81,40,116,1) 50%,rgba(31,25,87,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(33,30,37,1) 0%,rgba(81,40,116,1) 50%,rgba(31,25,87,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e25', endColorstr='#1f1957',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.requirements-pressure-list ul li:last-child {
	margin-right: 0px;
}

.requirements-pressure-list-content h3 {
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
}
.requirements-pressure-list-content p {
	font-size: 18px;
	line-height: 1.25;
	color: #FFFFFF;
}

.elements-section {
	padding: 150px 0 170px;
	background: #f2f2f2;
}

.elements-list {
	margin-top: 103px;
}

.element {
	width: 165px;
	height: 165px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.element.white {
	color: #fff;
}

.element:before {
	content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #f2f2f2;
    z-index: 4;
}
.element:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/octagon-element.png) no-repeat center center / 100% 100%;
    z-index: 5;
} 

.element-info {
	padding: 0 5px;
}

.element-info h3 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 5px;
}
.element-info p {
	font-size: 16px;
	line-height: 1.25;
}

.elements-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.elements-list ul li {
	position: relative;
}

.elements-list ul li:before {
	content: '';
	position: absolute;
	width: 212px;
	height: 212px;
	background: url(../img/orn-element.svg) no-repeat center center / 100% 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

}
.elements-list ul li:nth-child(2n) {
	margin-top: 167px;
}

.integration-section {
	padding: 170px 0 142px;
	background: #DFD7E5;
	position: relative;
	overflow: hidden;
}

.integration-top {
	margin-bottom: 80px;
	max-width: 715px;
	margin-left: auto;
}

.integration-button {
	margin-top: 34px;
}

.integration-top .title-76 {
	margin-bottom: 16px;
}

.integration-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 13px);
}

.integration-list ul li {
	width: calc(33.333% - 13px);
	min-width: calc(33.333% - 13px);
	margin-right: 13px;
	margin-bottom: 13px;
	background: #FFF;
	border-radius: 32px;
	padding: 46px 20px 48px;
}

.integration-list-image {
	text-align: center;
	margin-bottom: 40px;
}
.integration-list-image img {
	max-height: 324px;
}

.integration-list-title {
	padding: 0 30px;
	font-size: 24px;
	line-height: 1.25;
}

.integration-top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 372px;
}

.random-images-section {
	padding: 155px 0 160px;
}

.support-rafti-section {
	padding: 160px 0 160px;
	background: #211E25;

	color: #fff;
	position: relative;
	/* background: #1c1a20; */
}
.support-rafti-section .title-76 {
	margin-bottom: 80px;
}

.support-rafti-list {
	position: relative;
}
.support-rafti-list:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 50%;
	width: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e25+0,603a80+0,05c0ed+50,ffffff+99 */
	background: rgb(33,30,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,30,37,1) 0%, rgba(96,58,128,1) 0%, rgba(5,192,237,1) 50%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,30,37,1) 0%,rgba(96,58,128,1) 0%,rgba(5,192,237,1) 50%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,30,37,1) 0%,rgba(96,58,128,1) 0%,rgba(5,192,237,1) 50%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e25', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.support-rafti-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.support-rafti-list ul li {
	width: 50%;
	position: relative;
}
.support-rafti-list ul li:nth-child(2n+1) {
	padding-right: 10.9%;
}
.support-rafti-list ul li:nth-child(2n) {
	padding-left: 10.9%;
}

.support-rafti-list-line-1 {
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.support-rafti-list-link {
	margin-top: 44px;
}

.sr-1 {
	position: absolute;
	left: 0;
	width: 118px;
	height: 400px;
	background: url(../img/sr-1.svg) no-repeat center center / 100% 100%;
	top: 60%;
	transform: translateY(-50%);
}
.sr-2 {
	position: absolute;
	right: 0;
	width: 102px;
	height: 445px;
	background: url(../img/sr-2.svg) no-repeat center center / 100% 100%;
	top: 60%;
	transform: translateY(-50%);
}

.octagon-quote {
	min-height: 605px;
	position: relative;
	padding-left: 55%;
	padding-right: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.octagon-quote:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/quote-oct-left.png) no-repeat left center / auto 100%;
}
.octagon-quote:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/quote-oct-right.png) no-repeat right center / auto 100%;
}

.octagon-quote > img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	z-index: 2;
}

.octagon-quote-content {
	position: relative;
	z-index: 5;
}

.octagon-quote-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #fff;
	left: 200px;
	right: 200px;
	width: calc(100% - 400px);
}

.octagon-quote-title {
	position: absolute;
	width: 605px;
	z-index: 10;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10%;
	padding-right: 3%;
}

.octagon-quote-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 62px;
}

.octagon-quote-author-image {
	width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}

.octagon-quote-author-info {
	width: calc(100% - 70px - 30px);
}

.octagon-quote-author-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.octagon-quote-author-details {
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.75;
}

.octagon-quote-content .title-49 {
	margin-bottom: 0;
}

.octagon-quote-section {
	position: relative;
}

.octagon-quote-top {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	width: 100%;
	height: 50%;
}

.quotes-slider-section {
	background: #F2F2F2;
	padding: 100px 0 0;
}

.quotes-slider-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.quotes-slider-left {
	width: 68%;
	padding-left: 18%;
}
.quotes-slider-right {
	width: 32%;
	padding-left: 6.8%;
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quotes-slider-right:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50vw;
	background: #F2F2F2;
}

.quotes-slider-right-content {
	position: relative;
	z-index: 20;
}

.qc-item {
	padding: 58px 56px 56px;
	background: #DFD7E5;
	border-radius: 32px;
	opacity: 0.5;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.2s;
}
.owl-item.active .qc-item {
	opacity: 1;
}

.qc-item-logo {
	margin-bottom: 24px;
}

.qc-item-logo img {
	max-height: 42px;
}

.qc-item-text {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #512874;
}


.qc-item .octagon-quote-author-name {
	color: #512874;
}

.owl-carousel.quotes-carousel .owl-stage-outer {
	overflow: visible;
}

.quotes-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.quotes-slider-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quotes-slider-nav ul li {
	margin-right: 10px;
}

.quotes-slider-nav ul li:last-child {
	margin-right: 0px;
}
.quotes-slider-nav ul li a {
	display: inline-block;
	width: 52px;
    height: 48px;
    background: #fff;
    border-radius: 20px;
	position: relative;
}
.quotes-slider-nav ul li a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.quotes-slider-nav ul li a.qc-prev:after {
	background: url(../img/slide-prev.svg) no-repeat center center / 24px 24px;
}

.quotes-slider-nav ul li a.qc-next:after {
	background: url(../img/slide-next.svg) no-repeat center center / 24px 24px;
}

.quotes-slider-nav ul li a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0;
    transition: 0.2s;
}
.quotes-slider-nav ul li a:hover:before {
	opacity: 1;
}

.quotes-slider-nav ul li a.qc-prev:before {
	background: rgb(5,192,237);
    background: -moz-linear-gradient(-45deg, rgba(5,192,237,1) 0%, rgba(180,150,204,1) 76%);
    background: -webkit-linear-gradient(-45deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
    background: linear-gradient(135deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#b496cc',GradientType=1 );
}

.quotes-slider-nav ul li a.qc-next:before {
	background: rgb(180,150,204);
    background: -moz-linear-gradient(45deg, rgba(180,150,204,1) 24%, rgba(5,192,237,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
    background: linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b496cc', endColorstr='#05c0ed',GradientType=1 );
}

.quotes-slider-right-content .title-76 {
	margin-bottom: 20px;
}

.trust-section {
	background: #F2F2F2;
	padding: 120px 0 150px;
}

.trust-section .lt-16 {
	margin-bottom: 40px;
}

#orbitJson {
    position: absolute;
    top: -112px;
    left: -75px;
    width: 500px;
    height: 500px;
}

.orbitsBTLglobe {
	position: absolute;
	top: 0;
	right: 0;
	width: 484px;
	height: 484px;
	opacity: 0.3;
	transform: translate(50%, -50%);
}

.intro-rd-image  {
	margin-top: 72px;
}

.intro-rd-image img {
	border-radius: 32px;
}

.intro-text-only-section.intro-rd-section {
	padding-bottom: 96px;
}

.rd-content-section {
	margin-bottom: 176px;
}

.rd-content-section .entry p {
	max-width: 820px;
}
.rd-content-section .entry p.has-video {
	max-width: 100%
}

.entry p.has-video {
	position: relative;
	padding-bottom: 56.25%;
}
.entry p.has-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.rd-content-links {
	margin-top: 49px;
}

.rd-content-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.rd-content-links ul li {
	width: calc(50% - 10px);
	min-width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.rd-content-links ul li:nth-child(2n) {
	margin-right: 0px;
}
.rd-content-links ul li a {
	display: block;
	padding-bottom: 165%;
}
.rd-content-links ul li a > img {
	border-radius: 32px;
}

.rd-content-link-button {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 50px;
	padding: 0 32px;
	text-align: right;
}

.gallery-carousel-section.has-bottom-arch:before {
	content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 2.778%;
    background: url(../img/arch-white-down.svg) no-repeat center center / 100% 100%;
    z-index: 11;
    transform: rotate(180deg);
}

.rd-bottom-section {
	padding: 154px 0 144px;
}

.rd-bottom-section .entry {
    max-width: 820px;
}
.rd-bottom-section .entry p {
    font-size: 18px;
    margin-bottom: 16px;
}
.rd-bottom-section .entry > *:last-child {
    margin-bottom: 0px;
}

.rd-bottom-image {
	margin-top: 72px;
}
.rd-bottom-image img {
	border-radius: 32px;
}

.intro-resources-section {
	padding: 262px 0 25px;
    background: #211e25;
    color: #fff;
    position: relative;
}

.intro-resources-section .lt-16 {
	margin-bottom: 16px;
}
.intro-resources-section .title-100 {
	max-width: 880px;
}

.navy-thrid-blocks-section .title-49 {
	margin-bottom: 50px;
}

.navy-thrid-blocks ul li a.no-link {
	cursor: default;
	padding-top: 40px;
	padding-bottom: 40px;
}
.navy-thrid-blocks ul li a.no-link span {
	display: none;
}
.navy-thrid-blocks ul li a.no-link:before {
	display: none;
}
.navy-thrid-blocks ul li a.no-link:after {
	display: none;
}

.random-images ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.random-images ul li {
	width: 23%;
}

.random-image {
	padding-bottom: 66.75%;
}
.random-image img {
	border-radius: 16px;
}

.random-images-top {
	margin-bottom: 80px;

	margin-left: 0% !important;
}

.random-images-bottom {
	margin-top: 112px;
}

.random-images-top ul li:nth-child(2) {
	margin-top: -38px;
}
.random-images-bottom ul li:nth-child(1) {
	margin-top: -48px;
}
.random-images-bottom ul li:nth-child(3) {
	margin-top: -24px;
}

.random-images {
	margin-left: -10%;
	width: 120%;
}

.resources-landing-fixed-section {
	padding: 50px 0 100px;
	padding: 50px 0 140px;
	background: #211e25;
    color: #fff;
    position: relative;

}

.rlf-left {
	width: 42.338%;
	padding-right: 8.2%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rlf-right {
	width: 57.662%;
}

.rlf-left-item {
	/* min-height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.rlf-right-wrapper {
	/* min-height: 100vh; */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rlf-right-hold {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
	z-index: 5;
}

.rlf-right-hold:before {
	content: '';
	position: absolute;
	width: 744px;
	height: 999px;
	background: url(../img/flare-resources.png) no-repeat center center / 100% 100%;
	top: -210px;
	right: -200px;
	z-index: -1;
}
.rlf-right-hold:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/octagon-rl.svg) no-repeat center center / 100% 100%;
}

.rlf-button {
	margin-top: 32px;
}

.rlf-logo {
	margin-bottom: 40px;
}
.rlf-logo img {
	max-height: 27px;
}

.rlf-right-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 57%;
	text-align: center;
	z-index: 10;
}

.post-type-archive-resource .rlf-right-video {
	max-width: 70%;
}

.resources-filter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-left: -16px;
}
.resources-filter ul li {
	margin-right: 36px;
}
.resources-filter ul li:last-child {
	margin-right: 0px;
}
.resources-filter ul li a {
	display: block;
    padding: 8px 16px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #fff;
    background: transparent;
    position: relative;
	white-space: nowrap;
}
.resources-filter ul li a:before {
	content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 36px;
    background: url(../img/tab-left.svg) no-repeat center center / 100% 100%;
    opacity: 0;
}
.resources-filter ul li:first-child a.active:before {
	width: 50vw;
    background: #fff;
}
.resources-filter ul li a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 36px;
    background: url(../img/tab-right.svg) no-repeat center center / 100% 100%;
    opacity: 0;
}

.resources-filter ul li a.active {
	background: #fff;
    color: #211E25;
}
.resources-filter ul li a.active:before {
	opacity: 1;
}
.resources-filter ul li a.active:after {
	opacity: 1;
}

.resources-filter-section {
	position: relative;
	z-index: 20;
	padding: 0 0 144px;
}

.nl-image-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 96px;
	height: 96px;
}

.resources-container {
    margin-top: -42px;
}
.resources-container + .grid-container{
	margin-top: 56px;
}

.error404 .title-100.animation-element.reveal-up h1 {
	line-height: 1.25;
}

.newsroom-list-section .tabs-panel {
    padding: 0;
}
.newsroom-list-section .tabs-content {
    border: none;
    background: transparent;
}

.tabs-content .newsroom-list {
	margin-bottom: 120px;
}

.intro-split-info-section {
	padding: 260px 0 144px;
	position: relative;
}

.isi-left {
	width: 50%;
}
.isi-left .lt-16 {
	margin-bottom: 32px;
}
.isi-left .text-24 {
	opacity: 1;
}
.isi-left .title-100 {
	margin-bottom: 0;
}

.isi-left-text {
	margin-top: 110px;
	margin-left: 210px;
}

.isi-left-text > div {
	width: 505px;
}

.ma-intro-split-info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	right: -10%;
	opacity: 0.3;
}

.overlaping-card-media {
	margin-top: 88px;
}
.overlaping-card-media-split {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	background: #DFD7E5;
	position: relative;
}
.overlaping-card-media-split:before,
.overlaping-card-media-split:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 50%;
	height: calc(100% + 2px);
	z-index: 5;
}
.overlaping-card-media-split:before {
	left: -1px;
	background: url(../img/oct-left-purple-out.png) no-repeat left center / auto 100%;
}
.overlaping-card-media-split:after {
	right: -2px;
	background: url(../img/oct-right-purple-out.png) no-repeat right center / auto 100%;
}

.ocms-left {
	width: 31%;
	/* background: #E9E9E9; */
}

.ocms-image {
	padding-bottom: 100%;
	height: 100%;
	/* min-height: 426px; */
}

.ocms-right {
	width: 69%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 8%;
	padding-right: 10%;
	background: #F2F2F2;
	background: #dfd7e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ocms-list {
	position: relative;
	z-index: 6;
}

.ocms-list ul li {
	position: relative;
	font-size: 24px;
	line-height: 1.25;
	color: #1C1A20;
	opacity: 0.75;
	margin-bottom: 14px;
	padding-left: 10px;
}
.ocms-list ul li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
.ocms-list ul li:last-child {
	margin-bottom: 0px;
}

.overlaping-card-item.ma-overlaping-card-item {
	padding-top: 83px;
	padding-bottom: 65px;
}

.overlaping-cards-section .ma-overlaping-card-item .title-76 {
	margin-bottom: 32px;
}

.navy-thrid-blocks-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.navy-thrid-blocks-left {
	width: 50%;
}
.navy-thrid-blocks-right {
	width: 50%;
	padding-left: 6%;
	padding-bottom: 30px;
}

.navy-thrid-blocks-split .title-76 {
	margin-bottom: 0;
}

.case-studies-section {
	padding: 150px 0 100px;
}

.case-studies-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.case-studies-top .title-76 {
	margin-bottom: 0px;
}

.case-stadies-top-left {
	width: 65%;
}

.case-stadies-top-right {
	width: 35%;
	text-align: right;
	padding-bottom: 40px;
}

.cta-fw-section {
	padding: 150px 0 144px;
	position: relative;
	z-index: 12;
}

.cta-fw-section.has-top-dark-invert-arch {
	padding-top: 190px;
}
.cta-fw-section.has-top-dark-invert-arch:before {
	/* position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 3.333%;
	background: url(../img/arch-invert-dark-top.svg) no-repeat center center / 100% 100%; */
}

.cta-fw-section .title-76 {
	margin-bottom: 20px;
}

.cta-fw-gradient {
	background: linear-gradient(138.62deg, #1F1957 -6.46%, #512874 56.36%, #1F1957 105.8%);
	color: #fff;
}
.cta-fw-dark {
	background: #1C1A20;
	color: #fff;
}

.ma-overlaping-card-item .overlaping-card-right {
	text-align: right;
}

.intro-text-only-section .title-100:last-child {
	margin-bottom: 0;
}

.text-offset-section {
	padding: 155px 0;
	position: relative;
	color: #fff;
}
.text-offset-section.light-section {
	color: #211E25;
}

.text-offset-content {
	padding-left: 40%;
}

.text-offset-content .lt-16 {
	margin-bottom: 40px;
}
.text-offset-content .title-76 {
	margin-bottom: 24px;
}

.text-offset-flare {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 628px;
}

.image-text-line-items-section {
	padding: 150px 0 180px;
}

.itl-item {
	margin-bottom: 96px;
}

.itl-item:last-child {
	margin-bottom: 0px;
}

.itl-item-image {
	min-height: 420px;
	height: 100%;
}
.itl-item-image img {
	border-radius: 32px;
}

.itl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.itl-item-image-hold {
	width: 49.066%;
	position: relative;
	z-index: 5;
}

.itl-item-content-hold {
	position: relative;
	width: 50.934%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 62px;
	padding-right: 62px;
	/* background: linear-gradient(#DFD7E5, #DFD7E5) padding-box,
				linear-gradient(to right, rgba(126,50,190,0), darkorchid) border-box;
	border: 1px solid transparent;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px; */
}
.itl-item-content-hold:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -50px;
	height: 100%;
	width: calc(100% + 50px);
	background: linear-gradient(#DFD7E5, #DFD7E5) padding-box,
				linear-gradient(to right, rgba(126,50,190,0), #7E32BE) border-box;
	border: 1px solid transparent;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
}

.image-text-line-items-section .title-76 {
	margin-bottom: 70px;
}

.itl-link {
	margin-top: 24px;
}

.itl-item-content .title-49:last-child {
	margin-bottom: 0;
}

.itl-item-content {
	position: relative;
	z-index: 5;
}

.itl-item:nth-child(2n) .itl-item-image-hold {
	order: 2;
}
.itl-item:nth-child(2n) .itl-item-content-hold:before {
	background: linear-gradient(#DFD7E5, #DFD7E5) padding-box,
				linear-gradient(to left, rgba(126,50,190,0), #7E32BE) border-box;
	border: 1px solid transparent;
	border-radius: 0;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	left: 0;
	right: -50px;
}

.itl-item.image-wide .itl-item-image-hold {
	width: 63%;
}

.itl-item.image-wide .itl-item-content-hold {
	width: 37%;
}

.full-bleed-image-content-section {
	padding: 145px 0;
	color: #fff;
	min-height: 100vh;
}
.full-bleed-image-content {
	max-width: 505px;
}

.full-bleed-image-content-link {
	margin-top: 24px;
}

.octagon-logos-carousel-hold {
	/* background: #512874; */
	color: #fff;
	min-height: 520px;
	margin-top: -260px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.octagon-logos-carousel-hold > div {
	position: relative;
	z-index: 5;
}
.octagon-logos-carousel-hold:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 520px;
	height: 520px;
	background: url(../img/octagon-purple.png) no-repeat center center / 100% 100%;
}

.octagon-logos-carousel-left {
	width: 53%;
	padding-left: 160px;
}

.octagon-logos-carousel-bg {
	position: absolute !important;
	z-index: 2 !important;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 200px;
	right: 200px;
	width: calc(100% - 400px);
	background: #512874;;
}

.octagon-logos-carousel-right {
	width: 47%;
}

.octagon-logos-carousel-wrapper {
	width: 520px;
	height: 520px;
	margin-left: auto;
	background: url(../img/octagon-logos.png) no-repeat center center / 100% 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.octagon-logos-carousel-wrapper .company-item span img {
	filter: brightness(0);
	max-height: 54px;
}
.octagon-logos-carousel-wrapper .companies-line-1 {
	margin-bottom: 50px;
}

.intro-mediakit-section {
	background: #211e25;
    color: #fff;
    position: relative;
}

.intro-mediakit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.intro-mediakit-left {
	width: 50%;
	padding: 262px 2% 120px 0;
}
.intro-mediakit-right {
	padding-left: 5%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	position: relative;
}
.intro-mediakit-right:after {
	content: '';
	position: absolute;	
	left: -10px;
	right: -10px;
	width: calc(100% + 20px);
	top: -1px;
	height: 300px;
	z-index: 5;
	background: linear-gradient(180deg, #211E25 0%, rgba(33, 30, 37, 0.598958) 66.15%, rgba(33, 30, 37, 0) 100%);
}

.intro-mediakit-carousel-column {
	height: 100%;
	width: calc(50% - 10px);
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.intro-mediakit-carousel-column:last-child {
	margin-right: 0px;
}

.intro-mediakit-carousel {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	width: 100%;
}

.intro-media-kit-button {
	margin-top: 32px;
}

.intro-mediakit .lt-16 {
	margin-bottom: 16px;
}

.mediakit-recent-section {
	padding: 90px 0 190px;
}

.mediakit-recent-buttons {
	margin-top: 48px;
}

.mediakit-recent-buttons.multi-buttons ul li {
	margin-right: 32px;
}
.mediakit-recent-buttons.multi-buttons ul li:last-child {
	margin-right: 0px;
}

.mediakit-recent-image {
	padding-bottom: 54.84%;
	margin-bottom: 64px;
}
.mediakit-recent-image img {
	border-radius: 32px;
}

.mediakit-recent-section .title-49 {
	margin-bottom: 80px;
}

.mediakit-recent-section .lt-16 {
	margin-bottom: 48px;
}
.mediakit-recent-section .title-76 {
	margin-bottom: 34px;
}
.mediakit-recent-section .text-24 {
	max-width: 820px;
}

.mediakit-accordions-section {
	background: #f2f2f2;
	padding: 144px 0;
}

.mediakit-accordions-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 64px;
}

.mediakit-accordions-top-left {
	width: 40%;
	padding-right: 5%;
}

.mediakit-accordions-top-right {
	width: 60%;
	padding-left: 8px;
}

.mediakit-terms {
	background: #DFD7E5;
	border-radius: 16px;
	padding: 24px 32px;
}

.mediakit-terms h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.mediakit-terms p {
	font-size: 16px;
	line-height: 1.25;
}

.mediakit-accordions-top-left .title-76 {
	position: relative;
	top: 20px;
}

.mediakit-accordions .accordion {
    background: transparent;
}
.mediakit-accordions .accordion-title {
    padding: 12px 50px 12px 20px;
    border: none;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
    color: #fff;
	background: linear-gradient(90deg, #512874 0%, #15B9E0 63.54%, #563F97 100%);
	border-radius: 16px !important;
}

.mediakit-accordions .accordion-title::before {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    right: 20px;
    margin-top: 0;
    content: "";
	width: 24px;
	height: 24px;
	background: url(../img/angle-down-white.svg) no-repeat center center / 100% 100%;
}
.mediakit-accordions .is-active>.accordion-title::before {
    content: "";
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.mediakit-accordions .accordion-content {
    padding: 48px 0 22px;
    border: none;
    background-color: transparent;
    color: #211E25;
}
.mediakit-accordions .accordion-item {
    margin-bottom: 32px;
}
.mediakit-accordions .accordion-item:last-child {
    margin-bottom: 0;
}
.mediakit-accordions .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
}

.mediakit-block-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 24px;
}

.mediakit-fivesome-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	margin: 0;
	padding: 0;
}

.mediakit-fivesome-list ul li {
	width: calc(20% - 10px);
	min-width: calc(20% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}
.mediakit-fivesome-list ul li a {
	display: block;
	height: 100%;
}
.mediakit-fivesome-list ul li a img {
	border-radius: 8px;
}
.mediakit-fivesome-list ul li a:hover .mediakit-item-hover {
	opacity: 1;
}

.mediakit-item-hover {
	position: relative;
	z-index: 5;
	background: #512874;
	border-radius: 8px;
	padding: 18px 16px 20px;
	text-align: center;
	height: 100%;
	min-height: 148px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
}

.mediakit-item-hover-text {
	font-size: 16px;
	line-height: 1.25;
	display: flex;
	color: #FFF;
	opacity: 0.75;
	margin-bottom: 10px;
}

.mediakit-fivesome-block {
	margin-bottom: 38px;
}

.mediakit-fivesome-block:last-child {
	margin-bottom: 0px;
}

.mediakit-item-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mediakit-item-logo img {
	max-height: 31px;
	max-width: 70%;
}

.mediakit-people-list ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.mediakit-people-list ul li {
	width: calc(50% - 16px);
	min-width: calc(50% - 16px);
	margin-right: 32px;
	margin-bottom: 32px;
}

.mediakit-people-list ul li:nth-child(2n) {
	margin-right: 0px;
}

.mediakit-people-list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: 100%;
}

.mpl-left {
	width: 39.68%
}
.mpl-right {
	width: 60.32%;
	padding-left: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mpl-image {
	padding-bottom: 100%;
}
.mpl-image img {
	border-radius: 8px;

}

.mpl-title {
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #211E25;
	margin-bottom: 12px;
}
.mpl-title span {
	display: block;
	font-size: 12px;
	line-height: 1.33;
}

.mpl-info {
	font-size: 16px;
	line-height: 1.25;
	color: #211E25;
}

.mediakit-people-block {
	margin-bottom: 16px;
}

.mpl-image .mediakit-item-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.mediakit-people-list ul li a:hover .mediakit-item-hover {
	opacity: 1;
}

.mediakit-threesome-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0;
	padding: 0;
}

.mediakit-threesome-list ul li {
	width: calc(33.333% - 20px);
	min-width: calc(33.333% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.mediakit-threesome-list ul li a {
	display: block;
	height: 100%;
}
.mediakit-threesome-list ul li a img {
	border-radius: 16px;
}
.mediakit-threesome-list ul li a .mediakit-item-hover {
	border-radius: 16px;
	min-height: 186px;
	padding-left: 30px;
	padding-right: 30px;
}
.mediakit-threesome-list ul li a:hover .mediakit-item-hover {
	opacity: 1;
}

.mediakit-threesome-block {
	margin-bottom: 28px;
}
.mediakit-threesome-block:last-child {
	margin-bottom: 0px;
}

.intro-mediakit-left .title-100.white strong {
	padding-left: 0;
}

.intro-mediakit-carousel-image {
	padding-bottom: 133%;
}
.intro-mediakit-carousel-image img {
	border-radius: 16px;
}

.intro-mediakit-carousel-1 {
	-webkit-animation-name: marqueeVertical;
	-moz-animation-name: marqueeVertical;
	animation-name: marqueeVertical;
	-webkit-animation-duration: 60s;
	-moz-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.intro-mediakit-carousel-2 {
    /* -webkit-animation: marqueeVertical 60s linear infinite reverse;
    -moz-animation: marqueeVertical 60s linear infinite reverse;
    animation: marqueeVertical 60s linear infinite reverse; */


	-webkit-animation-name: marqueeVertical;
	-moz-animation-name: marqueeVertical;
	animation-name: marqueeVertical;
	-webkit-animation-duration: 60s;
	-moz-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

.intro-mediakit-carousel-item-hold {
	padding: 10px  0px;
}

@-webkit-keyframes marqueeVertical {
	from {
		/* -webkit-transform: translate3d(0,var(--trans),0);
		-moz-transform: translate3d(0,var(--trans),0);
        transform: translate3d(0,var(--trans),0) */
		
	}
	to {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
	}
}

@-moz-keyframes marqueeVertical {
	from {
		/* -webkit-transform: translate3d(0,var(--trans),0);
		-moz-transform: translate3d(0,var(--trans),0);
        transform: translate3d(0,var(--trans),0) */
	}
	to {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
	}
}
@keyframes marqueeVertical {
	from {
		/* -webkit-transform: translate3d(0,var(--trans),0);
		-moz-transform: translate3d(0,var(--trans),0);
        transform: translate3d(0,var(--trans),0) */
	}
	to {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
	}
}

.intro-careers-section {
	background: #211e25;
    color: #fff;
    position: relative;
	padding: 262px 0 120px;
}

.intro-careers .lt-16 {
    margin-bottom: 16px;
}
.intro-careers .title-100 {
    margin-bottom: 0px;
}

.intro-careers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.intro-careers-left {
	width: 62%;
}

.intro-careers-button {
	margin-top: 60px;
}

.intro-careers-right {
	width: 38%;
	padding-left: 4.129%;
}

.intro-careers-image-hold {
	position: relative;
}

.intro-careers-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 121.4%;
}
.has-border  img {
	border-radius: 32px;
}

.intro-careers-image-2-hold{
	width: 420px;
}

.intro-careers-image-2 {
	padding-bottom: 121.4%;
}

.intro-careers-image-2-hold {
	margin-top: -85px;
}

.intro-careers-image-3 {
	padding-bottom: 153.7%;
}

.intro-careers-image-3-hold {
	width: 214px;
	margin-left: 60%;
	margin-top: -110px;
}

.intro-careers-intro-images-section {
	margin-bottom: 80px;
}

.hex-fifty-cta {
	min-height: 432px;
	position: relative;
	padding: 46px 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.hex-fifty-cta:before,
.hex-fifty-cta:after {
	content: '';
	position: absolute;
	top: 0;
	width: 432px;
	height: 432px;
	background: url(../img/octagon-gray.png) no-repeat center center / 100% 100%;
}

.hex-fifty-cta:before {
	left: 0;
}

.hex-fifty-cta:after {
	right: 0;
}

.hex-fifty-cta-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 180px;
	right: 180px;
	width: calc(100% - 360px);
	background: #F2F2F2;
}

.hex-fifty-cta-content {
	position: relative;
	z-index: 5;
}



.hex-fifty-cta-fiftys ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.hex-fifty-cta-fiftys ul li {
	width: 50%;
	padding-right: 13%;
	position: relative;
}
.hex-fifty-cta-fiftys ul li:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: -30px;
	bottom: -30px;
	height: calc(100% + 60px);
	width: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c0ed+0,512874+100 */
	background: rgb(5,192,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,192,237,1) 0%, rgba(81,40,116,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(5,192,237,1) 0%,rgba(81,40,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(5,192,237,1) 0%,rgba(81,40,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#512874',GradientType=0 ); /* IE6-9 */

}

.hex-fifty-cta-fiftys ul li:nth-child(2n) {
	padding-right: 0%;
	padding-left: 13%;
}

.hex-fifty-cta-fiftys ul li .title-49 {
	margin-bottom: 16px;
}

.hex-fifty-cta-button {
	margin-top: 60px;
}

.image-text-line-items-section.section-white .itl-item-content-hold:before {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgba(126,50,190,0), #7E32BE) border-box;
}
.values-section.section-white .itl-item-content-hold:before {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgba(126,50,190,0), #7E32BE) border-box;
}

.image-text-line-items-section.section-white .itl-item:nth-child(2n) .itl-item-content-hold:before {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, rgba(126,50,190,0), #7E32BE) border-box;
}
.values-section.section-white .itl-item:nth-child(2n) .itl-item-content-hold:before {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, rgba(126,50,190,0), #7E32BE) border-box;
}

.itl-item-icon-list ul li {
	font-size: 24px;
	line-height: 1.25;
	padding-left: 65px;
	position: relative;
	margin-bottom: 28px;
}
.itl-item-icon-list ul li:last-child {
	margin-bottom: 0px;
}

.itl-item-icon-list ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 46px;
	max-height: 46px;
}

.itl-item-content-hold.has-icon-list {
	padding-left: 11%;
	padding-right: 10%;
}

.title-image-icons-list-section {
	background: #512874;
	color: #fff;
	padding: 144px 0 138px;
	position: relative;
}

.tiil-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.tiil-left {
	width: 50%;
	padding-right: 8%;
}
.tiil-right {
	width: 50%;
	padding-left: 1%;
	padding-top: 100px;
	padding-right: 9%;
}

.tiil-item {
	margin-bottom: 96px;
	padding-left: 94px;
	position: relative;
}

.tiil-item img {
	position: absolute;
	left: 0px;
	top: -14px;
	max-width: 66px;
	max-height: 66px;
}

.tiil-item:last-child {
	margin-bottom: 0px;
}

.tiil-item-title {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #FFF;
	margin-bottom: 24px;
}

.tiil-item-subtext {
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.75;
	margin-top: 24px;
}

.tiil-left .title-76 {
	padding-left: 20%;
    padding-right: 10%;
	margin-bottom: 90px;
}

.tiil-left-image-1-hold {
	padding-right: 28%;
}

.tiil-left-image-1 {
	padding-bottom: 121.5%;
}

.tiil-left-image-2-hold {
	padding-left: 18%;
	margin-top: -50px;
}

.tiil-left-image-2 {
	padding-bottom: 75.6%;
}

.ic-section {
	padding: 148px 0 144px;
}

.ic-hold {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ic-left {
	width: 50%;
	padding-right: 9.22%;
}
.ic-right {
	width: 50%;
	padding-top: 20px;
	padding-left: 23px
}

.bullet-list ul li {
	font-size: 24px;
    line-height: 1.25;
    color: rgba(33,30,37,0.75);
    margin-bottom: 32px;
    padding-left: 45px;
    position: relative;
}
.bullet-list ul li:last-child {
	margin-bottom: 0;
}
.bullet-list ul li:before {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #05C0ED url(../img/checkmark-black.svg) no-repeat center center;
}

.ic-right .bullet-list {
	margin-top: 56px;
}

.ic-left-image {
	padding-bottom: 131%;
}

.quotes-slider-section.quotes-slider-v2-section {
	background: transparent;
	padding-top: 0;
	padding-bottom: 150px;
}
.quotes-slider-section.quotes-slider-v2-section .quotes-slider-right:before {
	background: #fff;
	bottom: -50px;
    height: calc(100% + 50px);
}
.quotes-slider-section.quotes-slider-v2-section .quotes-slider-nav ul li a {
    background: #E8E8E8;
}
.quotes-slider-section.quotes-slider-v2-section .octagon-quote-author {
    margin-top: 46px;
}

.qc-item-video-link {
	margin-top: 26px;
	margin-bottom: -26px;
	margin-right: -26px;
}

.quotes-slider-right .title-49 {
	margin-bottom: 36px;
}

.two-band-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.tb-cta-column {
	padding-top: 96px;
	padding-bottom: 144px;
	/* padding-left: 8%;
	padding-right: 8%; */
	width: 50%;
	text-align: center;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	position: relative;
}
.tb-cta-column:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50vw;
	pointer-events: none;
}

.tb-cta-left:before {
	background: linear-gradient(152.32deg, #05C0ED -12.73%, #B496CC 32.82%, #FFFFFF 81.09%);
	opacity: 0.5;
	right: 0;
}
.tb-cta-right:before {
	left: 0;
	background: #DFD7E5;
	opacity: 0.5;
}
.tb-cta-left {
	padding-right: 8%;
	
}
.tb-cta-right {
	padding-left: 8%;
}


.tb-cta-logo {
	margin-bottom: 32px;
}
.tb-cta-logo img {
	max-height: 40px;
}

.tb-cta-column .lt-16 {
	margin-bottom: 16px;
}
.tb-cta-column .title-49 {
	margin-bottom: 32px;
}

.tb-cta-content {
	position: relative;
	z-index: 5;
}

.cta-fw-flare {
	background: #1C1A20;
	color: #fff;
	position: relative;
}
.cta-fw-flare:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 400px;
	background: url(../img/flare-cta-left-bottom.png) no-repeat center center / 100% 100%;
}

.cta-fw-section .text-24 {
	margin-bottom: 48px;
	margin-top: -20px;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

.tb-cta-content.animation-element.fade-up-later {
	transition-delay: 0.3s;
}

.intro-careers-section.in-view + .intro-careers-intro-images-section .intro-careers-image-2-hold,
.intro-careers-section.in-view + .intro-careers-intro-images-section .intro-careers-image-3-hold {
	opacity: 1;
}

.intro-careers-intro-images-section .intro-careers-image-2-hold,
.intro-careers-intro-images-section .intro-careers-image-3-hold {
	opacity: 0;
	transition: 1s 1.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.on-scroll-fade {
	opacity: 0;
	z-index: 5;
	transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.change-img .on-scroll-fade {
	opacity: 1;
}

.text-offset-section.text-offset-section-v2 .text-offset-flare {
	width: 372px;
	top: 50%;
	transform: translateY(-50%);
}

.text-offset-section-v2 + .image-text-line-items-section {
	padding-top: 0;
}

.isi-button {
	margin-top: 34px;
}

.three-cards-section {
	padding: 150px 0;
}

.three-cards-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 12px);
}
.three-cards-list ul li {
	width: calc(33.333% - 12px);
	min-width: calc(33.333% - 12px);
	margin-right: 12px;
	margin-bottom: 12px;
}
.three-cards-list ul li a {
	min-height: 100%;
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
}

.tcl-content {
	padding: 4px 40px 86px;
}


.tcl-link {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding-left: inherit;
	padding-right: inherit;
	bottom: 36px;
}

.tcl-image {
	padding-bottom: 82.7%;
}


.three-cards-list ul li a .title-29 {
	color: #211E25;
	margin-bottom: 16px;
}
.three-cards-list ul li a .text-18 {
	color: #211E25;
}

.three-cards-button {
	margin-top: 48px;
}

.three-cards-section .title-76 {
	margin-bottom: 36px;
}

.section-dark {
	color: #fff;
}

.text-image-video-section {
	padding: 150px 0;
}

.tiv-image {
	padding-bottom: 138%;
}

.tiv-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.tiv-left {
	width: 69.7%;
	padding-right: 85px;
}

.tiv-right {
	width: 30.3%;
}

.tiv-left .text-24:first-child {
	margin-bottom: 42px;
}

.tiv-left .title-76 {
	margin-bottom: 5px;
}

.tiv-left .multi-buttons {
	margin-top: 40px;
}

.tiv-left .multi-buttons ul li {
	margin-right: 50px;
}

.tiv-left .multi-buttons ul li:last-child {
	margin-right: 0px;
}

.tiv-video {
	margin-top: 57px;
}

.image-title-section {
	background: #211E25;
	color: #fff;
}

.it-hold {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.it-left {
	width: 54.5%;
}
.it-right {
	width: 45.5%;
	padding-left: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.it-right-button {
	margin-top: 32px;
}

.image-title-section {
	position: relative;
	
}
.image-title-section:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 530px;
	height: 770px;
	background: url(../img/flare-bottom-right.png) no-repeat center center / 100% 100%;

}

.animated-scroll-section {
	padding: 160px 0 100px;
}
.animated-scroll-section .section-top {
	max-width: 715px;
	margin-bottom: 100px;
}

.asr-item {
	padding: 120px 0;
	/* padding: 20vh 0; */

	/* min-height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.asr-item:first-child {
	padding-top: 50px;
}
.asr-item:last-child {
	/* padding-bottom: 0; */
}

.page-template-tp-why_refueling .animated-scroll-section {
	/* padding-bottom: 220px; */
}


.asr-item .title-49 {
	max-width: 444px;
}

.asr-sticky {
	width: 100%;
	/* min-height: 800px; */
	/* min-height: 105vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-image-hold {
    width: 100%;
    position: relative;
    min-height: 105vh;
    pointer-events: none;
}

.sticky-image-hold img.active {
    opacity: 1;
}
.sticky-image-hold img,
.sticky-image-hold .lottie-player-div {
    position: absolute;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.2s;
}
.sticky-image-hold .lottie-player-div {
    opacity: 1;
}

.animated-scroll-left {
	padding-right: 6%;
}

.animated-scroll-right {
	padding-right: 20px;
}

.tdi-section {
	padding: 140px 0 150px;
	background: #512874;
	color: #fff;
}

.tdi-section .section-top {
	max-width: 700px;
	margin-left: auto;
	margin-bottom: 74px;
}

.section-dark {
	color: #fff;
}

.image-text-line-items-section.section-dark {
	position: relative;
}
.image-text-line-items-section.section-dark:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 770px;
	height: 530px;
	background: url(../img/flare-bottom-right-h.png) no-repeat center center / 100% 100%;
}

.section-dark .title-76.lines-reveal-up strong span span {
    /* background: linear-gradient(90deg, #05C0ED 17.12%, #D2B3EA 37.03%, #05C0ED 56.81%, #D2B3EA 79.93%); */
    background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.section-dark .itl-item-content-hold:before {
	background: linear-gradient(#211E25, #211E25) padding-box, linear-gradient(to right, rgba(126,50,190,0), #7E32BE) border-box;
    border: 1px solid transparent;
}

.section-dark .itl-item:nth-child(2n) .itl-item-content-hold:before {
    background: linear-gradient(#211E25, #211E25) padding-box, linear-gradient(to left, rgba(126,50,190,0), #7E32BE) border-box;
    border: 1px solid transparent;
}

.random-images-section.section-dark {
	position: relative;
}
.random-images-section.section-dark:before {
	content: '';
    position: absolute;
    width: 744px;
    height: 999px;
    background: url(../img/flare-resources.png) no-repeat center center / 100% 100%;
    top: 0px;
    right: 0px;
}

.space-section {
	background: #1C1A20;
	color: #fff;
	padding: 112px 0 50vw;
	/* min-height: 110vh; */
	overflow: hidden;
	position: relative;
}
.space-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 250px;
	top: 0;
	background: linear-gradient(180deg, #1C1A20 0%, rgba(28, 26, 32, 0) 100%);
	z-index: 2;
}
.space-section:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 420px;
	bottom: 0;
	background: linear-gradient(180deg, #1C1A20 0%, rgba(28, 26, 32, 0.991353) 6.67%, rgba(28, 26, 32, 0.96449) 13.33%, rgba(28, 26, 32, 0.91834) 20%, rgba(28, 26, 32, 0.852589) 26.67%, rgba(28, 26, 32, 0.768225) 33.33%, rgba(28, 26, 32, 0.668116) 40%, rgba(28, 26, 32, 0.557309) 46.67%, rgba(28, 26, 32, 0.442691) 53.33%, rgba(28, 26, 32, 0.331884) 60%, rgba(28, 26, 32, 0.231775) 66.67%, rgba(28, 26, 32, 0.147411) 73.33%, rgba(28, 26, 32, 0.0816599) 80%, rgba(28, 26, 32, 0.03551) 86.67%, rgba(28, 26, 32, 0.0086472) 93.33%, rgba(28, 26, 32, 0) 100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 2;
}
.space-section .section-top {
	max-width: 610px;
	margin-left: auto;
}

.space-section-button {
	margin-top: 40px;
}

.benefits-section {
	padding: 165px 0 155px;
}
.benefits-section .title-76 {
	margin-bottom: 50px;
}

.benefit-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.benefit-item:last-child {
	margin-bottom: 0px;
}

.bi-image-hold {
	width: 50%;
	padding-right: 7.962%;
}
.bi-content-hold {
	width: 50%;
	padding-left: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-dark .bullet-list ul li {
    color: rgba(255,255,255,0.75);
}

.benefit-item .bullet-list ul li {
	margin-bottom: 24px;
}
.benefit-item .bullet-list ul li:last-child {
	margin-bottom: 0px;
}

.bi-image {
	padding-bottom: 100%;
	overflow: hidden;
}
.bi-image:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: url(../img/orn-oct-purple.png) no-repeat center center / 100% 100%;
	z-index: 5;
}

.benefit-item:nth-child(2n) .bi-image-hold {
	order: 2;
	padding-right: 0%;
	padding-left: 7.962%;
}
.benefit-item:nth-child(2n) .bi-content-hold {
	padding-left: 0%;
	padding-right: 10%;
}

.benefit-item .title-49 {
	margin-bottom: 32px;
}

.bi-image video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.intro-split-info-section.intro-why-section {
	padding-bottom: 170px;
}
.intro-split-info-section.intro-why-section .isi-left {
	width: 100%;
	max-width: 820px;
}

.intro-why-section-img {
	position: absolute;
	right: 0;
	top: 58%;
	transform: translateY(-50%);
	max-width: 777px;
}

.space-section-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.space-section-image:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    top: 0;
    background: linear-gradient(180deg, #1C1A20 0%, rgba(28, 26, 32, 0) 100%);
    z-index: 2;
}

.a-top {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.a-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.a-middle {
	position: absolute;
    bottom: calc(50% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.a-top-invert {
	position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
	z-index: 50;
}

.a-image-overlap {
	position: absolute;
    bottom: calc(100% - 121px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.intro-mediakit-section .a-bottom {
	z-index: 20;
}

.has-arch {
	position: relative;
	z-index: 20;
}

.ha-info.ha-info-v2 {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.ha-info.ha-info-v2 .ha-info-left {
	order: 2;
	font-size: 24px;
}
.ha-info.ha-info-v2 .ha-info-right {
	min-width: 100%;
}
.ha-info.ha-info-v2 .ha-info-right {
	background: transparent;
}
.ha-info.ha-info-v2 .ha-info-right span {
	background: linear-gradient(90deg, #05C0ED 56%, #512874 70%, #211E25 80%);
	background: linear-gradient(90deg, #05C0ED 20%, #512874, #211E25);
	background: linear-gradient(90deg, #05C0ED, #512874 75%, #211E25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.octagon-cta-section {
	position: relative;
}

.octagon-cta-section-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	width: 100%;
	height: 50%;
}

.elements-section .section-top.has-button {
	padding-right: 260px;
	position: relative;
}
.elements-section .section-top.has-button > span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.elements-section .section-top.has-button .title-76 {
	max-width: 650px;
}

.page-template-tp-rafti .random-images-section {
	padding: 180px 0 195px;
}

.flare-left-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/flare-left-bottom.png) no-repeat center center / 100% 100%;
	width: 519px;
	height: 987px;
	mix-blend-mode: lighten;
	opacity: 0.8;
}

.image-title-section.has-padd {
	padding-top: 150px;
}

.octagon-quote-title-hold {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding-bottom: 100%;
}
.octagon-quote-title-hold .octagon-quote-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 30px;
	text-align: center;
}

.awards-investors-section {
	background: #1C1A20;
	position: relative;
	color: #fff;
	padding: 160px 0;
}
.awards-investors-section .lt-16 {
	margin-bottom: 40px;
}

.awards-carousel-hold.has-investors {
	margin-bottom: 160px;
}

.hex-fifty-cta.hex-fifty-cta-purple-gradient {
	background: linear-gradient(124.44deg, #66539D -6.73%, #512874 55.21%, #1F1957 113.68%);
}
.hex-fifty-cta.hex-fifty-cta-purple-gradient .hex-fifty-cta-bg {
	display: none;
}
.hex-fifty-cta.hex-fifty-cta-purple-gradient:before {
	/* display: none; */
	background: url(../img/oct-left-dark-out.png) no-repeat left center / auto 100%;
}
.hex-fifty-cta.hex-fifty-cta-purple-gradient:after {
	/* display: none; */
	background: url(../img/oct-right-dark-out.png) no-repeat right center / auto 100%;
}

.hex-fifty-cta.hex-fifty-cta-purple-gradient .hex-fifty-cta-fiftys ul li:first-child:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#603a80+0,05c0ed+50,ffffff+100 */
	background: rgb(96,58,128); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,58,128,1) 0%, rgba(5,192,237,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#603a80', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


header.scrolled-more.scrolled-more {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.scrolled-more.scrolling-down {
    transform: translateY(-100%);
}
header.scrolled-more.scrolling-up {
    transform: translateY(0px);
}

.asr-item-icon {
	margin-bottom: 20px;
}

.newsroom-list-section .intro-mediakit-left {
	padding-top: 222px;
	padding-bottom: 160px;
}

.intro-newsroom-section .title-100 {
	max-width: 900px;
	margin-bottom: 70px;
}

.page-template-tp-contact .content-map-right {
	padding-left: 6%;
}
.page-template-tp-contact .map-content-left {
	padding-right: 6%;
}
.page-template-tp-contact .map-content-right {
    padding-left: 6%;
}

.octagon-cta .text-24 {
	max-width: 63%;
	opacity: 1;
}

.page-template-tp-sustainability .intro-text-only-section {
    padding-bottom: 72px;
}

.page-template-tp-mission_analysis .overlaping-cards-section .section-top {
	margin-bottom: 0px;
}


.page-template-tp-mission_analysis .overlaping-card-hold {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page-template-tp-mission_analysis .overlaping-card-holder {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 50px;
}
.page-template-tp-mission_analysis .overlaping-card-item {
	margin-top: 0 !important;
}
.page-template-tp-mission_analysis .overlaping-cards-section .title-76 {
    margin-bottom: 6px;
}

.iao-image > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.iao-image > a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 166px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1c1a20+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(28,26,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(28,26,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1a20',GradientType=0 ); /* IE6-9 */
}
.iao-image > a > span {
	position: absolute;
	right: 35px;
	bottom: 30px;
	z-index: 5;
}

.home-intro-anim {
	position: absolute;
	left: 80%;
	top: 400px;
	transform: translate(-50%, -50%);
	z-index: 9;
	width: 1079px;
}
.home-intro-anim-2 img {
	animation: home 10s infinite;
}


@-webkit-keyframes home {
	0% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	40% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	65% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	95% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	100% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
}
@-moz-keyframes home {
	0% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	40% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	65% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	95% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	100% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
}

@keyframes home {
	0% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	40% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	65% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	95% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
	100% {
		-webkit-transform: translate(-150px, 80px);
		-moz-transform: translate(-150px, 80px);
		transform: translate(-150px, 80px);
	}
}

.cm-map-pin {
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(../img/pin-icon.svg) no-repeat center center / 100% 100%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.cm-map-pin a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.why-rafti-image {
	padding-bottom: 100%;
	position: relative;
}

.why-rafti-image-hold {
	width: 158.835%;
	margin-left: -58.835%;
}

.why-rafti-image-1 {
	transition: 2s;
}
.why-rafti-image-1.in-view {
	opacity: 0.25;
}

.why-rafti-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.rs-right {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    right: 0%;
	max-width: 900px;
}
.ma-right {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
	max-width: 900px;
    right: 0%;
}

.ma-right-image-hold {
	position: absolute;
	top: 52%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: 92%;
	opacity: 0.3;
}
.ma-right-image {
	padding-bottom: 100%;
}

.cta-fw-video-hold {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 13.021%;
}
.cta-fw-video-hold video {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.cta-fw-section.cta-fw-video {
	padding-bottom: calc(13% + 50px);
}

.brand-assets-section {
	background: #DFD7E5;
	padding: 144px 0;
}
.brand-assets-section .section-top {
	max-width: 820px;
	margin-bottom: 96px;
}

.brand-asset-block {
	margin-bottom: 144px;
}
.brand-asset-block:last-child {
	margin-bottom: 0px;
}

.brand-asset-buttons {
	margin-top: 48px;
}

.brand-asset-tabs {
	margin-top: 72px;
}

.brand-asset-tabs .tabs {
    border: none;
    background: transparent;
	margin-bottom: 32px;
}

.brand-asset-tabs .tabs-title {
    margin-right: 24px;
}
.brand-asset-tabs .tabs-title:last-child {
    margin-right: 0px;
}

.brand-asset-tabs .tabs-title>a {
    padding: 0;
    font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #211E25;
	opacity: 0.25;
}

.brand-asset-tabs .tabs-title>a:hover {
    background: transparent;
    color: #211E25;
	opacity: 0.75;
}

.brand-asset-tabs .tabs-title>a:focus, 
.brand-asset-tabs .tabs-title>a[aria-selected=true] {
    background: transparent;
    color: #211E25;
	opacity: 1;
}

.brand-asset-tabs .tabs-content {
    border: none;
    background: transparent;
    color: #211E25;
}

.brand-asset-tabs .tabs-panel {
    padding: 0;
}

.brand-asset-logos-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: -48px;
}
.brand-asset-logos-list ul li {
	width: calc(50% - 16px);
	min-width: calc(50% - 16px);
	margin-right: 32px;
	margin-bottom: 48px;
}
.brand-asset-logos-list ul li:nth-child(2n) {
	margin-right: 0px;
}

.brand-asset-logo-hold {
	border-radius: 16px;
	padding: 40px 64px;
	margin-bottom: 16px;
	text-align: center;
}

.brand-asset-logo-title {
	font-size: 18px;
	line-height: 1.25;
	color: #211E25;
	margin-bottom: 16px;
}

.brand-assets-right {
	max-width: 820px;
}

.brand-color-guide {
	margin-top: 86px;
}
.brand-color-guide ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
}

.brand-color-guide ul li {
	width: 190px;
	height: 190px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 18px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: relative;
}
.brand-color-guide ul li.item-image {
	width: 295px;
	height: 295px;
	background-size: cover !important;
}
.brand-color-guide ul li.item-image:after {
	background: url(../img/oct-mask-light.svg) no-repeat center center / 100% 100%;
}
.brand-color-guide ul li:before {
	/* content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #DFD7E5;
    z-index: 4; */
}
.brand-color-guide ul li:after {
	content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/oct-mask-light.png) no-repeat center center / 100% 100%;
}
.brand-color-guide ul li.text-dark {
	color: #211E25;
}
.brand-color-guide ul li h3 {
	font-size: 16px;
	line-height: 1.25;
}
.brand-color-guide ul li p {
	font-size: 12px;
	line-height: 16px;
}

.item-image-text {
	position: absolute;
	left: calc(100% + 9px);
	bottom: -4px;
	width: 240px;
	font-size: 16px;
	line-height: 1.25;
	color: #211E25;
	opacity: 0.75;
}

.sticky-sidebar-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 24px;
}

.sticky-sidebar-nav ul li a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #211E25;
	opacity: 0.4;
	padding: 12px 24px;
	position: relative;
	transition: 0.2s;
}
.sticky-sidebar-nav ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#512874+0,05c0ed+100 */
	background: rgb(81,40,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,40,116,1) 0%, rgba(5,192,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,40,116,1) 0%,rgba(5,192,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512874', endColorstr='#05c0ed',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	transition: 0.2s;
}
.sticky-sidebar-nav ul li a:hover {
	opacity: 1;
}
.sticky-sidebar-nav ul li.act a {
	opacity: 1;
}
.sticky-sidebar-nav ul li.act a:before {
	opacity: 1;
}

.brand-assets-section .lt-16 {
	margin-bottom: 16px;
}

.awards-logos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.awards-logos ul li {
	width: 20%;
	min-width: 20%;
	text-align: center;
	margin-bottom: 30px;
}
.awards-logos ul li img {
	max-height: 100px;
    max-width: 160px;
}

.page-template-tp-refueling_service .image-title-section .it-right {
	padding-left: 7%;
}

.home-intro-spacecraft {
	position: absolute;
	top: 39%;
    left: 82%;
	max-width: 50%;
	width: 100%;
	z-index: 8;
	transform: translate(-50%, -50%);
}

/* main section:not(:first-child) .animation-element.fade-up {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-in {
    opacity: 1;
}
main section:not(:first-child) .lines-reveal-up span span {
    transform: translateY(0%);
}
main section:not(:first-child) .animation-element.lines-reveal-up {
    opacity: 1;
}
main section:not(:first-child) .lt-16.animation-element.reveal-up span {
    transform: translateY(0%);
}
main section:not(:first-child) .lt-16.animation-element.reveal-up {
    opacity: 1;
}
main section:not(:first-child) .animation-element.fade-in-later {
    opacity: 1;
}
main section:not(:first-child) .animation-element.fade-up-later {
    opacity: 1;
	transform: translateY(0%);
}
main section:not(:first-child) .animation-element.fade-up-late {
    opacity: 1;
    transform: translateY(0px);
} */

main section .animation-element.fade-up {
    opacity: 1;
    transform: translateY(0px);
}
main section .animation-element.fade-in {
    opacity: 1;
}
main section .lines-reveal-up span span {
    transform: translateY(0%);
}
main section .animation-element.lines-reveal-up {
    opacity: 1;
}
main section .lt-16.animation-element.reveal-up span {
    transform: translateY(0%);
}
main section .lt-16.animation-element.reveal-up {
    opacity: 1;
}
main section .animation-element.fade-in-later {
    opacity: 1;
}
main section .animation-element.fade-up-later {
    opacity: 1;
	transform: translateY(0%);
}
main section .animation-element.fade-up-late {
    opacity: 1;
    transform: translateY(0px);
}
main section .intro-anim span span {
    transform: translateY(0%);
}

.intro-split-info-section.animation-element .isi-left-text {
	opacity: 0;
    transform: translateY(40px);
    transition: 1s 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.intro-split-info-section.animation-element.in-view .isi-left-text {
	opacity: 1;
    transform: translateY(0px);
}

.page-template-tp-rafti .intro-splitted-image img {
    max-width: 100%;
    max-height: 100%;
}

.post-type-archive-resource .mediakit-accordions-top-left {
	padding-right: 3%;
}

.after-intro {
	opacity: 0;
    transform: translateY(40px);
    transition: 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.after-intro.close {
	opacity: 1;
    transform: translateY(0px);
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
}
#map2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
}

.hex-fifty-cta-section.hex-fifty-cta-section-v2 {
	padding-top: 144px;
}

.hex-fifty-cta-section-v2 .hex-fifty-cta-bg {
    background: #DFD7E5;
}
.hex-fifty-cta-section-v2 .title-49 {
    color: #1F1957;
}
.hex-fifty-cta-section-v2 .text-24 {
    color: #1F1957;
}
.hex-fifty-cta-section-v2 .hex-fifty-cta-fiftys ul li:first-child:after {
    top: 0px;
    bottom: 0px;
    height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c0ed+0,b496cc+51,ffffff+100 */
	background: rgb(5,192,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(5,192,237,1) 0%, rgba(180,150,204,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(5,192,237,1) 0%,rgba(180,150,204,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(5,192,237,1) 0%,rgba(180,150,204,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.hex-fifty-cta-section-v2 .hex-fifty-cta:before, 
.hex-fifty-cta-section-v2 .hex-fifty-cta:after {
    background: url(../img/octagon-light.png) no-repeat center center / 100% 100%;
}

.values-list  {
	margin-bottom: 46px;
}

.values-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.values-list ul li {
	width: 26%;
    min-width: 26%;
    margin-right: 11%;
	margin-bottom: 56px;
	text-align: center;
}

.values-list ul li:nth-child(3n) {
	margin-right: 0;
}

.vl-item-icon {
	height: 44px;
	margin-bottom: 18px;
}
.vl-item-icon img {
	max-height: 100%;
}

.vl-item-title {
	font-weight: 600;
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.values-section .title-76 {
	margin-bottom: 32px;
}

.page-template-tp-careers_v2 .itl-item-content-hold  {
	padding-top: 105px;
	padding-bottom: 105px;
}

.page-template-tp-careers_v2  .navy-thrid-blocks-section .title-76 {
	margin-bottom: 45px;
}

.page-template-tp-careers_v2 .gallery-carousel-section:after {
    background: url(../img/arch-light-down.svg) no-repeat center center / 100% 100%;
}
.page-template-tp-careers_v2 .gallery-carousel-section:before {
	content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 2.222%;
    z-index: 11;
    background: url(../img/arch-white-up.svg) no-repeat center center / 100% 100%;
}

.two-band-cta-section-v2 .tb-cta-right:before {
	background: #1F1957;
	opacity: 1;
}

.two-band-cta-section-v2 .tb-cta-left:before {
    background: linear-gradient(313.48deg, #512874 23.07%, #1F1957 104.31%);
    opacity: 1;
}

.two-band-cta-section-v2 .two-band-cta {
    color: #fff;
}

.os-section {
	background: #1C1A20;
	color: #fff;
	padding: 130px 0;
}

.os-section .section-top {
	max-width: 610px;
	margin-bottom: 80px;
}

.page-template-tp-careers_v2 .intro-mediakit-left {
	width: 60%;
	padding-right: 0;
}
.page-template-tp-careers_v2 .intro-mediakit-right {
	width: 40%;
	padding-left: 0;
}

.intro-single-career {
	padding: 246px 0 144px;
}

.intro-single-career .section-top {
	margin-bottom: 74px;
	max-width: 925px;
}

.intro-single-career-back {
	margin-bottom: 24px;
}

.greenhouse-positions .accordion-item {
	padding-bottom: 78px;
	position: relative;
	margin-bottom: 78px;
}
.greenhouse-positions .accordion-item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#603a80+0,05c0ed+51,ffffff+100 */
	background: rgb(96,58,128); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(96,58,128,1) 0%, rgba(5,192,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(96,58,128,1) 0%,rgba(5,192,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#603a80', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.greenhouse-positions .accordion-item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.greenhouse-positions .accordion-item:last-child:after {
	display: none;
}

.job-item a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	color: #fff;
	transition: 0.2s;
}
.job-item a:hover {
	opacity: 0.75;
}

.job-title {
	font-size: 29px;
	line-height: 1.05;
	letter-spacing: -0.02em;
}
.job-location-wrapper .location {
	font-size: 24px;
	line-height: 1.25;
	text-align: right;
}

.job-title-wrapper {
	width: calc(100% - 200px);
	padding-right: 30px;
}

.job-location-wrapper {
	width: 200px;
}

.accordion-body .table-container ul {
	margin-bottom: 24px;
}
.accordion-body .table-container ul:last-child {
	margin-bottom: 0px;
}

.greenhouse-positions .accordion-item .accordion-header {
	font-size: 49px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin-bottom: 42px;
}
.greenhouse-positions .accordion-item .accordion-header span {
	background: linear-gradient(90deg, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED, #D2B3EA, #05C0ED);
    background-size: 300% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: grad 6s linear forwards infinite;
}

.rafti-bottom-buttons {
	margin-top: 70px;
}

.rafti-bottom-buttons.multi-buttons ul li {
	margin-right: 30px;
}

.rafti-bottom-buttons.multi-buttons ul li:last-child {
	margin-right: 0px;
}

.ha-image {
	display: none;
}

.links-section .link-item-headline img {
	max-height: 32px;
}

.post-type-archive-resource .intro-resources-section .title-100:last-child {
	margin-bottom: 0;
}

.rafti-btn.multi-buttons ul li {
	margin-right: 20px;
}
.rafti-btn.multi-buttons ul li:last-child {
	margin-right: 0px;
}

.ri-carousel-item {
	width: 27vw;
}
.ri-carousel-item.has-offset {
	padding-top: 38px;
}
.ri-carousel-item-img {
	padding-bottom: 66.75%;
}
.ri-carousel-item-img a {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.ri-carousel-item-img img {
	border-radius: 16px;
}

.random-images-carousel-hold-top {
	margin-bottom: 100px;
}

.random-images-carousel-hold-bottom {
	margin-top: 112px;
}

.hidden {
	visibility:hidden;
	width:0px!important;
	height:0px!important;
	margin:0px!important;
	padding:0px!important;
}

.iso-list-more {
	margin-top: 40px;
}

.isi-button.multi-buttons ul li {
	margin-right: 20px;
}
.isi-button.multi-buttons ul li:last-child {
	margin-right: 0px;
}

.lcv2-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lcv2-item img {
	margin-right: 60px;
	max-width: 288px;
    max-height: 70px;
}

.owl-carousel.logos-carousel-v2 .owl-stage-outer {
	overflow: visible;
}

.logos-carousel-v2-2 {
	margin-top: 20px;
}

.page-template-tp-about .overlaping-cards-section .section-top .title-76 {
	margin-bottom: 0;
}
.page-template-tp-about .overlaping-cards-section .section-top {
	margin-bottom: 70px;
}
.page-template-tp-about .overlaping-cards-section .text-24 {
	margin-top: 20px;
}

.quotes-slider-section.reverse .quotes-slider-left {
	order: 2;
}
.quotes-slider-section.reverse .quotes-slider-right {
	padding-left: 0;
	padding-right: 6.8%;
}
.quotes-slider-section.reverse .quotes-slider-right:before {
    left: auto;
    right: 1px;
    width: 100vw;
}
.quotes-slider-section.reverse .quotes-slider-left {
    padding-left: 0%;
    padding-right: 18%;
}

.owl-carousel.quotes-carousel-2 .owl-stage-outer {
    overflow: visible;
}

.quotes-carousel-2 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-template-tp-refueling_service .quotes-slider-section {
	padding-bottom: 100px;
}
.page-template-tp-refueling_service .quotes-slider-section + .quotes-slider-section {
	padding-top: 0px;
}

.fn-carousel-item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fn-carousel .owl-dots {
	position: absolute;
	right: -81px;
	bottom: -120px;
	width: 260px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} 
.fn-carousel.owl-carousel button.owl-dot {
	width: 100%;
	margin-right: 11px;
	background: #ACA6B0;
	position: relative;
	height: 2px;
}
.fn-carousel.owl-carousel button.owl-dot:last-child {
	margin-right: 0px;
}
.fn-carousel.owl-carousel button.owl-dot:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #ACA6B0;
	transition: 0.2s;
}
.fn-carousel.owl-carousel button.owl-dot.active:after {
	bottom: -1px;
	height: 4px;
	background: #FFF;
}



.fn-carousel .owl-nav {
	position: absolute;
	right: 204px;
	bottom: -142px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} 

.fn-carousel.owl-carousel .owl-nav button.owl-prev  {
	margin-right: 8px;
}

.fn-carousel.owl-carousel .owl-nav button.owl-next, 
.fn-carousel.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
    width: 52px;
    height: 48px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.fn-carousel.owl-carousel .owl-nav button.owl-next span, 
.fn-carousel.owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.fn-carousel.owl-carousel .owl-nav button.owl-next:before, 
.fn-carousel.owl-carousel .owl-nav button.owl-prev:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0;
    transition: 0.2s;
}
.fn-carousel.owl-carousel .owl-nav button.owl-next:hover:before, 
.fn-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    opacity: 1;
}
.fn-carousel.owl-carousel .owl-nav button.owl-next:before {
	background: rgb(180,150,204);
    background: -moz-linear-gradient(45deg, rgba(180,150,204,1) 24%, rgba(5,192,237,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
    background: linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b496cc', endColorstr='#05c0ed',GradientType=1 );
} 
.fn-carousel.owl-carousel .owl-nav button.owl-prev:before {
	background: rgb(5,192,237);
    background: -moz-linear-gradient(-45deg, rgba(5,192,237,1) 0%, rgba(180,150,204,1) 76%);
    background: -webkit-linear-gradient(-45deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
    background: linear-gradient(135deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#b496cc',GradientType=1 );
}

.fn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.fn-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.fn-carousel.owl-carousel .owl-nav button.owl-next:after {
	background: url(../img/slide-next.svg) no-repeat center center / 24px 24px;
}
.fn-carousel.owl-carousel .owl-nav button.owl-prev:after {
	background: url(../img/slide-prev.svg) no-repeat center center / 24px 24px;
}

.object-fit.has-video {
	overflow: hidden;
}
.object-fit.has-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.octagon-cta-button-bottom {
	margin-top: 30px;
}
.octagon-cta-title-hold {
	max-width: 78%;
}

.resources-search-input {
	margin-bottom: 40px;
	position: relative;
}
.resources-search-input:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	pointer-events: none;
	background: url(../img/icon-search-r.svg) no-repeat center center / 100% 100%;
	top: 16px;
	left: 24px;
}

.resources-search-input input,
.resources-search-input input:focus {
	margin: 0;
	width: 100%;
	max-width: 230px;
	box-shadow: none;
	outline: none;
	border: 1px solid #ACA6B0;
	border-radius: 20px;
	height: 48px;
	padding: 2px 20px 2px 48px;
}

.illustations-scheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.illustations-scheme ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.illustations-scheme ul li {
	font-size: 25px;
	line-height: 1.05;
	text-align: center;
	letter-spacing: -0.04em;
	position: relative;
	margin-right: 36px;
}
.illustations-scheme ul li div {
	margin-top: 6px;
}
.illustations-scheme ul li:last-child {
	margin-right: 0px;
}
.illustations-scheme ul li:first-child {
	margin-right: 90px;
}
.illustations-scheme ul li:first-child div {
	opacity: 0.5;
}
.illustations-scheme ul li:first-child:after {
	content: '';
	position: absolute;
	width: 54px;
	height: 18px;
	background: url(../img/arrow-is.svg) no-repeat center center / 100% 100%;
	left: calc(100% + 22px);
	top: 70px;
}
.illustations-scheme ul li img {
	max-height: 141px;
}

.illustations-scheme-section {
	padding: 155px 0;
    position: relative;
    color: #fff;
	background: #1C1A20;
}

.illustations-scheme-section .title-76 {
	margin-bottom: 50px;
}

.illustations-scheme-hold span {
	display: block;
	width: 74%;
	margin-left: auto;
	font-size: 15px;
	line-height: 1.05;
	text-align: center;
	letter-spacing: -0.04em;
	border-top: 4px solid #05C0ED;
	padding-top: 20px;
	margin-top: 13px;
	position: relative;
} 
.illustations-scheme-hold span:before,
.illustations-scheme-hold span:after {
	content: '';
	position: absolute;
	bottom: calc(100% + 3px);
	width: 4px;
	height: 16px;
	background: #05C0ED;;
} 
.illustations-scheme-hold span:before {
	left: 0;
} 
.illustations-scheme-hold span:after {
	right: 0;
} 

.itt-item {
	position: relative;
	padding-left: 158px;
	margin-bottom: 75px;
}
.itt-item img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 135px;
	max-height: 130px;
}

.itt-item .text-24 strong {
	color: #512874;
}

.hrh-section {
	padding: 150px 0 180px;
}

.moon-fuel-section {
	padding: 120px 0 160px;
}

.hrh-section .title-76 {
	margin-bottom: 60px;
}
.hrh-section .navy-thrid-blocks {
	margin-bottom: 73px;
}
.hrh-section .featured-newsroom {
	margin-bottom: 120px;
}

.moon-fuel-section .title-76 {
	margin-bottom: 40px;
}
.moon-fuel-section .image-text-line-items {
	margin-bottom: 145px;
}

.mfti-block-1 {
	margin-bottom: 88px;
}

.mfti-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.mfti-block {

}

.mfti-left {
	width: 52%;
}
.mfti-right {
	width: 48%;
}

.mfti-block-button {
	margin-top: 46px;
}

.mfti-1-image {
	width: 140%;
    margin-left: 5%;
}

.mfti-block-2:not(:last-child)  {
	margin-bottom: 120px;
}

.mfti-block-2 .mfti-left {
	order: 2;
	width: 57%;
}
.mfti-block-2 .mfti-right {
	width: 43%;
}

.mfti-icon-list {
	margin-top: 50px;
}

.mfti-icon-list:not(:last-child) {
	margin-bottom: 90px;
}
.mfti-icon-list ul li {
	font-size: 24px;
	line-height: 1.25;
	color: #292929;
	padding-left: 70px;
	position: relative;
	margin-bottom: 58px;
}
.mfti-icon-list ul li:last-child {
	margin-bottom: 0px;
}
.mfti-icon-list ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 50px;
	max-height: 58px;
}

.mfti-list {
	padding-left: 40px;
	position: relative; 
}

.mfti-list > span {
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 79%;
	width: 2px;
	background: #512874;
}
.mfti-list > span:before,
.mfti-list > span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	background: #512874;
	width: 15px;
}
.mfti-list > span:before {
	top: 0;
}
.mfti-list > span:after {
	bottom: 0;
}
.mfti-list span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 36px;
	max-height: 36px;
}

.mfti-list ul {
	counter-reset: item;
}
.mfti-list ul li {
	font-size: 24px;
	line-height: 1.88;
	color: #292929;
	padding-left: 25px;
	position: relative;
}
.mfti-list ul li:before {
	content: counters(item, ".") ".";
    counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
}

.mfti-list-image {
	margin-top: 8px;
	max-width: 460px;
	/* padding-left: 25px; */
}
.mfti-list-image img {
	max-width: 410px;
}

.mfti-list-image-caption {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.32;
	color: #000;
}

.mfti-2-image {
	margin-left: -84%;
    width: 184%;
}

.mfti-block-2 + .title-76 {
	margin-bottom: 20px;
}

.mfti-block-button .btn-gradient, 
.mfti-block-button .btn-gradient:focus, 
.mfti-block-button .btn-gradient:active {
	width: 100%;
	max-width: 400px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-tp-sustainability_v2 .intro-text-only-section {
    padding-bottom: 72px;
}

.video-title-section {
	padding: 144px 0 136px;
	position: relative;
	color: #fff;
	background-color: #1c1a20;
}
.video-title-section .lt-16 {
	margin-bottom: 24px;
}
.video-title-section .section-top {
	margin-bottom: 68px;
}

.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-next, 
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
	transition: 0.2s;
}
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.6;
}

.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-next:before, 
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-prev:before {
    display: none;
}
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.post-type-archive-news .fn-carousel.owl-carousel .owl-nav button.owl-prev:after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}
.animation-element.img-scale {
	transform: scale(0.7);
	transition: 2.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.img-scale.in-view {
	transform: scale(1);
}

@media only screen and (min-height: 900px) and (min-width: 1200px) {
	.page-template-tp-mission_analysis .overlaping-cards-section {
		padding-bottom: 0;
	}
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
	.overlaping-cards-section .ma-overlaping-card-item .title-76 {
		margin-bottom: 16px;
	}
	.overlaping-card-media {
		margin-top: 40px;
	}
	.overlaping-card-media-split {
		margin-top: 40px;
	}
	.overlaping-card-item.ma-overlaping-card-item {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.overlaping-card-item {
		padding: 24px 80px 40px;
	}
	.overlaping-card-item .lt-16 {
		margin-bottom: 40px;
	}
	.overlaping-card-hold-2 .overlaping-card-item {
		margin-top: 75px;
	}
	.overlaping-card-hold-3 .overlaping-card-item {
		margin-top: 150px;
	}
	.overlaping-card-hold-4 .overlaping-card-item {
		margin-top: 225px;
	}
	
}

@media only screen and (max-width: 1750px) {
	.ha-section-image {
		display: none;
	}
	.ha-image {
		display: block;
	}
	
	.home-about-section {
		padding: 50px 0 100px;
	}
}

@media only screen and (max-width: 1440px) {
	.leadership-section .flare-2 {
		width: 300px;
		height: 600px;
	}
}

@media only screen and (max-width: 1366px) {
	.ocms-list ul li {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.why-rafti-image-hold {
		width: 140%;
		margin-left: -40%;
	}
	.grid-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.mediakit-recent-section {
		padding: 90px 0 150px;
	}
	.home-intro-anim {
		width: 70%;
	}
}

@media only screen and (max-width: 1300px) {
	.mfti-2-image {
		margin-left: -65%;
		width: 165%;
	}
	.home-intro-anim {
		top: 33%;
	}
	.timeline-carousel .owl-dots {
		width: calc(100vw - 152px - 76px);
	}
	.leadership-section .flare-2 {
		width: 200px;
		height: 400px;
	}
	.resources-container {
		overflow: auto;
	}
}

@media only screen and (max-width: 1280px) {
	.mfti-1-image {
		width: 120%;
	}
	.mfti-2-image {
		margin-left: -50%;
		width: 150%;
	}
	.intro-split-info-section.intro-why-section .isi-left {
		max-width: 720px;
	}
	.intro-why-section-img {
		top: 52%;
		max-width: 600px;
	}
	.mediakit-recent-section .title-49 {
		margin-bottom: 50px;
	}
	.octagon-logos-carousel-left {
		width: 50%;
		padding-left: 120px;
	}	
	.octagon-logos-carousel-right {
		width: 50%;
	}
	.support-rafti-list ul li:nth-child(2n) {
		padding-left: 6%;
		padding-right: 4%;
	}
	.support-rafti-list ul li:nth-child(2n+1) {
		padding-right: 6%;
		padding-left: 4%;
	}
	.octagon-quote-title {
		padding-right: 7%;
	}
	.octagon-quote {
		padding-left: 58%;
		padding-right: 7%;
	}
	.rl-logos {
		left: 48px;
		bottom: 40px;
	}
	.links-left {
		padding-right: 50px;
	}
	.links-right {
		padding-left: 50px;
	}
	.rafti-section {
		padding: 160px 0;
	}
	.umpire-hold {
		margin-bottom: 180px;
	}
	.resources-section {
		padding: 148px 0 150px;
	}
	.grid-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.ha-right {
		padding-left: 6%;
	}
	.title-100 {
		font-size: 88px;;
	}
	.title-76 {
		font-size: 70px;
	}
	.rl-content {
		top: 48px;
		padding-left: 48px;
		padding-right: 56px;
	}
}

@media only screen and (max-width: 1199px) {
	.video-title-section {
		padding: 120px 0;
	}
	.moon-fuel-section .image-text-line-items {
		margin-bottom: 110px;
	}
	.hrh-section .featured-newsroom {
		margin-bottom: 100px;
	}
	.mfti-list > span {
		height: 82%;
	}
	.mfti-list-image-caption {
		font-size: 14px;
	}
	.mfti-list ul li {
		font-size: 20px;
		padding-left: 20px;
	}
	.mfti-icon-list ul li {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.mfti-2-image {
		margin-left: -40%;
		width: 140%;
	}
	.moon-fuel-section {
		padding: 120px 0 120px;
	}
	.hrh-section {
		padding: 140px 0 150px;
	}
	.illustations-scheme-section {
		padding: 120px 0 140px;
	}
	.fn-carousel .owl-dots {
		right: -49px;
		bottom: -96px;
	}
	.fn-carousel .owl-nav {
		right: 230px;
		bottom: -120px;
	}
	.quotes-slider-section.reverse .quotes-slider-right {
		padding-right: 4%;
	}
	.random-images-carousel-hold-bottom {
		margin-top: 80px;
	}
	.random-images-carousel-hold-top {
		margin-bottom: 80px;
	}
	.ocms-right {
		padding-left: 7%;
		padding-right: 8%;
	}
	.intro-single-career {
		padding: 200px 0 110px;
	}
	.job-location-wrapper .location {
		font-size: 20px;
	}
	.job-title {
		font-size: 26px;
	}
	.greenhouse-positions .accordion-item .accordion-header {
		font-size: 44px;
	}
	.os-section {
		padding: 120px 0;
	}
	.page-template-tp-careers_v2 .itl-item-content-hold {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.vl-item-title {
		font-size: 26px;
	}
	.hex-fifty-cta-section.hex-fifty-cta-section-v2 {
		padding-top: 110px;
	}
	.page-template-tp-careers_v2 .intro-mediakit-right {
		width: 45%;
		padding-left: 2%;
	}
	.page-template-tp-careers_v2 .intro-mediakit-left {
		width: 55%;
		padding-right: 2%;
	}
	.page-template-tp-refueling_service .image-title-section .it-right {
		padding-left: 5%;
	}
	.image-title-section:before {
		width: 265px;
    	height: 385px;
	}
	.brand-assets-section {
		padding: 120px 0;
	}
	.brand-color-guide ul li.item-image {
		width: 250px;
		height: 250px;
	}
	.brand-color-guide ul li {
		width: 165px;
		height: 165px;
	}
	.brand-asset-block {
		margin-bottom: 110px;
	}
	.why-rafti-image-hold {
		width: 120%;
		margin-left: -20%;
	}
	.newsroom-list-section .intro-mediakit-left {
		padding-top: 180px;
		padding-bottom: 120px;
	}
	.awards-carousel-hold.has-investors {
		margin-bottom: 120px;
	}
	.awards-investors-section {
		padding: 120px 0;
	}
	.title-76-section {
		padding: 130px 0 110px;
	}
	.image-title-section.has-padd {
		padding-top: 120px;
	}
	.flare-left-bottom {
		width: 260px;
		height: 494px;
	}
	.page-template-tp-rafti .random-images-section {
		padding: 150px 0 150px;
	}
	.elements-section .section-top.has-button .title-76 {
		max-width: 550px;
	}
	.ha-info.ha-info-v2 .ha-info-left {
		font-size: 20px;
	}	
	.benefits-section {
		padding: 130px 0 120px;
	}
	.intro-why-section-img {
		max-width: 520px;
	}
	.intro-split-info-section.intro-why-section .isi-left {
		max-width: 650px;
	}
	.intro-split-info-section.intro-why-section {
		padding-bottom: 120px;
	}
	.tcl-content {
		padding: 4px 30px 86px;
	}
	.title-29 {
		font-size: 24px;
	}
	.three-cards-section {
		padding: 130px 0 120px;
	}
	.it-right {
		padding-left: 5%;
	}
	.text-image-video-section {
		padding: 120px 0;
	}
	.animated-scroll-section .section-top {
		margin-bottom: 60px;
	}
	.animated-scroll-section {
		padding: 130px 0 60px;
	}
	.tdi-section {
		padding: 130px 0 120px;
	}
	.tb-cta-left {
		padding-left: 2%;
		padding-right: 5%;
	}
	.tb-cta-right {
		padding-left: 5%;
		padding-right: 2%;
	}
	.tb-cta-column {
		padding-bottom: 120px;
	}
	.quotes-slider-section.quotes-slider-v2-section {
		padding-bottom: 120px;
	}
	.bullet-list ul li:before {
		top: 1px;
	}
	.bullet-list ul li {
		font-size: 20px;
	}
	.itl-item-icon-list ul li {
		font-size: 20px;
	}
	.ic-section {
		padding: 120px 0 120px;
	}
	.tiil-left {
		padding-right: 5%;
	}
	.tiil-right {
		padding-top: 80px;
		padding-right: 4%;
	}
	.title-image-icons-list-section {
		padding: 130px 0 120px;
	}
	.intro-careers-image-2-hold {
		margin-top: -50px;
	}
	.intro-careers-right {
		padding-top: 50px;
	}
	.intro-careers-section {
		padding: 220px 0 100px;
	}
	.intro-mediakit-left {
		padding: 220px 2% 120px 0;
	}
	.mediakit-accordions-section {
		padding: 120px 0;
	}
	.mediakit-accordions .accordion-content {
		padding: 36px 0 22px;
	}
	.mediakit-recent-section {
		padding: 90px 0 120px;
	}
	.mediakit-recent-section .title-76 {
		margin-bottom: 24px;
	}
	.octagon-logos-carousel-wrapper .companies-line-1 {
		margin-bottom: 30px;
	}
	.octagon-logos-carousel-wrapper .company-item span img {
		max-height: 40px;
		max-width: 200px;
	}
	.octagon-logos-carousel-wrapper {
		width: 400px;
		height: 400px;
	}
	.octagon-logos-carousel-hold:before {
		width: 400px;
		height: 400px;
	}
	.octagon-logos-carousel-hold {
		min-height: 400px;
		margin-top: -200px;
	}
	.itl-item.image-wide .itl-item-image-hold {
		width: 58%;
	}
	.itl-item.image-wide .itl-item-content-hold {
		width: 42%;
	}
	.itl-item-content-hold {
		padding-left: 50px;
		padding-right: 50px;
	}
	.itl-item {
		margin-bottom: 80px;
	}
	.image-text-line-items-section {
		padding: 130px 0 120px;
	}
	.text-offset-section {
		padding: 120px 0;
	}
	.cta-fw-section.has-top-dark-invert-arch {
		padding-top: 160px;
	}
	.cta-fw-section {
		padding: 130px 0 120px;
	}
	.case-studies-section {
		padding: 120px 0 80px;
	}
	.ma-intro-split-info {
		width: 45%;
	}
	.isi-left-text {
		margin-top: 60px;
		margin-left: 110px;
	}
	.intro-split-info-section {
		padding: 220px 0 120px;
	}
	.tabs-content .newsroom-list {
		margin-bottom: 90px;
	}
	.resources-filter ul li {
		margin-right: 25px;
	}
	.resources-filter ul li a {
		font-size: 20px;
	}
	.resources-filter-section {
		padding: 0px 0 110px;
	}
	.random-images-section {
		padding: 155px 0 120px;
	}	
	.rd-bottom-image {
		margin-top: 56px;
	}
	.intro-rd-image {
		margin-top: 56px;
	}
	.rd-content-section {
		margin-bottom: 120px;
	}
	.rd-bottom-section {
		padding: 120px 0 120px;
	}
	.trust-section {
		padding: 120px 0 110px;
	}
	.quotes-slider-right {
		padding-left: 4%;
	}
	.qc-item-text {
		font-size: 24px;
	}
	.qc-item {
		padding: 40px 40px;
	}
	.octagon-quote-author-details {
		font-size: 14px;
	}
	.octagon-quote-author {
		margin-top: 50px;
	}
	.octagon-quote-content .title-49 {
		font-size: 36px;
	}
	.octagon-quote-title {
		padding-right: 6%;
		width: 475px;
		padding-left: 6%;
	}
	.octagon-quote {
		min-height: 475px;
		padding-left: 53%;
		padding-right: 8%;
	}
	.support-rafti-section {
		padding: 130px 0 130px;
	}
	.integration-list-image img {
		max-height: 280px;
	}
	.integration-list-title {
		font-size: 20px;
	}
	.integration-section {
		padding: 140px 0 120px;
	}
	.elements-section {
		padding: 120px 0 140px;
	}
	#orbitJson {
		width: 400px;
		height: 400px;
	}
	.integration-top-left {
		width: 270px;
	}
	.element-info h3 {
		font-size: 20px;
	}
	.elements-list ul li:before {
		width: 200px;
		height: 200px;
	}
	.element {
		width: 150px;
		height: 150px;
	}
	.requirements-pressure-list ul li {
		width: 245px;
	}
	.requirements-about {
		margin-bottom: 120px;
	}
	.requirements-about-left {
		padding: 0;
	}
	.requirements-about-list ul li:before {
		top: 1px;
	}
	.requirements-about-list ul li {
		font-size: 20px;
	}
	.requirements-section {
		padding: 130px 0 120px;
	}
	.ttr-info-section {
		padding: 130px 0 120px;
	}
	.ttr-info-list ul li:before {
		top: 0px;
	}
	.ttr-info-list ul li {
		font-size: 20px;
	}
	.ttr-info-top {
		margin-bottom: 100px;
	}
	.ttr-info-top .title-76 {
		max-width: 450px;
	}
	.octagon-cta-title-hold .title-76 {
		margin-right: 40px;
	}
	.octagon-cta-details ul li p {
		font-size: 20px;
	}
	.octagon-cta-details ul li h3 {
		font-size: 20px;
	}
	.octagon-cta-details ul li {
		font-size: 14px;
	}
	.octagon-cta {
		padding: 50px 100px;
	}
	.btl-list-title {
		font-size: 20px;
	}
	.btl-section .title-76 {
		margin-bottom: 55px;
	}
	.orbitsBTLglobe {
		width: 300px;
		height: 300px;
	}
	.btl-section {
		padding: 130px 0 110px;
	}
	#orbitsBTL {
		width: 1100px;
		height: 1100px;
	}
	.why-rafti-list ul li {
		font-size: 20px;
		max-width: 400px;
	}
	.why-rafti-section .title-76 {
		/* margin-bottom: 70px; */
	}
	.why-rafti-section {
		padding: 130px 0 50px;
	}
	.content-stats {
		padding-left: 0;
	}
	.content-stats-section {
		padding: 120px 0;
	}
	.intro-splitted-section {
		padding: 180px 0 0;
	}
	.intro-text-only-section {
		padding: 220px 0 110px;
	}
	.awards-section {
		padding: 80px 0 100px;
	}
	.overlaping-cards-section {
		padding: 120px 0;
	}
	.origin-section-videos:after {
		bottom: -80px;
		height: calc(100% + 80px);
	}
	.origin-section {
		padding: 120px 0 80px;
	}
	.map-content-section {
		padding: 120px 0 120px;
	}
	.content-map-section {
		padding: 110px 0 120px;
	}
	.navy-thrid-blocks-section {
		padding: 120px 0 100px;
	}
	.sp-content-section.os-content-story {
		padding-bottom: 120px;
	}
	.contacts-details-left {
		padding-right: 5%;
	}
	.contacts-blocks {
		margin-bottom: 100px;
	}
	.contact-block-title {
		font-size: 16px;
	}
	.contact-block-info {
		font-size: 20px;
	}
	.contact-form-wrapper {
		padding: 60px 40px 56px;
	}
	.contact-content-section {
		padding: 104px 0 160px;
	}
	.intro-contact-section {
		padding: 180px 0 92px;
	}
	.sp-content-top {
		margin-top: -180px;
	}
	.intro-sp-section {
		padding: 220px 0 220px;
	}
	.cta-section {
		padding: 120px 0;
	}
	.newsroom-list ul {
		margin-left: -12px;
		width: calc(100% + 24px);
		min-width: calc(100% + 24px);
	}
	.newsroom-list ul li {
		width: calc(33.333% - 24px);
		min-width: calc(33.333% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}
	.fn-right {
		padding-left: 5%;
	}
	.featured-newsroom {
		padding: 48px 48px;
	}
	.intro-newsroom-section {
		padding: 200px 0 116px;
	}
	.rl-logos {
		left: 32px;
		bottom: 40px;
	}
	.entry blockquote {
		margin: 60px 0;
	}
	.entry ol li {
		font-size: 20px;
	}
	.entry ul li {
		font-size: 20px;
	}
	.entry h2 {
		font-size: 48px;
		margin-bottom: 26px;
	}
	.entry h4 {
		font-size: 26px;
	}
	.entry h3 {
		font-size: 40px;
		margin-bottom: 26px;
	}
	.entry h2:not(:first-child), 
	.entry h3:not(:first-child), 
	.entry h4:not(:first-child) {
		margin-top: 60px;
	}
	.entry p {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.text-page-section {
		padding: 200px 0 100px;
	}
	.astronaut {
		display: none;
	}
	.timeline-carousel-hold {
		/* width: 470px; */
	}
	.timeline-carousel-content {
		/* padding-top: 80px; */
	}
	.timeline-carousel-title {
		/* font-size: 26px;
		max-width: 360px; */
	}
	.timeline-carousel-year {
		/* font-size: 26px; */
	}
	.timeline-carousel-item {
		/* width: 460px; */
	}
	.timeline-carousel .owl-dots {
		width: calc(100vw - 152px - 54px);
	}
	.home-intro-content {
		max-width: 50%;
	}
	.copyrights-text {
		font-size: 15px;
	}
	.footer-text {
		font-size: 16px;
	}
	.footer-nav ul li a {
		font-size: 18px;
	}
	.timeline-section {
		padding: 120px 0 120px;
		padding: 120px 0 150px;
	}
	.umpire-section:before {
		top: calc(100% - 80px);
		height: 160px;
	}
	.resources-section {
		padding: 120px 0 120px;
	}
	.umpire-section {
		padding: 120px 0;
	}
	.rafti-section {
		padding: 120px 0;
	}
	.video-section-ending:before {
		/* top: -20px;
    	height: 100px; */
	}
	.video-section-ending.in-view:before {
		height: 160px;
	}
	.video-section-ending {
		padding: 120px 0 120px;
		padding: 60px 0 120px;
	}
	.title-76 {
		font-size: 64px;
	}
	.rl-content {
		top: 32px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.rl-title {
		font-size: 24px;
	}
	.umpire-hold {
		margin-bottom: 150px;
	}
	.umpire-right {
		padding-left: 8%;
	}
	.rafti-right {
		padding-left: 35px;
	}
	.ha-link {
		margin-bottom: 60px;
	}
	.text-24 {
		font-size: 20px;
	}
	.title-49 {
		font-size: 44px;
	}
	.ha-image {
		/* margin-top: -150px; */
	}
	.ha-left {
		padding-right: 80px;
	}
	.ha-right {
		padding-left: 0;
	}
	.title-100 {
		font-size: 80px;
	}
	header {
		position: fixed;
		padding: 24px 0 24px;
	}
	header.header-sticky {
		padding: 24px 0 24px;
	}
	.nav > ul > li {
		margin-right: 25px;
	}
	.header-cta {
		margin-left: 30px;
	}
	.home-intro {
		top: 200px;
	}
	/* .logos-section {
		padding: 60px 0;
	} */
	.case-stadies-top-right {
		padding-bottom: 30px;
	}
	.image-text-line-items-section .title-76 {
		margin-bottom: 50px;
	}
	.mediakit-block-title {
		margin-bottom: 16px;
	}
	.separator-short.origin-section .section-top {
		margin-bottom: 100px;
	}
	.qc-item-video-link {
		margin-bottom: -8px;
		margin-right: -8px;
	}
}

@media only screen and (min-width: 1024px) {
	.mob-nav-hold {
		display: none !important;
	}
}

@media only screen and (max-width: 1023px) {
	.illustations-scheme-hold span {
		width: 69%;
	}
	.illustations-scheme ul li {
		font-size: 22px;
	}
	.illustations-scheme ul li img {
		max-height: 100px;
	}
	.fn-carousel .owl-dots {
		right: 0px;
		width: 100%;
		bottom: -80px;
	}
	.fn-carousel .owl-nav {
		display: none;
	}
	.quotes-slider-section.reverse .quotes-slider-left {
		padding-right: 10%;
	}
	.isi-button.multi-buttons ul li {
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.isi-button.multi-buttons ul li:last-child {
		margin-bottom: 0px;
	}
	.ri-carousel-item {
		width: 35vw;
	}
	.page-template-tp-mission_analysis .overlaping-cards-section .section-top {
		margin-bottom: 50px;
	}
	.ocms-right {
		padding-left: 5%;
	}
	.ocms-list ul li {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.job-title {
		font-size: 24px;
	}
	.greenhouse-positions .accordion-item .accordion-header {
		font-size: 32px;
	}
	.values-list ul li {
		width: 30%;
		min-width: 30%;
		margin-right: 5%;
	}
	.vl-item-title {
		font-size: 24px;
	}
	.post-type-archive-resource .mediakit-accordions-top-left {
		padding-right: 0;
	}
	.video-top-section:before {
		height: 90px;
	}
	.page-template-tp-refueling_service .image-title-section .it-right {
		padding-left: 0;
	}
	.page-template-tp-refueling_service .image-title-section .it-right {
		padding-left: 4%;
	}	
	.awards-logos ul li {
		width: 33.333%;
		min-width: 33.333%;
	}
	.brand-color-guide ul li {
		width: 160px;
		height: 160px;
	}
	.brand-assets-section .section-top {
		margin-bottom: 64px;
	}
	.footer-grid {
		margin-right: 100px;
	}	
	.why-rafti-image-hold {
		width: 100%;
		margin-left: 0;
	}
	
	@-webkit-keyframes home {
		0% {
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		40% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		45% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		75% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
		100% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
	}
	@-moz-keyframes home {
		0% {
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		40% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		45% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		75% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
		100% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
	}

	@keyframes home {
		0% {
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		40% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		45% {
			-webkit-transform: translate(-90px, 40px);
			-moz-transform: translate(-90px, 40px);
			transform: translate(-90px, 40px);
		}
		75% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
		100% {
			-webkit-transform: translate(0px, 0px);
			-moz-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
		}
	}
	.octagon-cta .text-24 {
		max-width: 45%;
	}
	.octagon-cta-content .lt-16 {
		max-width: 50%;
	}
	.page-template-tp-contact .map-content-left {
		padding-right: 0;
	}
	
	.page-template-tp-contact .map-content-right {
		padding-left: 0;
	}
	.page-template-tp-contact .content-map-right {
		padding-left: 0;
	}
	.intro-newsroom-section .title-100 {
		margin-bottom: 56px;
	}
	.elements-section .section-top.has-button > span {
		position: relative;
		right: auto;
		bottom: auto;
		display: block;
		margin-top: 24px;
	}
	.elements-section .section-top.has-button {
		padding-right: 0px;
	}
	.benefit-item:nth-child(2n) .bi-image-hold {
		padding-left: 6%;
	}
	.bi-image-hold {
		padding-right: 6%;
	}
	.benefit-item:nth-child(2n) .bi-content-hold {
		padding-right: 4%;
	}
	.benefit-item .bullet-list ul li {
		margin-bottom: 20px;
	}
	.bi-content-hold {
		padding-left: 4%;
	}
	.random-images-section.section-dark:before {
		width: 372px;
		height: 499px;
	}
	.space-section .section-top {
		max-width: 510px;
	}
	.image-text-line-items-section.section-dark:before {
		width: 385px;
		height: 265px;
	}
	.section-dark .itl-item:nth-child(2n) .itl-item-content-hold:before {
		background: linear-gradient(#211E25, #211E25) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
		border: 1px solid transparent;
	}
	.section-dark .itl-item-content-hold:before {
		background: linear-gradient(#211E25, #211E25) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
		border: 1px solid transparent;
	}
	.intro-why-section-img {
		top: 50%;
		max-width: 60%;
	}
	.intro-split-info-section.intro-why-section .isi-left {
		max-width: 450px;
	}
	.tcl-link {
		bottom: 25px;
	}
	.tcl-content {
		padding: 4px 20px 70px;
	}
	.tiv-right {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 40%;
	}
	.tiv-left {
		width: 100%;
		padding-right: 0px;
		order: 2;
	}
	.animated-scroll-right {
		padding-right: 0;
	}
	.animated-scroll-section .section-top {
		max-width: 560px;
	}
	.tdi-section .section-top {
		max-width: 530px;
	}
	.cta-fw-section .text-24 {
		margin-bottom: 32px;
		margin-top: -12px;
	}
	.bullet-list ul li {
		margin-bottom: 24px;
	}
	.ic-right {
		width: 100%;
		padding-top: 0px;
		padding-left: 0px;
	}
	.ic-left {
		width: 100%;
		padding-right: 20%;
		margin-bottom: 60px;
	}
	.separator-short.origin-section .section-top {
		margin-bottom: 70px;
	}
	.separator-short .origin-section-videos ul li a:before {
		right: -31px;
		height: calc(100% - 60px);
	}
	.tiil-right {
		padding-top: 80px;
		padding-right: 0;
		width: 100%;
		padding-left: 0;
	}
	.tiil-left .title-76 {
		padding-left: 10%;
		padding-right: 0;
		margin-bottom: 48px;
	}
	.tiil-left {
		padding-right: 5%;
		width: 100%;
	}
	.image-text-line-items-section.section-white .itl-item-content-hold:before {
		background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
	}
	.values-section.section-white .itl-item-content-hold:before {
		background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
	}
	.text-offset-section.text-offset-section-v2 .text-offset-flare {
		width: 300px;
		top: 55%;
		left: 10%;
		transform: translate(-50%, -50%);
	}
	.hex-fifty-cta-fiftys ul li:first-child:after {
		top: 0px;
		bottom: 0px;
		height: calc(100% + 0px);
	}
	.hex-fifty-cta-fiftys ul li:nth-child(2n) {
		padding-left: 8%;
	}
	.hex-fifty-cta-fiftys ul li {
		padding-right: 8%;
	}
	.hex-fifty-cta-button {
		margin-top: 48px;
	}
	.hex-fifty-cta:before, .hex-fifty-cta:after {
		width: 360px;
		height: 360px;
	}
	.hex-fifty-cta {
		min-height: 360px;
		padding: 46px 10%;
	}
	.intro-careers-image-3-hold {
		width: 22%;
		margin-left: 60%;
		margin-top: -80px;
	}
	.intro-careers-image-2-hold {
		width: 48%;
	}
	.intro-careers-right {
		margin-left: auto;
		margin-top: -50px;
	}
	.intro-careers-left {
		width: 100%;
	}
	.intro-careers-right {
		padding-top: 0;
	}
	.mpl-right {
		padding-left: 16px;
	}
	.mpl-info {
		font-size: 14px;
	}
	.mediakit-threesome-list ul li {
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
	}
	.mediakit-item-hover-text {
		font-size: 14px;
	}
	.mediakit-fivesome-list ul li {
		width: calc(25% - 10px);
		min-width: calc(25% - 10px);
	}
	.mediakit-accordions-top-right {
		width: 100%;
		padding-left: 0px;
	}
	.mediakit-accordions-top-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}
	.mediakit-accordions-top-left .title-76 {
		top: auto;
	}
	.octagon-logos-carousel-wrapper .company-item span img {
		max-height: 30px;
		max-width: 150px;
	}
	.octagon-logos-carousel-section .text-24 {
		font-size: 16px;
	}
	.octagon-logos-carousel-left {
		padding-left: 80px;
	}
	.octagon-logos-carousel-hold {
		min-height: 320px;
		margin-top: -160px;
	}
	.octagon-logos-carousel-hold:before {
		width: 320px;
		height: 320px;
	}
	.octagon-logos-carousel-wrapper {
		width: 320px;
		height: 320px;
	}
	.itl-item:nth-child(2n) .itl-item-content-hold:before {
		background: linear-gradient(#DFD7E5, #DFD7E5) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
		border: 1px solid transparent;
		border-radius: 0;
		border-bottom-left-radius: 32px;
		border-bottom-right-radius: 32px;
		left: 0;
		right: 0px;
	}
	.itl-item:nth-child(2n) .itl-item-image-hold {
		order: 0;
	}
	.itl-item.image-wide .itl-item-image-hold {
		width: 100%;
	}
	.itl-item.image-wide .itl-item-content-hold {
		width: 100%;
	}
	.itl-item-content-hold:before {
		right: 0;
		top: -50px;
		bottom: 0;
		left: 0px;
		height: calc(100% + 50px);
		width: 100%;
		background: linear-gradient(#DFD7E5, #DFD7E5) padding-box, linear-gradient(to bottom, rgba(126,50,190,0), #7E32BE) border-box;
		border: 1px solid transparent;
		border-top-right-radius: 0;
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 32px;
	}
	.itl-item-content-hold {
		padding: 50px;
		width: 100%;
	}
	.itl-item-image {
		min-height: 1px;
		padding-bottom: 60%;
	}
	.page-template-tp-sustainability_v2 .itl-item-image {
		padding-bottom: 80%;
	}
	.itl-item-image-hold {
		width: 100%;
	}
	.text-offset-content {
		padding-left: 30%;
	}
	.text-offset-flare {
		width: 314px;
	}
	.overlaping-card-media {
		margin-top: 40px;
	}
	.overlaping-card-media-split {
		margin-top: 40px;
	}
	.overlaping-card-item.ma-overlaping-card-item {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.intro-split-info-section {
		padding: 180px 0 120px;
	}
	.isi-left-text > div {
		width: 400px;
	}
	.isi-left-text {
		margin-top: 50px;
		margin-left: 60px;
	}
	.ma-overlaping-card-item .overlaping-card-right {
		text-align: left;
	}
	.navy-thrid-blocks-right {
		padding-bottom: 20px;
	}
	.case-stadies-top-right {
		padding-bottom: 20px;
	}
	.case-studies-section .newsroom-list ul li:nth-child(3) {
		display: none;
	}
	.rd-bottom-section .entry p {
		font-size: 16px;
	}
	.rd-content-link-button {
		bottom: 30px;
		padding: 0 24px;
	}
	.intro-text-only-section {
		padding: 180px 0 110px;
	}
	.elements-list ul li:nth-child(6n+4),
	.elements-list ul li:nth-child(6n+6) {
		margin-top: 16px;
	}
	.elements-list ul li:nth-child(6n+5) {
		margin-top: 184px;
	}
	.elements-list {
		max-width: 500px;
		margin: 80px auto 0;
	}
	.octagon-cta {
		padding: 50px 70px;
	}
	.octagon-cta-details {
		margin-top: 20px;
	}
	.octagon-cta-details ul {
		display: block;
	}
	.octagon-cta-details ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.octagon-cta-details ul li:last-child {
		margin-bottom: 0px;
	}
	.quotes-slider-left {
		width: 68%;
		padding-left: 10%;
	}
	.octagon-quote-author-image {
		margin-right: 20px;
	}
	.octagon-quote-title {
		padding-right: 4%;
		width: 350px;
		padding-left: 5%;
	}
	.octagon-quote-bg {
		left: 130px;
		right: 130px;
		width: calc(100% - 260px);
	}
	.octagon-quote-author {
		margin-top: 30px;
	}
	.octagon-quote-content .title-49 {
		font-size: 28px;
	}
	.octagon-quote {
		min-height: 350px;
		padding-left: 54%;
	}
	.sr-2 {
		right: -30px;
	}
	.sr-1 {
		left: -35px;
	}
	.integration-list ul li {
		padding: 25px 20px 24px;
	}
	.integration-list-image {
		margin-bottom: 25px;
	}
	.integration-top .title-76 {
		max-width: 60%;
	}
	#orbitJson {
		width: 360px;
    	height: 360px;
		left: auto;
		right: -125px;
	}
	.integration-top-left {
		width: 200px;
		left: auto;
		right: -30px;
	}
	.integration-list-title {
		font-size: 18px;
		padding: 0;
	}	
	.integration-list-image img {
		max-height: 200px;
	}
	.requirements-about {
		margin-bottom: 100px;
	}
	.requirements-pressure-right {
		width: 100%;
		padding-left: 0;
	}
	.requirements-pressure-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.requirements-about-list ul li {
		margin-bottom: 24px;
	}
	.requirements-about-list {
		margin-top: 40px;
	}
	.requirements-about-right {
		width: 100%;
		padding-left: 0%;
	}
	.requirements-about-left {
		width: 100%;
		max-width: 414px;
		margin-bottom: 40px;
	}
	.ttr-info-list ul li {
		margin-bottom: 30px;
	}
	.ttr-info-right {
		width: 100%;
		padding-left: 0;
	}
	.ttr-info-top .title-76 {
		max-width: 100%;
	}
	.ttr-info-top {
		max-width: 100%;
		margin-bottom: 75px;
	}
	.ttr-info-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.btl-list-title {
		padding: 0 20px;
		top: 20px;
	}
	.why-rafti-right {
		width: 100%;
	}
	.why-rafti-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.content-stats-right {
		width: 50%;
		padding-left: 0;
	}
	.content-stats-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.content-stats-button {
		margin-top: 32px;
	}
	.intro-splitted-right {
		width: 100%;
		max-width: 650px;
	}
	.intro-splitted-left {
		width: 100%;
		padding-top: 0;
		margin-bottom: 40px;
	}
	.overlaping-cards-bottom {
		display: none;
	}
	.overlaping-card-image {
		padding-bottom: 100%;
		height: auto;
	}
	.overlaping-card-right {
		width: 100%;
		padding-left: 0;
	}
	.overlaping-card-item .lt-16 {
		margin-bottom: 40px;
	}
	.overlaping-card-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.overlaping-card-item {
		padding: 40px 40px;
		margin-bottom: 40px;
	}
	.overlaping-card-item:last-child {
		margin-bottom: 0px;
	}
	.osv-title {
		font-size: 24px;
	}
	.ll-name {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.leadership-list ul li {
		width: calc(50% - 30px);
		min-width: calc(50% - 30px);
		margin-top: 0px;
	}
	.leadership-list ul li:nth-child(3n) {
		margin-right: 60px;
	}
	.leadership-list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.leadership-section .flare-2 {
		top: -100px;
	}
	.origin-section-videos:after {
		bottom: -60px;
		height: calc(100% + 60px);
	}
	.origin-section {
		padding: 120px 0 60px;
	}
	.origin-section-videos ul li {
		width: calc(50% - 30px);
		min-width: calc(50% - 30px);
		margin-right: 60px;
		margin-bottom: 60px;
	}
	.fancybox__slide {
		padding-left: 0;
		padding-right: 0;
	}
	.map-content-right {
		width: 100%;
		padding-left: 0;
		margin-bottom: 48px;
	}
	.map-content-left {
		width: 100%;
		order: 2;
	}
	.content-map-right {
		width: 100%;
	}
	.content-map-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 48px;
	}
	.navy-thrid-blocks ul li a {
		padding: 24px 24px 60px;
	}
	.navy-thrid-blocks-section {
		padding: 100px 0 100px;
	}
	.intro-contact-section + .navy-thrid-blocks-section {
		/* margin-top: 120px; */
	}
	.contacts-blocks ul li a {
		padding: 16px 32px;
	}
	.contacts-details-right {
		width: 100%;
		padding-left: 0;
	}
	.contacts-details-left {
		padding-right: 0;
		width: 100%;
		margin-bottom: 48px;
	}
	.contact-content-section {
		padding: 90px 0 120px;
		margin-top: 120px;
	}
	.contact-form-wrapper {
		border-radius: 16px;
		padding: 40px 32px 40px;
		margin-bottom: -120px;
	}
	.intro-contact-section {
		padding: 160px 0 92px;
	}
	.intro-contact-right {
		padding-right: 0;
	}
	.single-about-logo {
		margin-bottom: 24px;
	}
	.single-about {
		margin-bottom: 48px;
	}
	.single-about-text h3 {
		font-size: 20px;
	}
	.single-about-text p {
		font-size: 16px;
	}
	.sp-content-left {
		width: 84%;
	}
	.sp-content-right {
		width: 16%;
	}
	.sp-content-image-caption {
		font-size: 14px;
	}
	.sp-content-image img {
		border-radius: 16px;
	}	
	.sp-content-top {
		margin-top: -100px;
		margin-bottom: 60px;
	}
	.intro-sp-section {
		padding: 200px 0 140px;
	}
	.newsroom-list ul li {
		width: calc(50% - 24px);
		min-width: calc(50% - 24px);
	}
	.fn-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 48px;
	}
	.fn-right {
		padding-left: 0;
		width: 100%;
	}
	.ha-left {
		margin-bottom: 40px;
	}
	.ha-image {
		margin-left: -18%;
	}
	.footer-top-right {
		max-width: 100%;
	}
	.footer-top-right {
		padding-left: 0%;
	}
	.rl-logos ul li img {
		max-width: 170px;
		max-height: 28px;
	}
	.rl-logos {
		left: 24px;
		bottom: 32px;
	}
	.resources-list ul li:nth-child(4n) a, 
	.resources-list ul li:nth-child(4n+3) a {
		min-height: 468px;
	}
	.text-page-section .title-100 {
		margin-bottom: 80px;
	}
	.text-page-section {
		padding: 180px 0 100px;
	}
	.entry blockquote {
		margin: 48px 0;
	}
	.entry h2:not(:first-child), .entry h3:not(:first-child), .entry h4:not(:first-child) {
		margin-top: 48px;
	}
	.entry h2 {
		font-size: 38px;
	}
	.entry h3 {
		font-size: 32px;
	}
	.entry h4 {
		font-size: 24px;
	}
	.entry ol li {
		font-size: 18px;
	}
	.entry ul li:before {
		margin-left: 12px;
	}
	.entry ul li {
		font-size: 18px;
		padding-left: 30px;
	}
	.entry p {
		font-size: 18px;
	}
	.toc-list ul li a {
		padding: 8px 15px 8px 20px;
		font-size: 16px;
	}
	.text-page-right {
		width: calc(100% - 210px);
		padding-left: 20px;
	}
	.text-page-left {
		width: 210px;
	}
	.text-page-split {
		padding-right: 0;
	}
	.timeline-carousel.owl-carousel .owl-nav .owl-next, 
	.timeline-carousel.owl-carousel .owl-nav .owl-prev {
		bottom: -80px;
	}
	.timeline-carousel .owl-dots {
		width: calc(100vw - 54px);
		margin-top: 70px;
		margin-left: 0;
	}
	.video-bottom-section:after {
		height: 150px;
		bottom: -1px;
	}
	.logos-section:before, 
	.logos-section:after {
		/* width: 120px; */
	}
	.animation-element.fade-up.rafti-right {
		transition-delay: 0s;
	}
	.animation-element.fade-up.rafti-middle {
		transition-delay: 0s;
	}
	header {
		padding: 16px 0 16px;
	}
	header.header-sticky {
		padding: 16px 0 16px;
	}
	.header-right {
		display: none;
	}
	.copyrights-text {
		font-size: 14px;
	}
	.footer-top-right {
		width: 100%;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;
	}
	.footer-top-left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 64px;
	}
	.footer-logo {
		margin-bottom: 28px;
	}
	.footer-logo img {
		max-width: 161px;
	}
	.title-49 {
		font-size: 32px;
	}
	.link-item-image {
		margin-bottom: 33px;
	}
	.links-right {
		padding-left: 25px;
	}
	.links-left {
		padding-right: 25px;
	}
	.resources-list ul li a {
		min-height: 486px;
	}	
	.rl-text {
		font-size: 15px;
	}
	.rl-content {
		padding-left: 24px;
		padding-right: 24px;
	}
	.rl-title {
		font-size: 22px;
	}
	.title-76 {
		font-size: 48px;
	}
	.umpire-left {
		width: 549px;
		order: 2;
		margin: 0 auto;
	}
	.umpire-right-content {
		max-width: 100%;
	}
	.umpire-right {
		width: 100%;
		padding-left: 0;
		margin-bottom: 64px;
	}
	.rafti-right-hold {
		width: 100%;
	}
	.rafti-middle {
		width: 540px;
	}
	.rafti-right {
		padding-left: 0px;
		width: 100%;
		margin-top: 64px;
	}
	.rafti-left {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 64px;
	}
	.home-about-section {
		padding: 50px 0 90px;
	}
	.ha-image img {
		max-width: 80%;
		margin-left: -25px;
	}
	.ha-right {
		width: 100%;
	}
	.ha-left {
		padding-right: 0;
		width: 100%;
	}
	.home-about {
		display: block;
	}
	.company-item span img {
		max-width: 180px;
		max-height: 38px;
	}
	.lt-16 {
		font-size: 14px;
	}
	.home-intro {
		top: 160px;
	}
	.title-100 {
		font-size: 66px;
		margin-bottom: 40px;
	}
	.logo img {
		max-width: 161px;
	}
	.logo svg {
		max-width: 161px;
	}
	.resources-list ul li a > span {
		right: 24px;
	}
	.entry ol li:before {
		margin-right: 5px;
	}
	.mfti-left {
		width: 100%;
		order: 2;
	}
	.mfti-right {
		width: 100%;
		margin-bottom: 20px;
	}
	.mfti-1-image {
		width: 100%;
		margin-left: 0;
	}
	.mfti-block-2 .mfti-right {
		width: 100%;
		margin-bottom: 0;
	}
	.mfti-2-image {
		margin-left: 0%;
		width: 100%;
	}
	.mfti-block-2 .mfti-left {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.video-section {
		margin-top: 200px;
	}
	.home-intro {
		top: -100px;
	}
}

@media screen and (max-width:639px) {
	.video-title-section .section-top {
		margin-bottom: 48px;
	}
	.video-title-section {
		padding: 90px 0;
	}
	.mfti-list ul li {
		line-height: 1.25;
		margin-bottom: 10px;
	}
	.mfti-list ul li:last-child {
		margin-bottom: 0px;
	}
	.mfti-list-image-caption {
		font-size: 12px;
	}
	.mfti-list-image img {
		max-width: 100%;
	}
	.mfti-list-image {
		max-width: 300px;
		/* padding-left: 15px; */
	}
	.mfti-list > span {
		left: 5px;
	}
	.mfti-list {
		padding-left: 25px;
	}
	.mfti-icon-list ul li {
		padding-left: 56px;
		margin-bottom: 40px;
	}
	.mfti-icon-list ul li img {
		max-width: 40px;
		max-height: 40px;
	}
	.mfti-block-2:not(:last-child) {
		margin-bottom: 90px;
	}
	.mfti-block-button {
		margin-top: 30px;
	}
	.moon-fuel-section .image-text-line-items {
		margin-bottom: 60px;
	}
	.hrh-section .title-76 {
		margin-bottom: 40px;
	}
	.moon-fuel-section .title-76 {
		margin-bottom: 30px;
	}
	.moon-fuel-section {
		padding: 100px 0 100px;
	}
	.hrh-section {
		padding: 100px 0 100px;
	}
	.hrh-section .featured-newsroom {
		margin-bottom: 60px;
	}
	.hrh-section .navy-thrid-blocks {
		margin-bottom: 48px;
	}
	.itt-item img {
		max-width: 70px;
		max-height: 60px;
	}
	.itt-item {
		padding-left: 0;
		margin-bottom: 48px;
		padding-top: 80px;
	}
	.illustations-scheme-hold span:before, 
	.illustations-scheme-hold span:after {
		content: '';
		position: absolute;
		bottom: auto;
		width: 16px;
		height: 2px;
		background: #05C0ED;
		left: 0;
	}
	.illustations-scheme-hold span:before {
		left: 0;
		top: 0;
	}
	.illustations-scheme-hold span:after {
		right: auto;
		bottom: 0;
	}
	.illustations-scheme-hold span div {
		position: absolute;
		top: 50%;
		transform: translate(-60%, -50%) rotate(-90deg);
		width: 300px;
		left: 0;
	}
	.illustations-scheme-hold span {
		width: 2px;
		height: 68%;
		position: absolute;
		bottom: 0;
		padding: 0;
		margin: 0;
		border: none;
		background: #05C0ED;
		left: -20px;
	}
	.illustations-scheme-hold {
		position: relative;
	}
	.illustations-scheme ul li:first-child:after {
		left: 50%;
		top: calc(100% + 32px);
		transform: translateX(-50%) rotate(90deg);
	}
	.illustations-scheme ul li:first-child {
		margin-right: 0;
		margin-bottom: 90px;
	}
	.illustations-scheme ul li {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.illustations-scheme ul {
		display: block;
	}
	.illustations-scheme-section {
		padding: 80px 0 110px;
	}
	.page-template-tp-sustainability_v2 .intro-text-only-section {
		padding-bottom: 48px;
	}
	.octagon-cta-button-bottom {
		text-align: center;
		margin-top: 24px;
	}
	.octagon-cta-title-hold {
		max-width: 100%;
		text-align: center;
	}
	.fn-carousel .owl-dots {
		bottom: -54px;
	}
	.page-template-tp-refueling_service .quotes-slider-section {
		padding-bottom: 90px;
	}
	.quotes-slider-section.reverse .quotes-slider-left {
		padding-right: 6%;
	}
	.quotes-slider-section.reverse .quotes-slider-right {
		padding-right: 0;
	}
	.page-template-tp-about .full-bleed-image-section {
		/* height: 300px; */
		padding-bottom: 80%;
		position: relative;
	}
	.page-template-tp-about .full-bleed-image-section > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.lcv2-item img {
		margin-right: 40px;
		max-width: 125px;
		max-height: 28px;
	}
	.iso-list-more {
		margin-top: 10px;
	}
	.ri-carousel-item.has-offset {
		padding-top: 20px;
	}
	.ri-carousel-item {
		width: 42vw;
	}
	.rafti-btn.multi-buttons ul li {
		margin-right: 0px;
		text-align: center;
	}
	.rafti-bottom-buttons {
		margin-top: 50px;
	}
	.rafti-bottom-buttons.multi-buttons ul li {
		margin-right: 0px;
	}
	.a-top {
		bottom: calc(100% - 0px);
	}
	.a-bottom {
		bottom: 0px;
	}
	
	.a-top-invert {
		/* top: 0px; */
	}
    .arch-bottom {
        bottom: 0px;
    }
	.overlaping-card-media-split:before, 
	.overlaping-card-media-split:after {
		content: '';
		position: absolute;
		top: auto;
		bottom: auto;
		left: -1px;
		right: -1px;
		width: calc(100% + 2px);
		height: 100%;
	}
	.overlaping-card-media-split:before {
		top: -1px;
		background: url(../img/oct-top-purple-out.png) no-repeat top center / 100% auto;
	}
	.overlaping-card-media-split:after {
		bottom: -1px;
		background: url(../img/oct-bottom-purple-out.png) no-repeat bottom center / 100% auto;
	}
	.ocms-right {
		padding-left: 20px;
		width: 100%;
		padding-right: 20px;
		padding-top: 30px;
    	padding-bottom: 100px;
	}
	.ocms-left {
		width: 100%;
	}
	.page-template-tp-careers_v2 .quotes-carousel .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	.page-template-tp-careers_v2 .quotes-slider-nav {
		display: none;
	}

	.quotes-carousel.owl-carousel .owl-nav button.owl-prev {
		margin-right: 10px;
	}

	.quotes-carousel.owl-carousel .owl-nav button.owl-next, 
	.quotes-carousel.owl-carousel .owl-nav button.owl-prev {
		display: inline-block;
		width: 52px;
		height: 48px;
		border-radius: 20px;
		position: relative;
		background: #E8E8E8;
	}
	.quotes-carousel.owl-carousel .owl-nav button.owl-next span, 
	.quotes-carousel.owl-carousel .owl-nav button.owl-prev span {
		display: none;
	}

	.quotes-carousel.owl-carousel .owl-nav button:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		opacity: 0;
		transition: 0.2s;
	}

	.quotes-carousel.owl-carousel .owl-nav button.owl-prev:before {
		background: rgb(5,192,237);
		background: -moz-linear-gradient(-45deg, rgba(5,192,237,1) 0%, rgba(180,150,204,1) 76%);
		background: -webkit-linear-gradient(-45deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
		background: linear-gradient(135deg, rgba(5,192,237,1) 0%,rgba(180,150,204,1) 76%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0ed', endColorstr='#b496cc',GradientType=1 );
	}
	.quotes-carousel.owl-carousel .owl-nav button.owl-next:before {
		background: rgb(180,150,204);
		background: -moz-linear-gradient(45deg, rgba(180,150,204,1) 24%, rgba(5,192,237,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
		background: linear-gradient(45deg, rgba(180,150,204,1) 24%,rgba(5,192,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b496cc', endColorstr='#05c0ed',GradientType=1 );
	}

	.quotes-carousel.owl-carousel .owl-nav button:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
	}

	.quotes-carousel.owl-carousel .owl-nav button.owl-prev:after {
		background: url(../img/slide-prev.svg) no-repeat center center / 24px 24px;
	}
	.quotes-carousel.owl-carousel .owl-nav button.owl-next:after {
		background: url(../img/slide-next.svg) no-repeat center center / 24px 24px;
	}

	.quotes-carousel.owl-carousel .owl-nav button:hover:before {
		opacity: 1;
	}

	.intro-single-career .section-top {
		margin-bottom: 56px;
	}
	.intro-single-career {
		padding: 120px 0 70px;
	}
	.os-section .section-top {
		max-width: 610px;
		margin-bottom: 64px;
	}
	.greenhouse-positions .accordion-item .accordion-header {
		margin-bottom: 32px;
	}
	.greenhouse-positions .accordion-item {
		padding-bottom: 48px;
		margin-bottom: 48px;
	}
	.job-location-wrapper {
		width: 100%;
	}
	.job-location-wrapper .location {
		font-size: 16px;
		text-align: left;
	}
	.job-title {
		font-size: 20px;
	}
	.job-title-wrapper {
		width: 100%;
		padding-right: 0;
		margin-bottom: 8px;
	}
	.os-section {
		padding: 100px 0 90px;
	}
	.page-template-tp-careers_v2 .itl-item-content-hold {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.values-list {
		margin-bottom: 24px;
	}
	.vl-item-title {
		font-size: 20px;
	}
	.values-list ul li {
		width: 47%;
		min-width: 47%;
		margin-right: 6%;
	}
	.values-list ul li:nth-child(3n) {
		margin-right: 6%;
	}
	.values-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.hex-fifty-cta-section.hex-fifty-cta-section-v2 {
		padding-top: 90px;
	}
	.page-template-tp-careers_v2 .intro-mediakit-right {
		width: 100%;
		padding-left: 0;
	}
	.page-template-tp-careers_v2 .intro-mediakit-left {
		width: 100%;
		padding-right: 0;
	}
	.home-intro-spacecraft {
		left: 55%;
		left: 70%;
    	/* max-width: 58%; */
    	max-width: 86%;
	}
	.page-template-tp-refueling_service .image-title-section .it-right {
		padding-left: 0%;
	}
	.page-template-tp-refueling_service .image-title-section {
		padding-bottom: 0;
	}
	.page-template-tp-refueling_service .image-title-section .it-left {
		order: 2;
		margin-bottom: 0;
	}
	.page-template-tp-refueling_service .image-title-section .it-right {
		margin-bottom: 40px;
	}
	.video-top-section:before {
		height: 60px;
	}
	.awards-logos ul li {
		width: 50%;
		min-width: 50%;
	}
	.awards-logos ul li img {
		max-width: 100px;
		max-height: 60px;
	}
	.brand-color-guide {
		margin-top: 48px;
	}
	.brand-color-guide ul li.item-image {
		width: 220px;
		height: 220px;
		margin-bottom: 70px;
	}
	.item-image-text {
		left: 60px;
		bottom: auto;
		top: calc(100% + 10px);
		width: 240px;
		font-size: 14px;
	}
	.brand-color-guide ul li {
		width: 140px;
		height: 140px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.brand-asset-block {
		margin-bottom: 80px;
	}
	.brand-asset-logos-list ul {
		margin-bottom: -32px;
	}
	.brand-asset-tabs .tabs-title>a {
		font-size: 16px;
	}
	.brand-asset-logo-hold {
		padding: 40px 40px;
	}
	.brand-asset-logo-title {
		font-size: 16px;
	}
	.brand-asset-logos-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.brand-asset-tabs {
		margin-top: 48px;
	}
	.brand-asset-buttons {
		margin-top: 32px;
	}
	.brand-assets-section .section-top {
		max-width: 820px;
		margin-bottom: 40px;
	}
	.brand-assets-section {
		padding: 90px 0;
	}
	.footer-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
	}
	.footer-nav ul li {
		width: 27%;
		min-width: 27%;
		margin-right: 9.5%;
	}
	.footer-nav ul li:nth-child(3n) {
		margin-right: 0%;
	}
	.ma-right {
		position: relative;
		top: auto;
		transform: translateY(0%);
		width: 80%;
		right: auto;
	}
	.rs-right {
		position: relative;
		top: auto;
		transform: translateY(0%);
		width: 80%;
		width: 100%;
		right: auto;
		margin-left: auto;
	}
	.tdi-section .multi-buttons ul li {
		margin-right: 0px;
	}
	.tdi-section .multi-buttons {
		margin-top: 48px;
	}
	.home-intro-anim {
		width: 90%;
		top: 30%;
		left: 75%;
	}
	.iao-image > a > span {
		right: 20px;
		bottom: 20px;
	}
	.iao-image > a:before {
		height: 100px;
	}
	.page-template-tp-mission_analysis .overlaping-cards-section .section-top {
		margin-bottom: 30px;
	}
	.page-template-tp-sustainability .intro-text-only-section {
		padding-bottom: 48px;
	}
	.octagon-cta-content .lt-16 {
		max-width: 100%;
	}
	.octagon-cta .text-24 {
		max-width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 0 15px;
	}
	.intro-newsroom-section .title-100 {
		margin-bottom: 40px;
	}
	.newsroom-list-section .intro-mediakit-left {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.timeline-section .title-76 br {
		display: none;
	}
	.hex-fifty-cta.hex-fifty-cta-purple-gradient:before {
		background: url(../img/oct-top-dark-out.png) no-repeat top center / 100% auto;
	}
	.hex-fifty-cta.hex-fifty-cta-purple-gradient:after {
		background: url(../img/oct-bottom-dark-out.png) no-repeat bottom center / 100% auto;
	}
	/*.hex-fifty-cta.hex-fifty-cta-purple-gradient.oct-dark:before {
		background: url(../img/oct-top-dark-out.png) no-repeat top center / 100% auto;
	}
	.hex-fifty-cta.hex-fifty-cta-purple-gradient.oct-dark:after {
		background: url(../img/oct-bottom-dark-out.png) no-repeat bottom center / 100% auto;
	}*/
	.awards-carousel-hold.has-investors {
		margin-bottom: 80px;
	}
	.awards-investors-section .lt-16 {
		margin-bottom: 25px;
	}
	.awards-investors-section {
		padding: 80px 0;
	}
	.why-rafti-list ul li span {
		width: 48px;
	}
	.why-rafti-list ul li span img {
		max-height: 48px;
	}
	.image-title-section.has-padd {
		padding-top: 90px;
	}
	.flare-left-bottom {
		width: 130px;
		height: 247px;
	}
	.page-template-tp-rafti .random-images-section {
		padding: 120px 0 100px;
	}
	.ha-info.ha-info-v2 .ha-info-left {
		font-size: 18px;
	}
	.space-section-image:after {
		height: 100px;
	}
	.space-section:after {
		height: 100px;
	}
	.benefit-item {
		margin-bottom: 60px;
	}
	.benefit-item:nth-child(2n) .bi-content-hold {
		padding-right: 0;
	}
	.benefit-item:nth-child(2n) .bi-image-hold {
		padding-left: 0;
		order: 0;
	}
	.benefit-item .title-49 {
		margin-bottom: 24px;
	}
	.bi-content-hold {
		padding-left: 0;
		width: 100%;
	}
	.bi-image-hold {
		padding-right: 0;
		width: 100%;
		margin-bottom: 36px;
	}
	.benefits-section {
		padding: 90px 0 80px;
	}
	.space-section {
		padding: 80px 0 60vw;
	}
	.animated-scroll-left .sticky {
		top: 0 !important;
	}
	.image-text-line-items-section.section-dark:before {
		width: 300px;
		height: 200px;
	}
	.intro-why-section-img {
		top: 40%;
	}
	.intro-split-info-section.intro-why-section .isi-left {
		max-width: 70%;
	}
	.intro-split-info-section.intro-why-section {
		padding-bottom: 80px;
	}
	.three-cards-button {
		margin-top: 36px;
	}
	.tcl-link {
		bottom: 30px;
	}
	.tcl-content {
		padding: 10px 30px 80px;
	}
	.three-cards-list ul li a {
		border-radius: 16px;
	}
	.three-cards-list ul {
		width: 100%;
	}
	.three-cards-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.three-cards-section {
		padding: 90px 0 80px;
	}
	.image-title-section:before {
		width: 265px;
		height: 385px;
	}
	.image-title-section {
		padding-bottom: 80px;
	}
	.it-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.it-right {
		padding-left: 0;
		width: 100%;
	}
	.tiv-left .multi-buttons ul li {
		margin-right: 0px;
	}
	.tiv-left .text-24:first-child {
		margin-bottom: 36px;
	}
	.tiv-right {
		padding-left: 20%;

		padding-left: 0;
		padding-right: 20%;
	}
	.page-template-tp-refueling_service .tiv-right {
		order: 2;
		margin-bottom: 0;
	}
	.page-template-tp-refueling_service .tiv-left {
		margin-bottom: 40px;
	}
	.text-image-video-section {
		padding: 80px 0;
	}
	.animated-scroll-left {
		padding-right: 0%;
		margin-bottom: 48px;
	} 
	.asr-item {
		padding: 0px 0;
		margin-bottom: 48px;
	}
	.asr-item:last-child {
		margin-bottom: 0px;
	}
	.asr-sticky {
		min-height: 1px;
	}
	.animated-scroll-section .section-top {
		margin-bottom: 48px;
	}
	.animated-scroll-section {
		padding: 90px 0 80px;
	}
	.tdi-section .section-top {
		margin-bottom: 48px;
	}
	.tdi-section {
		padding: 90px 0 80px;
	}
	.tb-cta-column:before {
		left: -20px;
		right: -20px;
		width: calc(100% + 40px);
	}
	.tb-cta-column {
		width: 100%;
		padding: 80px 0;
	}
	.cta-fw-flare:before {
		width: 450px;
		height: 200px;
	}
	.quotes-slider-section.quotes-slider-v2-section {
		padding-bottom: 80px;
	}
	.quotes-slider-right .title-49 {
		margin-bottom: 16px;
	}
	.quotes-slider-section.quotes-slider-v2-section .quotes-slider-right:before {
		display: none;
	}
	.bullet-list ul li:before {
		top: 0px;
		width: 20px;
    	height: 20px;
	}
	.bullet-list ul li {
		padding-left: 38px;
		font-size: 18px;
	}
	.ic-right .bullet-list {
		margin-top: 36px;
	}
	.ic-left {
		padding-right: 0%;
		margin-bottom: 48px;
	}
	.ic-section {
		padding: 80px 0 80px;
	}
	.origin-section.separator-short {
		padding-bottom: 80px;
	}
	.separator-short.origin-section .section-top {
		margin-bottom: 50px;
	}
	.tiil-item {
		margin-bottom: 48px;
		padding-left: 70px;
	}
	.tiil-right {
		padding-top: 60px;
	}
	.tiil-left .title-76 {
		margin-bottom: 36px;
	}
	.tiil-left {
		width: 100%;
	}
	.title-image-icons-list-section {
		padding: 90px 0 80px;
	}
	.text-offset-section.text-offset-section-v2 {
		padding-bottom: 80px;
	}
	.text-offset-section.text-offset-section-v2 .text-offset-flare {
		display: none;
	}
	.hex-fifty-cta-fiftys ul li:first-child:after {
		display: none;
	}
	.hex-fifty-cta {
		padding: 80px 10%;
	}
	.hex-fifty-cta-bg {
		position: absolute;
		top: 130px;
		bottom: 130px;
		height: calc(100% - 260px);
		left: 0;
		right: 0;
		width: 100%;
	}
	.hex-fifty-cta:before, .hex-fifty-cta:after {
		width: 100%;
		height: auto;
		padding-bottom: 100%;
	}
	.hex-fifty-cta:after {
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
	}
	.hex-fifty-cta-fiftys ul li:nth-child(2n) {
		padding-left: 0;
	}
	.hex-fifty-cta-fiftys ul li {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 50px;
		text-align: center;
	}
	.hex-fifty-cta-fiftys ul li:last-child {
		margin-bottom: 0px;
	}
	.has-border img {
		border-radius: 16px;
	}
	.intro-careers-image-3-hold {
		width: 35%;
		margin-left: 55%;
		margin-top: -40px;
	}
	.intro-careers-image-2-hold {
		margin-top: 50px;
	}
	.intro-careers-right {
		margin-top: 40px;
		width: 48%;
	}
	.intro-careers-button {
		margin-top: 32px;
	}
	.intro-careers-left {
		width: 90%;
	}
	.intro-careers-section {
		padding: 160px 0 80px;
	}
	.intro-mediakit-right {
		padding-left: 0;
		width: 100%;
		height: 70vh;
	}
	.intro-mediakit-right:after {
		height: 50px;
	}
	.intro-mediakit-left {
		padding: 160px 0 30px;
		width: 100%;
	}
	.mediakit-threesome-list ul {
		width: 100%;
	}
	.mediakit-threesome-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
	}
	.mediakit-people-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.mediakit-accordions .accordion-content {
		padding: 24px 0 22px;
	}
	.mediakit-accordions .accordion-title {
		font-size: 20px;
		padding: 16px 50px 16px 20px;
	}
	.mediakit-accordions .accordion-item {
		margin-bottom: 24px;
	}
	.mediakit-fivesome-block {
		margin-bottom: 24px;
	}
	.mediakit-fivesome-list ul li {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
	.mediakit-block-title {
		font-size: 16px;
	}
	.mediakit-accordions-top {
		margin-bottom: 48px;
	}
	.mediakit-terms {
		padding: 24px 20px;
	}
	.mediakit-accordions-section {
		padding: 90px 0 80px;
	}
	.mediakit-recent-buttons {
		margin-top: 32px;
	}
	.mediakit-recent-section .title-76 {
		margin-bottom: 16px;
	}
	.mediakit-recent-section .lt-16 {
		margin-bottom: 32px;
	}
	.mediakit-recent-image {
		margin-bottom: 24px;
	}
	.mediakit-recent-image img {
		border-radius: 16px;
	}
	.mediakit-recent-section .title-49 {
		margin-bottom: 32px;
	}
	.mediakit-recent-section {
		padding: 80px 0 80px;
	}
	.octagon-logos-carousel-wrapper .companies-line-1 {
		margin-bottom: 20px;
	}
	.octagon-logos-carousel-wrapper {
		width: 100%;
		height: auto;
		padding-bottom: 100%;
		position: relative;
	}
	.octagon-logos-carousels {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.octagon-logos-carousel-right {
		width: 100%;
	}
	.octagon-logos-carousel-bg {
		top: 180px;
		bottom: 180px;
		height: calc(100% - 360px);
		left: 0px;
		right: 0px;
		width: 100%;
		background: #512874;
	}
	.octagon-logos-carousel-left {
		padding: 110px 30px 60px;
		width: 100%;
	}
	.octagon-logos-carousel-hold:before {
		width: 100%;
		height: auto;
		padding-bottom: 100%;
	}
	.full-bleed-image-content-section {
		padding: 130px 0;
	}
	.itl-item-content-hold {
		padding: 30px;
	}
	.image-text-line-items-section .title-76 {
		margin-bottom: 24px;
	}
	.image-text-line-items-section {
		padding: 90px 0 80px;
	}
	.text-offset-flare {
		width: 157px;
	}
	.text-offset-section {
		padding: 80px 0 120px;
	}
	.text-offset-content {
		padding-left: 0;
	}
	.iao-image video {
		width: auto;
		height: 100%;
	}
	.cta-fw-section.has-top-dark-invert-arch {
		padding-top: 120px;
	}
	.cta-fw-section {
		padding: 100px 0 90px;
	}
	.support-rafti-list ul li:nth-child(2n) {
		padding-left: 0%;
		padding-right: 0%;
	}
	.support-rafti-list ul li:nth-child(2n+1) {
		padding-right: 0%;
		padding-left: 0%;
	}
	.case-studies-section .newsroom-list ul li:nth-child(3) {
		display: block;
	}
	.case-studies-section {
		padding: 90px 0 40px;
	}
	.case-stadies-top-right {
		width: 100%;
		text-align: left;
		padding-bottom: 0px;
	}
	.case-stadies-top-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.navy-thrid-blocks-right {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}
	.navy-thrid-blocks-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.overlaping-cards-section .ma-overlaping-card-item .title-76 {
		margin-bottom: 20px;
	}
	.ma-intro-split-info {
		width: 70%;
		opacity: 0.2;
	}
	.intro-split-info-section {
		padding: 160px 0 50px;
	}
	.page-template-tp-refueling_service .intro-split-info-section {
		padding-bottom: 0px;
	}

	.isi-left .lt-16 {
		margin-bottom: 24px;
	}
	.isi-left-text {
		margin-top: 30px;
		margin-left: 0;
	}
	.isi-left-text > div {
		width: 100%;
	}
	.isi-left {
		width: 100%;
	}
	.tabs-content .newsroom-list {
		margin-bottom: 40px;
	}
	.rlf-button {
		margin-top: 24px;
	}
	.rlf-logo {
		margin-bottom: 24px;
	}
	.rlf-right-hold:before {
		width: 372px;
		height: 500px;
		top: -110px;
		right: -100px;
	}
	.resources-filter ul li a {
		font-size: 16px;
		padding: 8px 10px;
	}	
	.resources-landing-fixed-section {
		padding: 50px 0 120px;
	}
	.rlf-right-wrapper {
		min-height: 1px;
	}
	.rlf-right {
		width: 100%;
		height: auto !important;
	}
	.rlf-right .sticky {
		top: 0 !important;
	}
	.rlf-left-item {
		min-height: 1px;
		margin-bottom: 60px;
	}
	.rlf-left-item:last-child {
		margin-bottom: 0px;
	}
	.rlf-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 80px;
	}
	.intro-resources-section {
		padding: 190px 0 20px;
	}
	.resources-filter-section {
		padding: 0px 0 50px;
	}
	.requirements-pressure-list ul li {
		border-radius: 16px
	}
	.btl-list ul li > img {
		border-radius: 16px;
	}
	.reg-video-hold a {
		border-radius: 16px;
	}
	.reg-video-hold a img {
		border-radius: 16px;
	}
	.osv-image {
		border-radius: 16px;
		clip-path: inset(0 0 round 16px);
	}
	.iao-image img {
		border-radius: 16px;
	}
	.rd-content-links ul li a {
		padding-bottom: 125%;
	}
	.rd-bottom-image img {
		border-radius: 16px;
	}
	.rd-bottom-image {
		margin-top: 32px;
	}
	.rd-bottom-section {
		padding: 80px 0 90px;
	}
	.rd-content-section {
		margin-bottom: 90px;
	}
	.rd-content-links ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.rd-content-links ul li:last-child {
		margin-bottom: 0;
	}
	.intro-rd-image img {
		border-radius: 16px;
	}
	.intro-rd-image {
		margin-top: 32px;
	}
	.intro-text-only-section.intro-rd-section {
		padding-bottom: 80px;
	}
	.support-rafti-list-link {
		margin-top: 30px;
	}
	.octagon-quote-author {
		margin-top: 20px;
	}
	.octagon-quote > img {
		/* opacity: 0.3;
		display: none; */
		left: 0;
		right: 0;
		bottom: auto;
		height: auto;
		width: 100%;
	}
	.octagon-quote-bg {
		left: 0px;
		right: 0px;
		width: 100%;
		top: 150px;
		bottom: 150px;
		height: calc(100% - 300px);
	}
	.octagon-quote-author-details {
		font-size: 12px;
	}
	.octagon-quote:after {
		display: none;
	}
	.octagon-quote:before {
		top: auto;
		right: 0;
		height: auto;
		padding-bottom: 100%;
		background: url(../img/octagon-white.png) no-repeat center center / 100% 100%;
	}
	.octagon-quote-title {
		padding-right: 0;
		width: 100%;
		padding-left: 0;
		position: relative;
		top: auto;
		transform: translateY(0%); 
		margin-bottom: 5px;
		text-align: center;
	}
	.octagon-quote-title .title-76 strong {
		display: block;
	}
	.octagon-quote {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.octagon-quote {
		min-height: 350px;
		padding-top: calc(100% + 50px);
		padding-bottom: 90px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.octagon-quote-top {
		height: 25%;
	}
	.octagon-quote-content .title-49 {
		font-size: 20px;
	}
	.quotes-slider-section {
		padding: 90px 0 0;
	}
	.trust-section {
		padding: 90px 0 80px;
	}
	.qc-item-text {
		font-size: 20px;
	}
	.qc-item-logo img {
		max-height: 30px;
	}
	.qc-item {
		border-radius: 16px;
		padding: 30px 25px;
	}
	.quotes-slider-right-content .title-76 {
		margin-bottom: 8px;
	}
	.quotes-slider-right {
		padding-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.quotes-slider-nav {
		margin-top: 40px;
	}
	.quotes-slider-nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.quotes-slider-left {
		width: 100%;
		padding-left: 5%;
		order: 2;
	}
	.sr-1 {
		left: 0px;
		width: 59px;
		height: 200px;
		display: none;
	}
	.sr-2 {
		right: 0px;
		width: 51px;
		height: 222px;
		display: none;
	}
	.support-rafti-section .title-76 {
		margin-bottom: 40px;
	}
	.support-rafti-list:after {
		display: none;
	}
	.support-rafti-list ul li {
		width: 100%;
		margin-bottom: 64px;
	}
	.support-rafti-list ul li:last-child {
		margin-bottom: 0px;
	}
	.support-rafti-section {
		padding: 100px 0 90px;
	}
	.random-images-section {
		padding: 120px 0 90px;
	}
	.random-images {
		margin-left: -20%;
		width: 140%;
	}
	.random-images-top {
		margin-bottom: 70px;
	}
	.random-images-bottom {
		margin-top: 85px;
	}
	.random-images ul li {
		width: 26%;
	}
	.integration-list-title {
		font-size: 20px;
		padding: 0 10px;
	}
	.integration-list ul {
		width: 100%;
	}
	.integration-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		border-radius: 16px;
	}
	.integration-list ul li:last-child {
		margin-bottom: 0;
	}
	.integration-button {
		margin-top: 30px;
	}
	.integration-top {
		margin-bottom: 40px;
	}
	.integration-section {
		padding: 120px 0 90px;
	}
	.integration-top .title-76 {
		max-width: 80%;
	}
	#orbitJson {
		width: 260px;
		height: 260px;
		right: -75px;
		top: -90px;
	}
	.integration-top-left {
		width: 140px;
		right: -10px;
	}
	.elements-section {
		padding: 80px 0 100px;
	}
	.elements-list ul li:nth-child(6n+5) {
		margin-top: 0;
	}
	.elements-list ul li {
		margin-bottom: 74px;
	}
	.elements-list ul li:last-child {
		margin-bottom: 0px;
	}
	.elements-list ul li:nth-child(2n) {
		margin-top: 80px
	}
	.elements-list ul li:nth-child(2n+1) {
		margin-top: -67px
	}
	.elements-list {
		max-width: 300px;
		margin: 136px auto 0;
	}
	.elements-list ul li:before {
		width: 180px;
		height: 180px;
	}
	.element {
		width: 140px;
		height: 140px;
	}
	.requirements-pressure-list-content p {
		font-size: 16px;
	}
	.requirements-pressure-list ul li {
		width: 100%;
		min-height: 108px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.requirements-pressure-list ul li:last-child {
		margin-bottom: 0px;
	}
	.requirements-pressure-list-content {
		width: 100%;
	}
	.requirements-pressure-left {
		width: 100%;
		margin-bottom: 36px;
	}
	.requirements-about {
		margin-bottom: 80px;
	}
	.requirements-about-list ul li:before {
		top: 0px;
		width: 20px;
    	height: 20px;
	}
	.requirements-about-list ul li {
		font-size: 18px;
		padding-left: 38px;
	}
	.requirements-section {
		padding: 100px 0 90px;
	}
	.ttr-info-section {
		padding: 90px 0;
	}
	.ttr-info-list ul li:before {
		top: 0px;
		width: 20px;
    	height: 20px;
	}
	.ttr-info-list ul li {
		font-size: 18px;
		padding-left: 38px;
	}
	.ttr-info-top {
		margin-bottom: 48px;
	}
	.ttr-info-section.has-top-overlap {
		padding-top: 250px;
		margin-top: -165px;
	}
	.octagon-cta-content .lt-16 {
		text-align: center;
	}
	.octagon-cta-title-hold .title-76 {
		margin-right: 0;
	}
	.octagon-cta-button {
		padding-bottom: 0;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	.octagon-cta-title-hold {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.octagon-cta-details ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.octagon-cta-details ul li {
		margin-right: 20px;
	}
	.octagon-cta-details ul li h3 {
		font-size: 16px;
	}
	.octagon-cta-details ul li p {
		font-size: 16px;
	}
	.octagon-cta {
		padding: 20px 20px;
		min-height: 330px;
	}
	.octagon-cta > img {
		opacity: 0;
	}
	.btl-list-title {
		padding: 0px 30px;
		top: 30px;
	}
	.btl-list ul {
		width: 100%;
	}
	.btl-list ul li {
		width: 100% !important;
		min-width: 100% !important;
		margin-right: 0px;
		min-height: 200px;
	}
	.btl-list ul li:last-child {
		margin-bottom: 0;
	}
	.btl-section .title-76 {
		margin-bottom: 36px;
	}
	#orbitsBTL {
		width: 600px;
		height: 600px;
	}
	.orbitsBTLglobe {
		width: 200px;
		height: 200px;
	}
	.btl-section {
		padding: 100px 0 90px;
	}
	.why-rafti-list ul li {
		padding-left: 80px;
		font-size: 18px;
		min-height: 70px;
		margin-bottom: 30px;
	}
	.why-rafti-section .title-76 {
		/* margin-bottom: 48px; */
	}
	.why-rafti-section {
		padding: 90px 0 50px;
	}
	.content-stats-right {
		width: 100%;
	}
	.content-stats-section {
		padding: 80px 0;
	}
	.intro-splitted-left {
		padding-right: 0;
	}
	.intro-splitted-section {
		padding: 150px 0 0;
	}
	.overlaping-card-image img {
		border-radius: 16px;
	}
	.overlaping-card-item {
		border-radius: 16px;
	}
	.overlaping-card-item .lt-16 {
		margin-bottom: 24px;
	}
	.overlaping-card-item {
		padding: 40px 20px;
	}
	.awards-section .lt-16 {
		margin-bottom: 36px;
	}
	.awards-carousel-item {
		height: 90px;
	}
	.awards-carousel-item img {
		max-width: 100px;
	}
	.awards-section {
		padding: 60px 0 80px;
	}
	.leadership-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.leadership-section {
		padding: 80px 0 0;
	}
	.title-76-section {
		padding: 80px 0;
	}
	.origin-section .section-top {
		margin-bottom: 60px;
	}
	.origin-section-button {
		margin-top: 30px;
	}
	.origin-section-videos:after {
		display: none;
	}
	.origin-section-videos ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
	}
	.origin-section-videos ul li:last-child {
		margin-bottom: 0;
	}
	.origin-section {
		padding: 80px 0 60px;
	}
	.overlaping-cards-section {
		padding: 80px 0;
	}
	.iao-image {
		padding-bottom: 70%;
	}
	.intro-text-only-section .title-100 {
		margin-bottom: 24px;
	}
	.intro-text-only-section .lt-16 {
		margin-bottom: 20px;
	}
	.intro-text-only-section {
		padding: 160px 0 70px;
	}
	.reg-video-hold a:before {
		height: 120px;
	}
	.reg-video-hold a > span {
		bottom: 20px;
		right: 20px;
	}	
	.map-content-right {
		margin-bottom: 36px;
	}
	.map-content-right .lt-16 {
		margin-bottom: 36px;
	}
	.map-content-section {
		padding: 80px 0 80px;
	}
	.cm-map {
		height: 400px;
	}
	.content-map-left {
		margin-bottom: 36px;
	}
	.content-map-left .lt-16 {
		margin-bottom: 36px;
	}
	.text-24 p {
		margin-bottom: 24px;
	}
	.content-map-section {
		padding: 70px 0 80px;
	}
	.navy-thrid-blocks ul li:nth-child(3n+2) {
		transition-delay: 0s;
	}
	.navy-thrid-blocks ul li:nth-child(3n) {
		transition-delay: 0s;
	}
	.navy-thrid-blocks ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.navy-thrid-blocks-section {
		padding: 80px 0 70px;
	}
	.intro-contact-section + .navy-thrid-blocks-section {
		/* margin-top: 80px; */
	}
	.contacts-blocks ul li a:after {
		border-radius: 16px;
	}
	.sp-content-section.os-content-story {
		padding-bottom: 80px;
	}
	.cta-section.cta2-section .text-24 {
		margin-bottom: 36px;
	}
	.cta-section.cta2-section {
		padding-top: 100px;
	}
	.contacts-details-image span {
		right: 16px;
		bottom: 16px;
	}
	.contacts-details-image img {
		border-radius: 16px;
	}
	.contacts-details-left {
		margin-bottom: 32px;
	}
	.contacts-details-text p {
		font-size: 16px;
		margin-bottom: 18px;
	}
	.contacts-details-subtext {
		margin-top: 18px;
		font-size: 14px;
	}
	.contacts-blocks {
		margin-bottom: 70px;
	}
	.contacts-blocks ul li {
		margin: 0 6px 12px;
	}
	.contacts-blocks ul li a {
		padding: 12px 24px;
		border-radius: 16px;
	}
	.contact-block-info {
		font-size: 18px;
	}
	.contact-block-title {
		font-size: 14px;
	}
	.contact-content-section {
		padding: 80px 0 90px;
		margin-top: 80px;
	}
	.contact-form-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.contact-form-wrapper {
		padding: 32px 24px;
		margin-bottom: -80px;
	}
	.intro-contact-right {
		width: 100%;
		padding-left: 0;
	}
	.intro-contact-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0px;
		margin-bottom: 50px;
	}
	.intro-contact-section {
		padding: 150px 0 80px;
	}
	.single-about-logo {
		margin-bottom: 16px;
	}
	.sp-content-section {
		padding-bottom: 80px;
	}
	.multi-buttons .btn-gradient, 
	.multi-buttons .btn-gradient:focus, 
	.multi-buttons .btn-gradient:active {
		min-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sp-content-right .sticky {
		top: 0 !important;
	}
	.multi-buttons ul li {
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.multi-buttons ul li:last-child {
		margin-bottom: 0px;
	}
	.socials-share ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.socials-share ul li {
		text-align: left;
		margin-bottom: 0px;
		margin-right: 4px;
	}
	.sp-content-right {
		width: 100%;
		margin-bottom: 32px;
	}
	.sp-content-left {
		width: 100%;
		order: 2;
	}
	.sp-content-top {
		margin-top: -70px;
		margin-bottom: 48px;
	}
	.intro-sp-section .lt-16 {
		margin-bottom: 32px;
	}
	.intro-sp-section {
		padding: 160px 0 100px;
	}
	.orn-lb {
		width: 385px;
		height: 265px;
	}
	.orn-lb2 {
		width: 450px;
		height: 200px;
	}
	.cta-section {
		padding: 90px 0;
	}
	.nl-filter-left ul li {
		margin-right: 12px;
	}
	.newsroom-list ul {
		margin-left: 0;
		width: 100%;
		min-width: 100%;
	}
	.newsroom-list ul li {
		width: 100%;
		min-width: 100%;
		margin: 0 0 48px;
	}
	.nl-filter-hold {
		margin-bottom: 48px;
	}
	.newsroom-list-tabs .tabs {
		margin-bottom: 36px;
	}
	.nl-filter-left {
		min-width: 100%;
		margin-bottom: 24px;
	}
	.dabel-date {
		font-size: 14px;
	}
	.fn-left {
		margin-bottom: 24px;
	}
	.featured-newsroom {
		padding: 24px 24px;
		border-radius: 16px;
	}
	.intro-newsroom-section .lt-16 {
		margin-bottom: 16px;
	}
	.intro-newsroom-section {
		padding: 160px 0 110px;
	}
	.newsroom-list-tabs .tabs-title>a {
		font-size: 20px;
	}
	.links-right .animation-element.fade-up {
		transition-delay: 0.35s;
	}
	.footer-nav ul li {
		width: auto;
		min-width: 1px;
		margin-right: 18px;
	}
	.footer-nav ul li:nth-child(3n) {
		margin-right: 18px;
	}
	.text-page-left .sticky {
		top: 0 !important;
	}
	.text-page-section .title-100 {
		margin-bottom: 60px;
	}
	.text-page-section {
		padding: 160px 0 80px;
	}
	.text-page-right {
		width: 100%;
		padding-left: 0;
	}
	.text-page-left {
		width: 100%;
		margin-bottom: 36px;
	}
	.error-section {
		padding: 100px 0;
	}
	.error-content .text-24 br {
		display: none;
	}
	.timeline-carousel-title {
		font-size: 18px;
		max-width: 240px;
	}
	.timeline-carousel-year {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.timeline-carousel-content {
		padding-top: 46px;
	}
	.timeline-carousel.owl-carousel .owl-nav .owl-next, 
	.timeline-carousel.owl-carousel .owl-nav .owl-prev {
		bottom: -100px;
	}
	.timeline-carousel.owl-carousel .owl-nav .owl-next {
		left: calc(50% + 4px);
	}
	.timeline-carousel.owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: calc(50% + 4px);
	}
	.timeline-carousel-hold {
		width: 100%;
	}
	.timeline-carousel .owl-dots {
		display: none;
	}
	.timeline-carousel-item {
		width: 280px;
	}
	.logos-section:before, 
	.logos-section:after {
		/* width: 60px; */
	}
	.resources-list ul li:nth-child(2n) {
		transition-delay: 0s;
	}
	.mob-nav-hold-bottom .btn-gradient, 
	.mob-nav-hold-bottom .btn-gradient:focus, 
	.mob-nav-hold-bottom .btn-gradient:active {
		min-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-nav-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
	}

	.footer-nav-inline.footer-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
	}
	.footer-nav-inline.footer-nav ul li {
		margin-right: 18px;
	}
	.footer-grid {
		margin-right: 0;
		width: 100%;
		min-width: 100%;
		margin-bottom: 16px;
	}
	.footer-grid:last-child {
		margin-bottom: 0px;
	}
	.footer-nav ul li {
		margin-bottom: 10px;
	}
	.footer-text {
		font-size: 15px;
	}
	.socials ul li.hide-for-medium {
		margin-left: 12px;
	}
	.socials ul li.hide-for-medium a {
		font-size: 13px;
		color: #fff;
	}
	.copyrights-text {
		font-size: 13px;
		width: 100%;
		margin-bottom: 16px;
	}
	.copyrights {
		padding: 32px 0;
	}
	footer:before {
		height: 6px;
	}
	.footer {
		padding: 70px 0 32px;
	}
	.footer .socials {
		margin-top: 18px;
	}
	.link-item-title.title-49 {
		margin-bottom: 24px;
	}
	.link-item-headline.lt-16 {
		margin-bottom: 8px;
	}
	.links-right:before {
		left: -18px;
		width: calc(100% + 36px);
	}
	.links-right {
		padding-left: 0;
	}
	.links-left {
		padding-right: 0;
	}
	.link-item {
		padding-top: 64px;
		padding-bottom: 64px;
		width: 100%;
	}
	.timeline-section .title-76 {
		margin-bottom: 64px;
	}
	.timeline-section {
		padding: 64px 0 64px;
		padding: 64px 0 180px;
	}
	.resources-list ul li a {
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
	}
	.resources-list ul li a > img {
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
	}
	.resources-list ul li:nth-child(4n+2), 
	.resources-list ul li:nth-child(4n+3) {
		width: 100%;
		min-width: 100%;
	}
	.resources-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 16px;
	}
	.resources-list ul li:last-child {
		margin-bottom: 0px;
	}
	.resources-section .title-76 {
		margin-bottom: 48px;
	}
	.title-76 {
		font-size: 36px;
	}
	.umpire-section:before {
		top: calc(100% - 64px);
		height: 128px;
	}
	.resources-section {
		padding: 96px 0 64px;
	}
	.umpire-hold {
		margin-bottom: 120px;
	}
	.umpire-left {
		width: 100%;
	}
	.umpire-link {
		margin-top: 28px;
	}
	.umpire-logo {
		margin-bottom: 32px;
	}
	.umpire-section {
		padding: 64px 0 96px;
	}
	.rafti-stats ul li p {
		padding-top: 4px;
	}
	.flare-1 {
		width: 240px;
		height: 240px;
	}
	.flare-2 {
		width: 200px;
		height: 400px;
	}
	.rafti-stats ul li {
		font-size: 13px;
		padding-right: 10%;
	}
	.rafti-stats ul li span {
		font-size: 37px;
		width: 80px;
    	min-width: 80px;
	}
	.rafti-middle {
		width: 100%;
	}
	.rafti-button {
		margin-top: 24px;
	}
	.title-49 {
		margin-bottom: 16px;
	}
	.rafti-logo {
		margin-bottom: 32px;
	}
	.rafti-section {
		padding: 64px 0;
	}
	.home-about-section {
		padding: 50px 0 64px;
	}
	.ha-info-left {
		font-size: 13px;
		padding-right: 20px;
	}
	.ha-info-right {
		font-size: 37px;
	}
	.text-24 {
		font-size: 18px;
	}
	.ha-right .text-24 {
		margin-bottom: 24px;
	}
	.ha-left {
		margin-bottom: 16px;
	}
	.ha-image {
		margin-top: -140px;
	}
	.video-section-ending:before {
		top: -70px;
		/* height: 80px;
    	top: -10px; */
	}
	.video-section-ending.in-view:before {
		height: 80px;
	}
	.video-section-ending {
		padding: 96px 0 60px;
		padding: 36px 0 60px;
	}
	.title-100 {
		font-size: 36px;
		margin-bottom: 28px;
	}
	.company-item span img {
		max-width: 125px;
		max-height: 28px;
	}
	.company-item span {
		padding: 0px 16px;
	}
	.lt-16 {
		font-size: 12px;
	}
	.grid-container {
		padding-left: 18px;
		padding-right: 18px;
	}
	.home-intro-content {
		width: 94%;
		max-width: 400px;
	}
	.home-intro {
		top: -150px;
	}
	.home-intro .title-100 {
		font-size: 48px;
	}
	.video-top-section {
		margin-top: 310px;
	}
	.video-top-section:before {
		/* content: '';
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		width: 100%;
		height: 70px;
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); 
		z-index: 6; */
	}
	.logos-section {
		padding: 30px 0 60px;
		padding: 30px 0 90px;
	}

}



/* upgrades 10 02 */

.spacecraft-tank {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	animation: home 10s infinite;
}

.home-intro-spacecraft-img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 74.115%;
}

.rlf-right-hold-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	-webkit-mask-image: url(../img/octagon-rl.svg);
    mask-image: url(../img/octagon-rl.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.rlf-right-hold-video:before {
	/* content: '';
	position: absolute; */

}
.rlf-right-hold-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.rlf-right-hold.has-video:after {
	/* display: none; */
}