
@font-face {
    font-family: 'Galano Grotesque';
    src: url("../fonts/Galano_Grotesque/galanogrotesque-light.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url("../fonts/Galano_Grotesque/galanogrotesque-regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url("../fonts/Galano_Grotesque/galanogrotesque-medium.otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url("../fonts/Galano_Grotesque/galanogrotesque-semibold.otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url("../fonts/Galano_Grotesque/galanogrotesque-bold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url("../fonts/Galano_Grotesque_Alt/galanogrotesquealt-regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url("../fonts/Galano_Grotesque_Alt/galanogrotesquealt-medium.otf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url("../fonts/Galano_Grotesque_Alt/galanogrotesquealt-bold.otf");
    font-weight: 700;
    font-style: normal;
}

/* 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 {
    position: relative;
    line-height: 1.5;
    font-family: 'Galano Grotesque', sans-serif;
    color: #000;
}
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;
}

.row {

}

/* -- 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%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* 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: 0;
    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;
    position: relative;
    z-index: 10;
    display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    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: 28px;
    height: 2px;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: transform;
    background: #6236CC;
}

.hamburger--squeeze.is-active .hamburger-inner,
.hamburger--squeeze.is-active .hamburger-inner:after,
.hamburger--squeeze.is-active .hamburger-inner:before {
    background: #fff;
    width: 24px;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: linear;
    transition-duration: 75ms;

}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms linear .12s, opacity 75ms linear;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms linear .12s, transform 75ms linear;
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: linear;
    transform: rotate(45deg);

}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms linear, opacity 75ms linear .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms linear, transform 75ms linear .12s;
    transform: rotate(-90deg);
}

.grid-container{
    width: 100%;
    max-width: 1340px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 10;
}

.grid-container.grid-container-mdl {
    max-width: 1280px;
}

.grid-container.grid-container-md {
    max-width: 1120px;
}

.grid-container.grid-container-sm {
    max-width: 900px;
}
.grid-container.grid-container-full {
    max-width: 100%;
}
.grid-container.nopad {
    padding-left: 0;
    padding-right: 0;
}

/*------------TEXT AND BUTTONS-------------------*/

main {
    position: relative;
    overflow: hidden;
}

.title-alt-63{
    font-family: 'Galano Grotesque Alt';
    font-style: normal;
    font-weight: 500;
    font-size: 63px;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #000000;
    margin-bottom: 30px;
}

.title-63{
    font-style: normal;
    font-weight: 500;
    font-size: 63px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 30px;
}
.title-63:last-child {
    margin-bottom: 0px;
}

.title-42{
    /* font-family: 'Galano Grotesque Alt'; */
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 22px;
}

.text-24{
    /* font-family: 'Galano Grotesque Alt'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #1A1630;
}

.text-29{
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000000;
}

.sm-gradient-title{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.sm-gradient-title span{
    background-color: red;
    background-image: linear-gradient(90deg,rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160), rgba(175, 58, 248, 1), rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160));
    background-clip: text;
    background-size: 300% 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    animation: grad 6s linear forwards infinite;
}

.sm-purple-text{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #6236CC;
    margin-bottom: 22px;
}

.btn-transparent,
.btn-transparent:focus,
.btn-transparent:active{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(175, 58, 248, 0.5) 0%, rgba(175, 58, 248, 0) 100%);
    line-height: 1.33;
    letter-spacing: 0.01em;
    color: #6236CC;
    padding: 12px 30px;
    border-radius: 0px 0px 0px 10px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.btn-transparent:hover{
    color: #fff;
}

.btn-transparent span{
    position: relative;
    z-index: 1;
}

.btn-transparent::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #F3F3F3;
    border-radius: 0px 0px 0px 9px;
    transition: 0.2s;
}
.btn-transparent:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #F3F3F3;
    border-radius: 0px 0px 0px 9px;
    background: linear-gradient(90deg, #502FD2 0%, #CA40CF 100%);
    opacity: 0;
    transition: 0.2s;
}
.btn-transparent:hover:after {
    opacity: 1;
}

.header-sticky .btn-transparent::before{
    background: #FFFFFF;
}

.btn-purple,
.btn-purple:focus,
.btn-purple:active{
    display: inline-block;
    padding: 12px 30px;
    background: #6236CC;
    border-radius: 0px 0px 0px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: 0.2s;
}

.btn-purple:hover{
    color:#FFFFFF;
    background: #DF00FD;
}

.btn-purple-border,
.btn-purple-border:focus,
.btn-purple-border:active{
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #6236CC;
    border-radius: 0px 0px 0px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #6236CC;
}

.btn-purple-border:hover{
    color: #6236CC;
}

/*-----------------BURGER MENU----------------*/

.mob-nav-hold .mob-top{
    position: relative;
}

.mob-nav-hold{
    position: fixed;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    width: 296px;
    max-width: calc(100% - 30px);
    z-index: 50;
    background: #6236CC;
    padding: 18px 32px;
    overflow: auto;
    transform: translateX(calc(100% + 90px));
    box-shadow: -10px 0px 50px rgba(21, 9, 91, 0.3);
    transition: 0.3s;
}

.mob-nav-hold.close{
    transform: translateX(0);
}

/* .mob-nav-overlay::before{
	content: '';
	position: fixed;
	background: #1A1630;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
} */


.mob-nav-hold .btn-transparent,
.mob-nav-hold .btn-transparent:focus,
.mob-nav-hold .btn-transparent:active{
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 56px;
}

.mob-nav-hold .mob-nav{
    margin-bottom: 43px;
}

.mob-nav-hold .btn-transparent:hover{
    color: #FFFFFF;
}

.mob-nav-hold .btn-transparent::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #6236CC;
    border-radius: 0px 0px 0px 9px;
    transition: 0.2s;
}



.mob-nav ul li {
    margin-bottom: 16px;
}

.mob-nav ul:last-child li:last-child {
    /* margin-bottom: 0px; */
}

.navigation .mob-nav ul li a {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    display: block;
    padding: 0;
    transition: .2s;
}
.navigation .mob-nav ul li a:after {
    display: none;
}

.navigation .mob-nav ul li a:hover {
    color: #FFFFFF;
    font-weight: 300;
    opacity: 0.6;
}

.navigation .mob-ptl ul li {
    margin-bottom: 16px;
}

.navigation .mob-ptl ul li:last-child {
    margin-bottom: 0px;
}

.navigation .mob-ptl ul li a {
    font-family: 'Galano Grotesque Alt';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.6;
    transition: 0.2s;
}
.navigation .mob-ptl ul li a:hover {
    opacity: 1;
}
.navigation .mob-ptl ul li a:after {
    display: none;
}

.navigation .mob-ptl ul li a:hover {
    color: #FFFFFF;
    font-weight: 400;
}

/*---------------HEADER-------------*/

header {
    position: absolute;
    /* background: #F3F3F3; */
    padding: 50px 0 24px;
    top: 0;
    left:0;
    right:0;
    z-index: 55;
    transition: background 0.2s, transform 0.2s, padding 0.2s;
}
header.scrollUp {
    transform: translateY(-100%);
}

header.nav-active {
    transform: translateY(0%);
}
.header-line {
    z-index: 60;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #E778F7 0%, #AB94E0 100%);
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1)
}
.header-line.close {
    width: 100%;
}

header.header-sticky {
    position: fixed;
    padding: 24px 0 24px;
    background: #FFFFFF;
    border-bottom: 1px;
}

.navigation {
    align-items: center;
}

.navigation .nav-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.navigation .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.navigation .nav-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.navigation ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    display: inline-block;
    padding: 8px 0;
    color: #22003B;
    position: relative;
    transition: 0.2s;
}
.navigation ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    width: 0;
    background: #30e8bf;
    background: -webkit-linear-gradient(to right, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    background: linear-gradient(to right, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    transition: 0.3s ease-in-out;
}
.navigation ul li a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.navigation ul li.current-menu-item a:after {
    right: auto;
    left: 0;
    width: 100%;
}

.navigation ul li a:hover {
    color: #6236CC;
    /* font-weight: 600; */
    text-shadow: 0px 0px 1px #6236CC;
    text-shadow: 1px 0px 0px #6236CC;
}
.navigation ul li.current-menu-item a {
    color: #6236CC;
    /* font-weight: 600; */
    text-shadow: 0px 0px 1px #6236CC;
}

.navigation ul li.current-menu-item a:after {
    opacity: 1;
}





/*----------------INTRO----------------------*/


.intro-hero-section {
    background: #F3F3F3;
    position: relative;
    padding: 238px 0 90px;
}

.intro-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-bg-img img {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;

}

.intro-title-76 {
    font-style: normal;
    font-weight: 300;
    font-size: 76px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #22003B;
    margin-bottom: 30px;
}

.intro-title-76 strong {
    font-weight: 600;
    padding-right: 0.03em;
    background-color: red;
    background-image: linear-gradient(90deg,rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160), rgba(175, 58, 248, 1), rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160));
    background-clip: text;
    background-size: 300% 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    animation: grad 6s linear forwards infinite;
}

.intro-hero-section .intro-title-76 strong {
    padding-right: 0.03em;
}


.intro-video-section {
    background: #F3F3F3;
    position: relative;
}

.home-intro-video-hold {
    position: relative;
}

.home-intro-video-img {
    padding-bottom: 46.875%;
    /* padding-bottom: 56.25%; */
    overflow: hidden;
}
.mm-section .home-intro-video-img {
    padding-bottom: 0;
}
.mm-section .home-intro-video-img.has-video {
    padding-bottom: 56.25%
}
.home-intro-video-img video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.home-intro-video-img iframe {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.mask-1 {
    /* -webkit-mask-image: url(../img/img-mask-1.svg);
    mask-image: url(../img/img-mask-1.svg); */
    -webkit-mask-image: url(../img/img-mask-1.png);
    mask-image: url(../img/img-mask-1.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-2 {
    /* -webkit-mask-image: url(../img/img-mask-2.svg);
    mask-image: url(../img/img-mask-2.svg); */
    -webkit-mask-image: url(../img/img-mask-2.png);
    mask-image: url(../img/img-mask-2.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-3 {
    -webkit-mask-image: url(../img/img-mask-3.svg);
    mask-image: url(../img/img-mask-3.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-4 {
    -webkit-mask-image: url(../img/img-mask-4.svg);
    mask-image: url(../img/img-mask-4.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-5 {
    -webkit-mask-image: url(../img/img-mask-5.svg);
    mask-image: url(../img/img-mask-5.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-6 {
    -webkit-mask-image: url(../img/img-mask-6.svg);
    mask-image: url(../img/img-mask-6.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-7 {
    -webkit-mask-image: url(../img/img-mask-7.svg);
    mask-image: url(../img/img-mask-7.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-8 {
    -webkit-mask-image: url(../img/img-mask-8.svg);
    mask-image: url(../img/img-mask-8.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-9 {
    -webkit-mask-image: url(../img/img-mask-9.svg);
    mask-image: url(../img/img-mask-9.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.mask-10 {
    -webkit-mask-image: url(../img/img-mask-10.svg);
    mask-image: url(../img/img-mask-10.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.home-intro-video-img video{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.home-intro-video, .resources-single-feature-video-iframe-wrapper{
    position: relative;
    display: block;
    overflow: hidden;
}

.resources-single-feature-video-iframe-wrapper{
    margin-bottom: 90px;
}

.home-intro-video iframe{
    width: 100%;
    min-height: 500px;
    min-width: 100%;
}

.resources-single-feature-video-iframe-wrapper iframe{
    width: 100%;
    min-height: 600px;
    min-width: 100%;
}

@media (max-width: 768px) {
    .home-intro-video iframe{
        min-height: 250px;
    }

    .resources-single-feature-video-iframe-wrapper iframe{
        min-height: 300px;
    }
}

.nav-logo img {
    max-width: 174px;
}
.nav-logo svg {
    max-width: 174px;
}

.intro-top .text-24 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.home .nav-logo {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.home .nav-logo.close {
    opacity: 1;
}

.home .hamburger {
    opacity: 0;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.home .hamburger.close {
    opacity: 1;
}

.home .nav-left ul li,
.home .nav-right ul li {
    opacity: 0;
    transition: 1s linear;
}
.home .nav-left.close ul li,
.home .nav-right.close ul li {
    opacity: 1;
}

.home .nav-left ul li:nth-child(2) {
    transition-delay: 0.15s;
}
.home .nav-left ul li:nth-child(1) {
    transition-delay: 0.3s;
}

.home .nav-right ul li:nth-child(2) {
    transition-delay: 0.15s;
}


.header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .header-cta {
    opacity: 0;
    transition: 1s linear;
    transition-delay: 0.3s;
}
.home .nav-right.close .header-cta {
    opacity: 1;
}


/*--------------------FEATURES-SECTION---------------*/

.features-section{
    /* background: linear-gradient(180deg, #EEEAF8 29.17%, #D7DEE7 54.69%, #F0E6E6 81.25%); */
    /* background: #EEEAF8; */
    padding: 140px 0 180px;
    position: relative;
    transition: 1s;
}

.features-section.second-reached {
    background: #D7DEE7;
}
.features-section.third-reached {
    background: #F0E6E6;
}

.features-intro{
    margin-bottom: 120px;
}

.features-intro .title-63{
    margin-bottom: 30px;
}

.features-content .text-24{
    margin-bottom: 40px;
}

.features-content .feature-item:nth-child(-n + 2){
    margin-bottom: 144px;
}

.features-content .feature-item:nth-child(2) .feature-item-right{
    padding-left: 100px;
}

.features-content .feature-item:nth-child(odd) .feature-item-left{
    padding-right: 70px;
}

.feature-img{
    position: relative;
    padding-bottom: 62%;
}

.img-masked {
    position: absolute;
    padding-bottom: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* -webkit-mask-image: url("../img/masked-feature.png");
	mask-image: url("../masked-feature.png");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%; */

}

.img-masked img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.feature-item {
    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: 144px;
}

.feature-item:last-child {
    margin-bottom: 0;
}
.feature-item:nth-child(2n) .feature-item-text {
    order: 2;
    padding-right: 0;
    padding-left: 9.4%;
}
.feature-item:nth-child(2n) .feature-item-img-hold {
    padding-left: 0;
    padding-right: 10px;
}


.feature-item-text {
    width: 50%;
    padding-right: 60px;
}

.feature-item-img-hold {
    width: 50%;
    padding-left: 10px;
}

.feature-item-img {
    padding-bottom: 123%;
}

.features-section .section-top {
    margin-bottom: 120px;
}


/*-------------------PARTNERS SECTION------------*/

.partners-section {
    position: relative;
    background: #2e224f;
    padding: 180px 0 105px;
}
.partners-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e224f+0,2e224f+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 ); /* IE6-9 */

    z-index: 5;
}

.partners-section .object-fit > img {
    object-position: bottom center;
}

.partners-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.partners-bg-img img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.partners-content-right{
    padding-left: 10%;
    padding-right: 5%;
}

.video-hold {
    display: block;
    padding-bottom: 76.56%;
}
.video-hold:after {
    content: '';
    position: absolute;
    background: url(../img/play.png) no-repeat center center / 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
}

.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;
}

.partners-intro{
    margin-bottom: 144px;
}

/* .logo-container{
	display: flex;
	flex-direction: column;
	gap: 78px;
} */

.logos-list ul li {
    width: 25%;
    min-width: 25%;
    text-align: center;
    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;
    margin-bottom: 75px;
    padding: 0 20px;
}
.logos-list ul li img {
    max-width: 218px;
    max-height: 50px;
    max-height: 75px;
    /* filter: grayscale(1); */

}

.logos-list ul li:nth-child(4n+2) {
    transition-delay: 0.1s;
}
.logos-list ul li:nth-child(4n+3) {
    transition-delay: 0.2s;
}
.logos-list ul li:nth-child(4n) {
    transition-delay: 0.3s;
}

/*------------------SAFETY-SECTION-----------*/

.safety-section{
    padding-top: 140px;
    background: #F3F3F3;
    position: relative;
}

.safety-content .safety-content-right{
    padding-top: 80px;
    padding-bottom: 80px;
}

.is-active>.accordion-title::before{
    content: none;
}

.safety-content-right .accordion,
.safety-content-right .safety-accordion-content
{
    background: transparent;
}

.safety-content-right .safety-accordion-content {
    padding-bottom: 70px;
}

.safety-content-right .is-active > .accordion-title {
    opacity: 1;
}

.safety-content-right .accordion .accordion-item:nth-child(-n + 2){
    /* border: 0; */
    /* border-bottom: 1px solid rgba(34, 0, 59, 0.2); */
}
.safety-content-right .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(34, 0, 59, 0.2);
}
.safety-content-right .accordion .accordion-item:last-child {
    border: 0;
}

.safety-content-right .accordion .accordion-item.is-active:last-child{
    border-bottom: none;
}

.accordion-item:last-child:not(.is-active)>.accordion-title{
    border-bottom: none;
}

.safety-content-right .accordion-item:last-child>.accordion-content:last-child{
    border-bottom: none;
}

.safety-content-right .accordion-title {
    font-family: 'Galano Grotesque Alt', sans-serif ;
    font-style: normal;
    font-weight: 300;
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #000000;
    border: none;
    padding: 40px 0 40px;
    opacity: 0.4;
}

.safety-content-right .accordion-title:hover{
    color: #000000;
}

.safety-accordion-content p{
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #1A1630;
    opacity: 0.8;
    border: none;
    margin-bottom: 30px;

}

.safety-accordion-content{
    border: none;
    padding: 0;
}

.safety-accordion-title::before{
    content: none;
}

.accordion-title:hover{
    background-color: transparent;
}

.safety-accordion-content a{
    display: inline-block;
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.01em;
    padding-bottom: 8px;
    color: #6236CC;
    position: relative;
}

.safety-accordion-content a::after{
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0px;
    height: 3px;
    background: #30e8bf;
    background: -webkit-linear-gradient(to right, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    background: linear-gradient(to right, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    transition: 0.3s ease-in-out;
}
.safety-accordion-content a:hover:after{
    right: auto;
    left: 0;
    width: 100%;
}

/*-----------------NEWS SECTION---------*/


.news-section{
    background: #FFFFFF;
    padding: 120px 0 125px;
}

.news-intro > .grid-x{
    align-items: center;
    justify-content: space-between;
}


.section-dark {
    color: #fff;
}
.section-dark .text-24 {
    color: #fff;
    opacity: 0.75;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.safety-section .section-top {
    margin-bottom: 80px;
}

.safety-content-right .accordion-title:focus,
.safety-content-right .accordion-title:hover {
    background: transparent;
}

.section-separator {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 3px;
    height: 120px;
    transform: translateY(50%);
    z-index: 6;
}
.section-separator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-separator.in-view:after {
    height: 100%;
}

.btn-border,
.btn-border:focus,
.btn-border:active {
    display: inline-block;
    padding: 11px 30px;
    border-radius: 0px 0px 0px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #6236CC;
    border: 1px solid #6236CC;
    transition: 0.2s;
}
.btn-border:hover {
    background: #6236CC;
    color: #fff;
    border: 1px solid #6236CC;
}
.btn-border-white,
.btn-border-white:focus,
.btn-border-white:active {
    display: inline-block;
    padding: 11px 30px;
    border-radius: 0px 0px 0px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.2s;
}
.btn-border-white:hover {
    background: #fff;
    color: #6236CC;
    border: 1px solid #fff;
}

.news-section .section-top {
    margin-bottom: 105px;
    padding-left: 63px;
    position: relative;
}
.news-section .section-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-section .section-top.in-view:before {
    height: 100%;
}

.item-image {
    padding-bottom: 66.666%;
    margin-bottom: 30px;
}

.list-of-three > 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;
}

.list-of-three > ul > li {
    width: 28.303%;
    min-width: 28.303%;
    margin-right: 7.5%;
}

.list-of-three > ul > li:nth-child(3n) {
    margin-right: 0;
}

.list-of-three > ul > li:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.list-of-three > ul > li:nth-child(3n) {
    transition-delay: 0.3s;
}

.list-of-three > ul > li a .item-title {
    transition: .2s;
}
.list-of-three > ul > li a:hover .item-title {
    color: #6236CC;
}

.item-details {
    margin-bottom: 10px;
}

.item-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;
    margin: 0;
    padding: 0;
}

.item-details ul li {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: rgba(34,0,59,0.6);
    position: relative;
}

.item-details ul li:after {
    content: '|';
    color: #DF00FD;
    opacity: 0.65;
    margin-left: 6px;
    margin-right: 10px;
}

.item-details ul li:last-child:after {
    display: none;
}

.item-title {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000000;

    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: 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;
}
.has-button > span {
    line-height: 20px;
    margin-bottom: 10px;
}
.has-button > .title-63 {
    max-width: calc(100% - 220px);
}

.news-section .section-top .title-63 {
    margin-bottom: 0;
}

.scale-effect {
    overflow: hidden;
}
.scale-effect.has-border {
    clip-path: inset(0% 0% round 20px);
}
.scale-effect img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);;
}
a:hover .scale-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
a.scale-effect:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.has-border {
    overflow: hidden;
    border-radius: 20px;
}

.join-section {
    padding: 167px 0 104px;
    background: #231147;
}

.join-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;
}

.join-left {
    width: 50%;
}

.join-right {
    width: 50%;
    padding-left: 7%;
    padding-right: 8.5%;
}

.mt40 {
    margin-top: 40px;
}

.join-image-1 {
    padding-bottom: 62.5%;
}

.join-image-2 {
    padding-bottom: 113.3%;
}

.join-image-3 {
    padding-bottom: 100%;
}

.join-image-1-hold {
    width: 50%;
    margin-left: auto;
}
.join-image-2-hold {
    width: 63.438%;
    margin-top: -85px;
}
.join-image-3-hold {
    width: 44.533%;
    margin-left: auto;
    margin-right: 22%;
    margin-top: -160px;
}

footer {
    background: #1C0F40;
    padding: 106px 0 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 96px;
}
.footer-logo img {
    max-width: 174px;
}

.footer-grid {
    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;
    margin-bottom: 110px;
}

.footer-grid-item {
    position: relative;
    padding-top: 25px;
}
.footer-grid-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#502fd2+0,ca40cf+100 */
    background: rgb(80,47,210); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(80,47,210,1) 0%, rgba(202,64,207,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(80,47,210,1) 0%,rgba(202,64,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(80,47,210,1) 0%,rgba(202,64,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502fd2', endColorstr='#ca40cf',GradientType=1 ); /* IE6-9 */
    transition: 0.6s 0.1s;
}
.footer-grid-item.in-view:before {
    width: 60px;
}
.footer-grid-item > div {
    /* opacity: 0; */
    transition: .9s linear;
}
.footer-grid-item.in-view > div {
    opacity: 1;
}

.footer-nav ul li {
    margin-bottom: 7px;
}
.footer-nav ul:last-child li:last-child {
    margin-bottom: 0px;
}
.footer-nav ul li a {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
    transition: 0.2s;
}
.footer-nav ul li a:hover {
    opacity: 0.5;
}

.footer-title {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials ul li {
    margin-right: 24px;
}
.socials ul li:last-child {
    margin-right: 0px;
}
.socials ul li a {
    opacity: 1;
    /* transition: 0.2s; */
}
.socials ul li a:hover {
    /* opacity: 0.7 */
}
.socials ul li a img {
    max-height: 32px;
    /* filter: invert(100%) saturate(0%) brightness(150%) contrast(100%); */
    transition: 0.2s;
}
.socials ul li a svg {
    max-height: 32px;
}
.socials ul li a svg path {
    transition: 0.2s;
}
.socials ul li a:hover svg path {
    fill: #DF00FD;
}
.socials ul li a:hover img {
    /* filter: invert(0%) saturate(0%) brightness(0%) contrast(0%); */
}

.footer-addresses ul li {
    font-family: 'Galano Grotesque Alt';
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
.footer-addresses ul li:last-child {
    margin-bottom: 0;
}
.footer-addresses ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 12px;
    background: url(../img/icon-pin.svg) no-repeat center center / 100% 100%;
}
.footer-addresses ul li a {
    color: #FFF;
}

.subscribe-hold {
    width: 330px;
    position: relative;
}
.subscribe-hold input[type="email"],
.subscribe-hold input[type="email"]:focus {
    outline: none;
    box-shadow: none;
    margin: 0;
    background: transparent;
    border: 1px solid #6236CC;
    border-radius: 0px 0px 0px 10px;
    height: 36px;
    padding: 2px 16px;
    padding-right: 120px;
    color: #fff;
    font-family: 'Galano Grotesque Alt';
    font-size: 14px;
    letter-spacing: 0.01em;
}
.subscribe-hold input[type="submit"],
.subscribe-hold input[type="submit"]:focus,
.subscribe-hold input[type="submit"]:active {
    position: absolute;
    top: 30px;
    right: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    background: #6236CC;
    border: none;
    line-height: 1.4;
    height: 36px;
    padding: 8px 20px;
    color: #fff;
    font-family: 'Galano Grotesque Alt';
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: 0.2s;
}
.subscribe-hold input[type="submit"]:hover {
    color: #FFF;
    background: #DF00FD;
}

.subscribe-hold .hs-email label {
    color: #fff;
    margin-bottom: 6px;
}
.subscribe-hold .hs-error-msgs label {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 14px;
}
.subscribe-hold .hs_error_rollup {
    display: none;
}

.footer-bottom {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-bottom ul li {
    font-family: 'Galano Grotesque Alt';
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,0.5);
}
.footer-bottom ul li:after {
    content: '|';
    color: rgba(255,255,255,0.15);
    margin-left: 11px;
    margin-right: 15px;
}
.footer-bottom ul:last-child li:last-child:after {
    display: none;
}
.footer-bottom ul li a {
    color: rgba(255,255,255,0.5);
    transition: 0.2s;
}
.footer-bottom ul li a:hover {
    color: rgba(255,255,255,1);
}


@-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
    }

}

/* .animation-element2.fade-in {
    opacity: 0;
    transition: 0.9s linear;
}

.animation-element2.fade-in.in-view {
    opacity: 1;
} */

.animation-element.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s linear, transform 0.9s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s 0.3s linear, transform 0.9s 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}
.animation-element.fade-up-late {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s 1s linear, transform 0.9s 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation-element.fade-up-late.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-in {
    opacity: 0;
    transition: 0.9s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in-later {
    opacity: 0;
    transition: 1s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}


.intro-anim {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.intro-anim.close {
    opacity: 1;
    transform: translateY(0px);
}

.lines-reveal-up {
    opacity: 0;
}
.lines-reveal-up.in-view {
    opacity: 1;
}

.lines-reveal-up span {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition-delay: calc( 200ms * var(--line-index) );
}

.lines-reveal-up.in-view span {
    opacity: 1;
    transform: translateY(0%);
}

.feature-item {
    opacity: 0;
    transform: translateY(120px);
    transition: opacity 0.6s linear, transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.feature-item.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.2s linear, transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-left.in-view {
    opacity: 1;
    transform: translateX(0px);
}

.animation-element.fade-right {
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 0.2s linear, transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-right.in-view {
    opacity: 1;
    transform: translateX(0px);
}

.intro-hero-section.intro-default {
    padding-bottom: 96px;
}
.intro-hero-section.intro-default .intro-title-76:last-child {
    margin-bottom: 0;
}

.intro-default {
    position: relative;
}
.top-waves {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /* padding-bottom: 41.666%; */
    /* background: url(../img/orn-waves-top.png) no-repeat bottom center / 100% 100%; */
}

.top-waves-video {
    width: 100%;
    padding-bottom: 41.666%;
    position: relative;
}
.top-waves-video:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 20.8333%;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
}
.top-waves-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.top-waves img {
    width: 100%;
}

.default-page-section {
    padding: 0 0 144px;
    background: #f3f3f3;
}

.entry blockquote {
    margin: 48px 0;
    padding: 24px 0 24px 48px;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.entry blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
}
.entry blockquote p {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 16px;
}
.entry blockquote p:last-child {
    margin-bottom: 0px;
}
.entry blockquote p:last-child:not(:first-child) {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #1A1630;
}
.entry blockquote p:last-child:not(:first-child) strong {
    font-weight: 500;
}
.entry p.has-video {
    padding-bottom: 56.25%;
    position: relative;
    margin: 48px 0;
    border-radius: 5px;
    overflow: hidden;
}
.entry p.has-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.entry p.has-image {
    margin: 48px 0;
}

.entry img {
    border-radius: 5px;
}

.entry h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.entry h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.entry h3 {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.entry h4 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.entry h5 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.entry h1:not(:first-child),
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child) {
    margin-top: 48px;
}
.entry p {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-bottom: 12px;
}
.entry a {
    color: #6236CC;
}

.entry a:hover {
    color: #6236CC;
    text-decoration: underline;
}

.entry ul li {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.entry ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 8px;
}

.entry ol {
    counter-reset: item;
}

.entry ol li {
    font-family: 'Galano Grotesque Alt';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-bottom: 12px;
    position: relative;
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
}

.entry > *:last-child {
    margin-bottom: 0;
}

.default-page-intro {
    margin-bottom: 48px;
}

.default-page-intro-label {
    font-family: 'Galano Grotesque Alt';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #6236CC;
    margin-bottom: 24px;
}

.default-page-intro-label:last-child {
    margin-bottom: 0px;
}

.default-page-intro-text {
    font-size: 24px;
    line-height: 1.4;
    color: #1A1630;
}

.intro-error {
    background: #f3f3f3;
    position: relative;
    min-height: 100vh;
    padding: 200px 0 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.intro-error .text-24 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.title-88 {
    font-weight: 300;
    font-size: 88px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}
.title-88:last-child {
    margin-bottom: 0px;
}
.title-88 strong {
    font-weight: 600;
    background-color: red;
    background-image: linear-gradient(90deg,rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160), rgba(175, 58, 248, 1), rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160));
    background-clip: text;
    background-size: 300% 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    animation: grad 6s linear forwards infinite;
}

.text-block-cta-section {
    padding: 120px 0 180px;
    position: relative;
}

.bg-gray {
    background: #f3f3f3;
}

.intro-hero-video-hold {
    position: absolute;
    left: 0;
    top: calc(100% - 250px);
    /* top: calc(100% - 60px); */
    /* top: 0; */
    width: 1440px;
    z-index: 5;
}

.intro-hero-video {
    width: 100%;
    position: relative;
    padding-bottom: 93.889%;
}
.intro-hero-video:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00f3f3f3',GradientType=0 ); /* IE6-9 */

    z-index: 2;
}
.intro-hero-video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */

    z-index: 2;
}

.intro-hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.blue-waves-video-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blue-waves-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 62.5%;
}
.blue-waves-video:before {
    /* content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
	background: linear-gradient(to bottom,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 );

	z-index: 2; */
}
.blue-waves-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.join-left {
    position: relative;
}

.bg-glow {
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.33);
    -moz-transform: translate(-50%, -50%) scale(0.33);
    transform: translate(-50%, -50%) scale(0.33);
    transition: opacity 1s linear, transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.bg-glow.in-view {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.bg-glow-1 {
    width: 400px;
    height: 400px;
    background: url(../img/bg-glow-01.svg) no-repeat center center / 100% 100%;
    left: 83%;
    top: 21%;
}
.bg-glow-2 {
    width: 730px;
    height: 730px;
    background: url(../img/bg-glow-02.svg) no-repeat center center / 100% 100%;
    left: 50%;
    top: 55%;
}
.bg-glow-3 {
    width: 550px;
    height: 550px;
    background: url(../img/bg-glow-03.svg) no-repeat center center / 100% 100%;
    left: 24%;
    top: 33%;
}
.bg-glow-4 {
    width: 550px;
    height: 550px;
    background: url(../img/bg-glow-04.svg) no-repeat center center / 100% 100%;
    left: 57%;
    top: 26%;
}
.bg-glow-5 {
    width: 440px;
    height: 440px;
    background: url(../img/bg-glow-05.svg) no-repeat center center / 100% 100%;
    left: 28%;
    top: 69%;
}
.bg-glow-6 {
    width: 330px;
    height: 330px;
    background: url(../img/bg-glow-06.svg) no-repeat center center / 100% 100%;
    left: 74%;
    top: 93%;
}

.fancybox__backdrop {
    background: rgba(98,54,204,0.92);
}

.safety-content-image {
    padding-bottom: 132.5%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.safety-content-image img {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.safety-content-image img.active {
    opacity: 1;
    visibility: visible;
    transition: 0.2s 0.2s;
}
.safety-content-left {
    padding-right: 5%;
}

.sec-trigger {
    width: 48px;
    height: 48px;
    background: url(../img/trigger-alt.svg) no-repeat center center;
    margin-left: 16px;
    margin-right: -30px;
    cursor: pointer;
}

.mob-nav-hold > span {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../img/hamburger-close.svg) no-repeat center center;
    top: 50px;
    right: 32px;
    cursor: pointer;
    z-index: 10;
}
.mob-nav-hold.scrolled > span {
    top: 24px;
}

.feature-item-text .text-24 {
    opacity: 0.8;
}

.intro-technology-section {
    background: #2e224f;
    color: #fff;
    position: relative;
    padding: 238px 0 390px;
    z-index: 5;
}

.intro-technology-section + .features-section {
    padding-top: 0;
}
.intro-technology-section + .features-section .home-intro-video-hold {
    margin-top: -300px;
    margin-bottom: 160px;
}

.intro-technology-video-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.intro-technology-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 62.5%;
}
.intro-technology-video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: -moz-linear-gradient(bottom, rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
    background: linear-gradient(to top, rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e224f', endColorstr='#2e224f',GradientType=0 );
    z-index: 2;
}
.intro-technology-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section-dark .intro-title-76 {
    color: #FFF;
}

.header-white .navigation ul li a {
    color: #fff;
}
.header-white .navigation ul li a:hover {
    color: #fff;
    text-shadow: 1px 0px 0px #fff;
}
.header-white .navigation .mob-nav ul li a {
    text-shadow:none;
}
.header-white .navigation .mob-ptl ul li a {
    text-shadow:none;
}
.header-white .header-cta .btn-transparent::before {
    background: #2e224f;
}
.header-white .sec-trigger {
    filter: grayscale(1) brightness(10);
}

.header-white .header-cta .btn-transparent,
.header-white .header-cta .btn-transparent:focus,
.header-white .header-cta .btn-transparent:active {
    color: #fff;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.header-white .logo-word {
    fill: #fff;
}

.header-white .hamburger-inner,
.header-white .hamburger-inner:after,
.header-white .hamburger-inner:before {
    background: #fff;
}
.header-white.header-sticky .navigation ul li a {
    color: #22003B;
}
.header-white.header-sticky .navigation ul li a:hover {
    color: #6236CC;
    text-shadow: 1px 0px 0px #6236CC;
}
.header-white.header-sticky .logo-word {
    fill: #22003B;
}

.header-white.header-sticky .hamburger-inner,
.header-white.header-sticky .hamburger-inner:after,
.header-white.header-sticky .hamburger-inner:before {
    background: #6236CC;
}
.header-white.header-sticky .sec-trigger {
    filter: grayscale(0) brightness(1);
}

.header-white.header-sticky .navigation .mob-nav ul li a {
    color: #fff;
}
.header-white.header-sticky .navigation .mob-ptl ul li a {
    color: #fff;
}

.logo .logo-word {
    transition: 0.2s;
}

.section-dark .intro-anim {
    opacity: 0;
}
.section-dark .intro-anim.close {
    opacity: 1;
}

.technology-sticky-section {
    padding: 160px 0 0;
    position: relative;
}

.technology-sticky-section .section-top {
    max-width: 620px;
    margin-bottom: 40px;
}

.title-39 {
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.ts-item {
    padding-top: 115px;
    padding-bottom: 120px;
    opacity: 0.2;
    transition: .3s;
}
.ts-item:first-child {
    padding-top: 60px;
}
.ts-item.first-active {
    opacity: 1;
}
.ts-item.active {
    opacity: 1;
}
.ts-item:last-child {
    padding-bottom: 180px;
}
.ts-item .title-39 {
    margin-bottom: 22px;
}

.ts-item .text-24 {
    opacity: 0.8;
}

.ts-left {
    padding-right: 40px;
    position: relative;
    z-index: 15;
}

.technology-sticky-section .section-separator {
    z-index: 11;
}

.ts-img-hold {
    position: relative;
    margin-left: -70px;
    width: calc(100% + 220px);
}
.ts-img-hold img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s 0.3s;
}
.ts-img-hold img.first-active {
    opacity: 1;
    z-index: 2;
}
.ts-img-hold img.active {
    opacity: 1;
    z-index: 5;
    transition: 0.2s;
}

.ts-nav {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ts-img-holder {
    position: relative;
    width: 100%;
    padding-bottom: 73.81%;
    padding-bottom: 55%;
}

.solutions-section {
    background: #2e224f;
    color: #fff;
    position: relative;
    padding: 140px 0 170px;
}
.solutions-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e224f+0,2e224f+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 ); /* IE6-9 */

    z-index: 5;
}
.solutions-section .section-top {
    margin-bottom: 120px;
    margin-bottom: 80px;
}

.solutions-acc .safety-content-right .accordion-title {
    color: #fff;
}

.solutions-acc .safety-accordion-content p {
    color: #fff;
}
.solutions-acc .safety-accordion-content p:last-child {
    margin-bottom: 0;
}

.solutions-acc.safety-content .safety-content-right {
    padding-top: 0px;
    padding-bottom: 0px;
}

.solutions-acc .safety-content-right {
    margin-top: 0px;
}
.solutions-acc .safety-content-right .accordion .accordion-item:nth-child(-n + 2) {
    /* border: 0; */
    /* border-bottom: 1px solid rgba(255,255,255, 0.2); */
}
.solutions-acc .safety-content-right .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.solutions-acc .safety-content-right .accordion .accordion-item:last-child {
    border: 0;
}
.solutions-acc .safety-content-image {
    padding-bottom: 119.216%;
}

.company-mv-section {
    padding: 238px 0 294px;
    background: #f3f3f3;
    position: relative;
}

.company-mv-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;
}
.company-mv-item-mission {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company-mv1-image-hold {
    width: 50%;
    padding-right: 4.54%;
}
.company-mv1-content-hold {
    width: 50%;
    padding-left: 4.55%;
}

.company-mv2-content-hold {
    width: 50%;
    padding-right: 20px;
}
.company-mv2-image-hold {
    width: 50%;
}

.company-mv1-image {
    padding-bottom: 72.72%;
}

.company-mv-item-mission {
    padding-right: 70px;
}

.text-24 p {
    margin-bottom: 34px;
}
.text-24 p:last-child {
    margin-bottom: 0px;
}

.company-mv-item .title-63 {
    margin-bottom: 60px;
}

.company-mv2-image-hold {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    top: 50%;
    transform: translateY(-50%) !important;
    width: 922px;
    text-align: right;
    max-width: 65%;
}

.about-timeline-section {
    padding: 160px 0;
}
.about-timeline-section .section-top {
    margin-bottom: 140px;
    max-width: 620px;
}

.at-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;
    position: relative;
}
.at-item:nth-child(n+2) {
    /* margin-top: -60px; */
    margin-top: -120px;
}

.at-item:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: calc(50% - 9px);
    top: 12px;
    background: #6236CC;
    border: 3px solid #FFFFFF;
}
.at-item:nth-child(2n+1) {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.at-content-hold {
    width: 50%;
    padding-left: 4.34%;
    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;
}

.at-item:nth-child(2n) .at-content-hold {
    width: 50%;
    padding-left: 0%;
    padding-right: 4.34%;
}

.at-year {
    font-size: 39px;
    font-size: 24px;
    padding-right: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #6236CC;
    width: 130px;
}

.at-content {
    width: calc(100% - 130px);
}

.at-image {
    padding-bottom: 62.15%;
}
.at-image:not(:last-child) {
    margin-bottom: 16px;
}
.at-image img {
    border-radius: 20px;
}

.at-item:nth-child(2n) .at-year {
    order: 2;
    text-align: right;
    padding-right: 0;
    padding-left: 30px;
}

.at-hold {
    position: relative;
}
.at-hold span.at-hold-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    height: 100%;
    width: 3px;
    background: #6236CC;
    opacity: 0.25;
}
.at-hold span.at-hold-truck-line-hold {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 3px;
}
.at-hold span.at-hold-truck-line {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0px;
    background: #6236CC;
    height: 0%;
    /* transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1); */
}

.at-hold-truck {
    position: absolute;
    bottom: -94px;
    left: -32px;
    width: 64px;
    height: 188px;
    background: url(../img/timeline-truck.png) no-repeat center center / 100% 100%;
}

.about-story-section {
    padding: 160px 0;
    background: #EEEAF8;
}

.about-story-section .text-24 {
    max-width: 840px;
    margin: 0 auto;
}

.about-story-image {
    padding-bottom: 49.06%;
    margin-bottom: 90px;
}

.about-story-section .section-top {
    margin-bottom: 60px;
}

.partners-v2-section {
    background: #F3F3F3;
    padding: 120px 0;
}
.partners-v2-section .section-top {
    margin: 0 auto 90px;
    max-width: 840px;
}

.partners-list 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;
}
.partners-list ul li {
    margin: 0 30px 30px;
}
.partners-list ul li img {
    max-height: 75px;
    max-width: 262px;
    /* filter: grayscale(1); */
}

.about-location-section {
    padding: 140px 0 0;
}

.about-location-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;
}

.al-left {
    width: 50%;
    padding-bottom: 80px;
}

.al-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.al-left .section-top {
    max-width: 400px;
    margin-bottom: 66px;
}

.al-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;
}
.al-list ul li {
    width: 47%;
    min-width: 47%;
    margin-right: 6%;
    margin-bottom: 28px;

    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #1A1630;
    padding-left: 44px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.al-list ul li:hover {
    color: #6236CC;
}
.al-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6236CC url(../img/arrow-right-white.svg) no-repeat center center;
}

.al-list ul li:nth-child(2n) {
    margin-right: 0%;
}

.al-image {
    width: calc(100% + 33%);
    min-width: calc(100% + 33%);
}

.reg-hero-section {
    background: #F3F3F3;
    position: relative;
    padding: 238px 0 120px;
    overflow: hidden;
}

.reg-hero-section .text-24 {
    max-width: 840px;
    margin: 0 auto;
}

.scrolling-content-height {
    min-height: 100vh;
}

.sticky-slider-hold {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.sticky-slider-hold-inside {
    height: 100vh;
}

.sticky-slider-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sticky-slider-item {
    top: 0%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.4s;
}

.sticky-slider-item.is-active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.thyroid-section {
    position: relative;
    min-height: 100vh;
}

.sticky-pr {
    background: #22003B;
    color: #fff;
}

.sticky-pr .item-title {
    color: #fff;
}
.sticky-pr .item-details ul li {
    color: rgba(255,255,255,0.65);
}

.sticky-blog {
    background: #EEEAF8;
}

.press-kit-section {
    background: #f3f3f3;
    padding: 120px 0;
}
.press-kit-section .section-top {
    margin: 0 auto 120px;
}

.press-kit-section-button {
    margin-top: 30px;
}

.press-kit-list-of-three{
    margin-top: 40px;
}

.press-kit-carousel-img{
    margin-top: 20px;
    position: relative;
}

.press-kit-carousel-heading{
    font-weight: 500;
}

.press-kit-carousel-download-link{
    position: absolute;
    z-index: 999;
    background-color: #6236CC;
    color: #fff;
    padding: 5px;
    bottom: 1px;
    box-shadow: 0 0 10px #6236CC;
    width: 50px;
    height: 50px;
}

.press-kit-carousel-download-link svg {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.text-24 a {
    color: #6236CC;
    transition: 0.2s;
}
.text-24 a:Hover {
    color: #CA40CF;
}

.pkc-item {
    width: 260px;
    padding-bottom: 70%;
}
.pkc-item img {
    border-radius: 30px;
}
.pkc-item.wide {
    width: 360px;
}

.press-kit-carousel-1 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.press-kit-carousel-2 {
    margin-top: 20px;
}

.sticky-slider-item .has-button {
    margin-bottom: 90px;
}
.sticky-slider-item .has-button .title-63 {
    margin-bottom: 0;
}

.item-logo {
    height: 28px;
    margin-bottom: 10px;
}
.item-logo img {
    max-height: 100%;
    max-width: 200px;
}

.sticky-slider-dots {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 6vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-slider-dots ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6236CC;
    opacity: 0.2;
    transition: 0.3s;
}
.sticky-slider-dots.sticky-dark ul li span {
    background: #fff;
}
.sticky-slider-dots ul li.is-active span {
    opacity: 1;
}

.sticky-slider-nav-hold {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #EEEAF8;
    z-index: 10;
    transition: border 0.2s;
}
.sticky-slider-nav-hold.sticky-dark  {
    border-top: 1px solid rgba(255,255,255,0.2)
}
.sticky-slider-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sticky-slider-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #22003B;
    opacity: 0.35;
    padding: 24px 20px;
    position: relative;
    transition: 0.3s;
}
.sticky-slider-nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #6236CC;
    opacity: 0;
    transition: 0.3s;
}
.sticky-slider-nav ul li.is-active a {
    opacity: 1;
}
.sticky-slider-nav ul li.is-active a:before {
    opacity: 1;
}

.sticky-slider-nav.sticky-dark ul li a {
    color: #fff;
}
.sticky-slider-nav.sticky-dark ul li a:before {
    background: #CA40CF;
}

.scrolling-resources-mob-block {
    margin-bottom: 60px;
}
.scrolling-resources-mob-block:last-child {
    margin-bottom: 0px;
}

.scrolling-resources-mob-block .has-button .title-63 {
    margin-bottom: 0;
}
.scrolling-resources-mob-block .has-button {
    margin-bottom: 32px;
}

.split-hero-section {
    padding: 215px 0 110px;
    background: #F3F3F3;
    position: relative;
}

.split-hero-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;
}

.split-hero-left {
    width: 50%;
    padding-right: 8.2%;
}
.split-hero-right {
    width: 50%;
    padding-left: 30px;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.split-hero-button {
    margin-top: 30px;
}

.hero-grid-image-1-hold {
    width: 51.4%;
    margin-left: auto;
}
.hero-grid-image-1 {
    padding-bottom: 62.6%;
}

.hero-grid-image-2-hold {
    width: 75.9%;
    margin-top: -66px;
}
.hero-grid-image-2 {
    padding-bottom: 82.69%;
}

.hero-grid-image-3-hold {
    width: 45.7%;
    margin-left: auto;
    margin-right: 10%;
    margin-top: -150px;
}
.hero-grid-image-3 {
    padding-bottom: 100%;
}

.ltt-section {
    position: relative;
    padding: 120px 0 180px;
}

.press-kit-section.careers-culture-section {
    background: #EEEAF8;
}

.cb-section {
    padding: 90px 0 120px;
    background: #EEEAF8;
}
.cb-section .section-top {
    max-width: 620px;
    margin-bottom: 90px;
}

.cb-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;
}

.cb-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: -90px;
}

.cb-list ul li {
    width: 27%;
    min-width: 27%;
    margin-right: 9.5%;
    margin-bottom: 90px;
}

.cb-list ul li:nth-child(3n) {
    margin-right: 0;
}
.cb-list ul li:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.cb-list ul li:nth-child(3n) {
    transition-delay: 0.3s;
}

.cb-list-icon {
    height: 64px;
    margin-bottom: 24px;
}
.cb-list-icon img {
    max-height: 100%;
}

.cc-section {
    padding: 120px 0 180px;
    background: #f3f3f3;
    position: relative;
}

.cc-section .section-top {
    max-width: 620px;
    margin-bottom: 90px;
}

.awards-section {
    padding: 180px 0 160px;
    position: relative;
    background: #2e224f;
}

.awards-section .blue-waves-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%);
    background: -webkit-linear-gradient(top, rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
    background: linear-gradient(to bottom, rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 );
    z-index: 5;
}

.awards-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;
}

.awards-left {
    width: 50%;
    padding-right: 8%;
}
.awards-right {
    width: 50%;
    padding-left: 20px;
}

.award-item-content {
    width: calc(100% - 72px);
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.awards-list ul li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    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;
}

.award-item-year {
    width: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #DF00FD;
}

.award-item-title {
    width: calc(100% - 60px);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
}

.award-item-image {
    width: 72px;
}

.positions-section {
    padding: 120px 0;
}

.positions-section .section-top {
    margin-bottom: 120px;
    padding-left: 63px;
    position: relative;
}
.positions-section .section-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.positions-section .section-top.in-view:before {
    height: 100%;
}

.cc-item {
    width: 730px;
    background: #FFF;
    border-radius: 30px;
    padding: 64px 80px 48px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.cc-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 80px;
    background: url(../img/cc-corner.png) no-repeat center center / 100% 100%;
}

.cc-text {
    font-weight: 300;
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1A1630;
}

.cc-author {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 100px);
}

.cc-author-image-hold {
    width: 100px;
    margin-right: 32px;
}

.cc-author-image  {
    padding-bottom: 100%;
}
.cc-author-image img {
    border-radius: 50%;
}

.cc-author-details {
    width: calc(100% - 132px);
}

.cc-author-name {
    font-size: 24px;
    line-height: 1.4;
    color: #1A1630;
}
.cc-author-name span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #6236CC;
}

.cc-author-link {
    margin-top: 16px;
}

.link-video,
.link-video:focus,
.link-video:active {
    display: inline-block;
    outline: none;
    border: none;
    padding: 4px 0 4px 44px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.01em;
    color: #6236CC;
    position: relative;
    transition: 0.2s;
}
.link-video:hover {
    color: #6236CC;
    opacity: 0.7;
}
.link-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 28px;
    height: 28px;
    background: url(../img/link-video.svg) no-repeat center center / 100% 100%;
}

.cc-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.cc-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.cc-carousel .owl-nav {
    position: absolute;
    top: -151px;
    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;
    width: 100%;
}

.cc-carousel.owl-carousel .owl-nav button.owl-next,
.cc-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 64px;
    height: 48px;
    border: 1px solid #6236CC;
    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;
    transition: 0.2s;
}
.cc-carousel.owl-carousel .owl-nav button svg path {
    transition: 0.2s;
}
.cc-carousel.owl-carousel .owl-nav button.owl-next:hover,
.cc-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #6236CC;
}
.cc-carousel.owl-carousel .owl-nav button:hover svg path {
    stroke: #fff;
}
.cc-carousel.owl-carousel .owl-nav button.owl-prev {
    border-bottom-left-radius: 10px;
    margin-right: -1px;
}
.cc-carousel.owl-carousel .owl-nav button.owl-next {
    border-top-right-radius: 10px;
}

.cc-carousel-hold {
    position: relative;
}
.cc-carousel-hold:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    height: calc(100% + 20px);
    right: 100%;
    width: 100vw;
    background: #f3f3f3;
    z-index: 10;
}

.sf-nav-hold {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 300;
    background: #FFF;
    border-top: 1px solid #EEEAF8;
    transform: translateY(100%);
    transition: 0.3s;
}
.sf-nav-hold.active {
    transform: translateY(0%);
}
.sf-nav-hold.footer-reached {
    transform: translateY(100%);
}

.sf-nav {
    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;
}
.sf-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sf-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #22003B;
    opacity: 0.35;
    padding: 24px 20px;
    position: relative;
    transition: 0.3s;
}
.sf-nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #6236CC;
    opacity: 0;
    transition: 0.3s;
}
.sf-nav ul li.is-active a {
    opacity: 1;
}
.sf-nav ul li.is-active a:before {
    opacity: 1;
}

.form-section {
    padding: 144px 0 160px;
    background: #f3f3f3;
}

.form-section-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;

}

.form-section-left {
    width: 45%;
    padding-right: 10%;
}
.form-section-right {
    width: 55%;
    padding-left: 14px;
}

.form-box {
    background: #fff;
    width: calc(100% + 51px);
    padding: 56px 60px 48px;
    border-radius: 30px;
    position: relative;
}
.form-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 80px;
    background: url(../img/cc-corner.png) no-repeat center center / 100% 100%;
}

.fuc-section {
    position: relative;
    background: #EEEAF8;
    padding: 120px 0 180px;
}

.fuc-image {
    position: absolute;
    height: 420px;
    top: 60px;
    right: 0;
    max-width: 50%;
}
.fuc-image img {
    max-height: 100%;
}

.fuc-section .section-top {
    max-width: 620px;
    min-height: 306px;
    margin-bottom: 90px;
}

.fuc-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: -90px;
}
.fuc-list ul li {
    width: 27%;
    min-width: 27%;
    margin-right: 9.5%;
    margin-bottom: 90px;
}
.fuc-list ul li:nth-child(3n) {
    margin-right: 0%;
}
.fuc-list ul li:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.fuc-list ul li:nth-child(3n) {
    transition-delay: 0.3s;
}
.fuc-list ul li a {
    display: block;
}

.fuc-icon {
    height: 64px;
    margin-bottom: 24px;
}

.fuc-icon img {
    max-height: 100%;
}

.fuc-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #1A1630;
    margin-bottom: 8px;
}
.fuc-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #1A1630;
}

.mm-section {
    padding: 120px 0 160px;
}
.mm-section .section-top {
    max-width: 840px;
    margin-bottom: 90px;
}
.mm-section .section-top .title-63 {
    max-width: 620px;
    margin-bottom: 60px;
}

.video-links-section {
    background: #EEEAF8;
    padding: 90px 0 160px ;
}
.video-links-section .title-39 {
    margin-bottom: 72px;
}

.video-links-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: -70px;
}
.video-links-list ul li {
    width: 28.333%;
    min-width: 28.333%;
    margin-right: 7.5%;
    margin-bottom: 70px;
}
.video-links-list ul li:nth-child(3n) {
    margin-right: 0%;
}
.video-links-list ul li:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.video-links-list ul li:nth-child(3n) {
    transition-delay: 0.3s;
}
.video-links-list ul li a {
    display: block;
}

.vl-item-image {
    padding-bottom: 66.67%;
    margin-bottom: 20px;
}
.vl-item-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 112px;
    height: 48px;
    background: url(../img/corner-vl.png) no-repeat center center / 100% 100%;
    z-index: 2;
}
.vl-item-image:after {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url(../img/icon-play-sm.svg) no-repeat center center / 100% 100%;
    z-index: 3;
}

.vl-item-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #1A1630;
}

.intro-button {
    margin-top: 30px;
}

.swu-partners-section {
    padding: 80px 0 50px;
}
.swu-partners-section .home-intro-video-hold {
    margin-top: -300px;
    margin-bottom: 80px;
}

.swu-partners-section .section-top {
    margin-bottom: 90px;
}
.swu-partners-section .logos-list ul li img {
    /* filter: grayscale(1); */
}

.swu-acc .safety-content-right .safety-accordion-content {
    padding-bottom: 40px;
}

.intro-resource-single-details 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;
    margin: 0;
    padding: 0;
}
.intro-resource-single-details ul li {
    font-family: 'Galano Grotesque Alt', serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #6236CC;
    position: relative;
}
.intro-resource-single-details ul li:after {
    content: '|';
    color: #DF00FD;
    opacity: 0.65;
    margin-left: 6px;
    margin-right: 10px;
}
.intro-resource-single-details ul li:last-child:after {
    display: none;
}

.resource-single-content-section {
    background: #f3f3f3;
    padding: 0 0 180px;
}

.about-block {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 48px 110px 48px 168px;
    margin-top: 90px;
    position: relative;
}
.about-block:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 60px;
    background: url(../img/corner-about.png) no-repeat center center / 100% 100%;
}
.about-block > img {
    position: absolute;
    top: 40px;
    left: 56px;
    max-width: 72px;
}

.about-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
}
.about-block p {
    font-family: 'Galano Grotesque Alt', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-bottom: 12px;
}

.about-block .socials {
    margin-top: 34px;
}
.about-block .socials ul li {
    margin-right: 20px;
}
.about-block .socials ul li a svg {
    max-height: 28px;
}

.intro-hero-section.intro-resource-single {
    padding-bottom: 62px;
}

.resource-single-fi {
    padding-bottom: 56.6%;
    margin-bottom: 90px;
}

.entry-cta {
    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;

    margin: 48px 0;
    padding: 24px 0 24px 48px;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.entry-cta:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
}

.entry-cta-text {
    max-width: 460px;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
}

.entry .btn-border,
.entry .btn-border:focus,
.entry .btn-border:active {
    color: #6236CC !important;
}
.entry .btn-border:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.cta-links {
    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: 48px 0 40px;
}
.cta-links a {
    margin-right: 16px;
    margin-bottom: 8px;
}
.cta-links a:last-child {
    margin-right: 0px;
}
.btn-border.has-download {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.btn-border.has-download:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/icon-download.svg) no-repeat center center / 100% 100%;
    margin-left: 8px;
    transition: 0.2s;
}
.btn-border.has-download:hover:after {
    filter: brightness(10) grayscale(1);
}

.share ul li {
    margin-bottom: 4px;
}
.share ul li:last-child {
    margin-bottom: 0px;
}
.share ul li a svg {
    /* float: left; */
}
.share ul li a svg path {
    transition: 0.2s;
}
.share ul li a:hover svg path {
    fill: #DF00FD;
}

.featured-resource {
    margin-top: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px 30px;

    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;
}
.featured-resource:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 60px;
    background: url(../img/corner-about.png) no-repeat center center / 100% 100%;
}

.fr-left {
    width: 44%;
}
.fr-left a {
    display: block;
}

.fr-image {
    padding-bottom: 66.82%;
    min-height: 100%;
}
.fr-image.has-border {
    clip-path: inset(0% 0% round 15px);
    border-radius: 15px;
}
.fr-right {
    width: 56%;
    padding-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share.share-fr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}

.title-39 a {
    color: #000;
    transition: 0.2s;
}
.title-39 a:hover {
    color: #502FD2
}
.share.share-fr span {
    font-family: 'Galano Grotesque Alt';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-right: 8px;
}
.share.share-fr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share.share-fr ul li {
    margin-bottom: 0;
    margin-right: 4px;
}
.share.share-fr ul li:last-child {
    margin-right: 0px;
}
.share.share-fr ul li a svg {
    float: left;
}

.resourceslp-content-section {
    background: #f3f3f3;
    padding: 40px 0 60px;
}
.resourceslp-content-section .title-63 {
    margin-bottom: 90px;
}

.resourceslp-list > ul > li {
    display: none;
    margin-bottom: 58px;
}

.resources-more-button {
    margin: 60px 0
}

.fr-right .item-details {
    margin-bottom: 18px;
}

.intro-video-section.has-offset .home-intro-video-hold {
    margin-top: -300px;
}

.vision-section {
    padding: 120px 0 295px;
    padding: 120px 0 160px;
    background: #f3f3f3;
    position: relative;
}

a.no-link {
    cursor: default;
}

.scrolling-cards-section {
    background: #F3F3F3;
    position: relative;
}

.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; */

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    position: relative;
}

.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;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 50px;
    padding-top: 15vh;
}

.overlaping-card-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;
    padding: 10vh 56px 0px 56px;
    background: #fff;
    transform-origin: top center;

    box-shadow: 0px -2px 24px rgba(166, 155, 192, 0.2);
    border-radius: 20px;
}

.overlaping-card-item-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10vh;
}
.overlaping-card-item-right {
    width: 50%;
    padding-left: 8%;
    padding-bottom: 10vh;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlaping-card-item-width {
    width: 990px;
}

.overlaping-card-item .sm-gradient-title {
    margin-bottom: 12px;
}

.scrolling-cards-nav-hold {
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.scrolling-cards-nav {
    max-width: calc(100% - 990px - 84px);
    margin-left: auto;
    position: relative;
    pointer-events: all;
}
.scrolling-cards-nav ul {
    position: relative;
}
.scrolling-cards-nav:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    bottom: 8px;
    bottom: 32px;
    width: 2px;
    background: #BFBFBF;
}
.scrolling-cards-nav ul li {
    margin-bottom: 26px;
}
.scrolling-cards-nav ul li:last-child {
    margin-bottom: 0px;
}
.scrolling-cards-nav ul li a {
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #808080;
    display: block;
    padding-left: 30px;
    position: relative;
    transition: 0.2s;
}

.scrolling-cards-nav ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #6236CC;
    opacity: 0;
    transition: .2s;
}
.sc-top-reached .scrolling-cards-nav ul li a:after {
    opacity: 1;
}
.scrolling-cards-nav ul li.active a:after {
    opacity: 1;
}
.scrolling-cards-nav ul li + li a:after {
    /* opacity: 0; */
}
.scrolling-cards-nav ul li.active + li a:after {
    opacity: 0;
}
.scrolling-cards-nav ul li.active + li + li a:after {
    opacity: 0;
}
.scrolling-cards-nav ul li.active + li + li + li a:after {
    opacity: 0;
}
.scrolling-cards-nav ul li.active + li + li + li + li a:after {
    opacity: 0;
}
.scrolling-cards-nav ul li.active a {
    color: #6236CC;
}

.scrolling-cards-section.sc-top-reached .scrolling-cards-nav-hold {
    position: fixed;
}
.scrolling-cards-section.sc-bottom-reached .scrolling-cards-nav-hold {
    position: absolute;
    top: auto;
    bottom: 0;
}

.scrolling-cards-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.scrolling-cards-section.sc-top-reached .scrolling-cards-bg {
    position: fixed;
}
.scrolling-cards-section.sc-bottom-reached .scrolling-cards-bg {
    position: absolute;
    top: auto;
    bottom: 0;
}

.overlaping-card-item-image {
    width: 100%;
}

.overlaping-card-item-image img {
    max-height: 70vh;
}

.scaling-title-section {
    padding: 20vh 0 0px;
    background: #f3f3f3;
}

.scaling-title {
    transform-origin: bottom center;
}

.title-63 strong {
    font-weight: 600;
    background-color: red;
    background-image: linear-gradient(90deg,rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160), rgba(175, 58, 248, 1), rgba(89, 33, 219, 1), rgba(175, 58, 248, 1), rgb(237, 7, 160));
    background-clip: text;
    background-size: 300% 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    animation: grad 6s linear forwards infinite;
}

.reg-hero-section.pb90 {
    padding-bottom: 90px;
}

.no-sep .section-separator {
    display: none;
}

.text-block-cta-section.no-sep {
    padding-bottom: 120px;
}

.al-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: url(../img/al-pin.svg) no-repeat center center;
    transition: 0.2s;
}
.al-pin.close {
    transform: translate(-50%, -50%) scale(1.2);
}

.al-image {
    position: relative;
}
.al-image img {
    width: 100%;
}

.awards-list ul li {
    /* opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s linear, transform 0.9s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: calc( 150ms * var(--stag-index) ); */
}
.awards-list.in-view ul li {
    opacity: 1;
    transform: translateY(0px);
}

.resource-type-section {
    padding: 120px 0;
}
.resource-type-section .has-button {
    margin-bottom: 90px;
}
.resource-type-section .has-button .title-63 {
    margin-bottom: 0;
}

.resource-types-wrapper {
    position: relative;
}
.resource-types-wrapper.rt-top-reached .sticky-slider-dots {
    position: fixed;
}
.resource-types-wrapper.rt-bottom-reached .sticky-slider-dots {
    position: absolute;
    top: auto;
    bottom: 0;
}


.solutions-section .blue-waves-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e224f+0,2e224f+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 ); /* IE6-9 */

    z-index: 5;
}

.corner-tl {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../img/border-top-left.png) no-repeat center center / 100% 100%;
    z-index: 20;
    top: 0;
    left: 0;
}
.corner-bl {
    position: absolute;
    width: 38px;
    height: 29px;
    background: url(../img/border-bottom-left.png) no-repeat center center / 100% 100%;
    z-index: 20;
    bottom: 0;
    left: 0;
}


body:not(.home) .animation-element.fade-up {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .animation-element.fade-up-later {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .animation-element.fade-up-late {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .animation-element.fade-in {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .animation-element.fade-in-later {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .animation-element.fade-in-late {
    opacity: 1;
    transform: translateY(0px);
}
body:not(.home) .intro-anim {
    opacity: 1;
    transform: translateY(0px);
}


main section:not(:first-child) .animation-element.fade-up {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-up-later {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-up-late {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-in {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-in-later {
    opacity: 1;
    transform: translateY(0px);
}
main section:not(:first-child) .animation-element.fade-in-late {
    opacity: 1;
    transform: translateY(0px);
}
.lines-reveal-up {
    opacity: 1;
}

body:not(.home) .feature-item {
    opacity: 1;
    transform: translateY(0);
}

.scrolling-cards-nav-indicator-hold {
    position: absolute;
    left: 4px;
    top: 8px;
    width: 2px;
    height: calc(100% - 16px);
    height: calc(100% - 40px);
}
.scrolling-cards-nav-indicator {
    position: absolute;
    left: 0px;
    right: 0;
    width: 100%;
    top: 0px;
    width: 2px;
    height: 0;
    background: linear-gradient(180deg, #FFDB5B 0%, #CA40CF 50%, #502FD2 100%);
}

.scrolling-cards-section-bottom {
    background: #F3F3F3;
}

.object-fit.has-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.object-fit.has-video.vertical video {
    height: 100%;
}
.object-fit.has-video.horizontal video {
    width: 100%;
}



.accordion-header {
    display: none;
}
.job-item  {
    padding: 30px 0;
    border-bottom: 1px solid #EEEAF8;
}

.job-item a {
    display: block;
    position: relative;
    padding-right: 200px;
}
.job-item a > span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.job-title {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1A1630;
    margin-bottom: 5px;
}

.job-location-wrapper .location {
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #6236CC;
}

.careers-listing-filters {
    width: 220px;
    margin-left: auto;
    position: absolute;
    top: -200px;
    right: 0px;
}

.careers-listing-filters-title {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #1A1630;
    margin-bottom: 6px;
}

.careers-listing-filters-hold select,
.careers-listing-filters-hold select:focus {
    height: 48px;
    border: 1px solid #6236CC;
    border-radius: 0px 0px 0px 10px;
    padding: 2px 16px;
    box-shadow: none;
    outline: none;
    margin: 0;
    background: url(../img/angle-down.svg) no-repeat right 12px center;
}
.careers-listing-filters-hold select option {
    background: #EEEAF8;
}

.accordion-item:first-child ul:first-child .job-item:first-child {
    padding-top: 0;
}

.job-openings {
    position: relative;
}

.positions-categories 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% + 32px);
}
.positions-categories ul li {
    width: calc(33.333% - 32px);
    min-width: calc(33.333% - 32px);
    margin-right: 32px;
    margin-bottom: 32px;
}
.positions-categories ul li a {
    display: block;
    width: 100%;
    min-height: 100%;
    background: #EEEAF8;
    border-radius: 24px;
    padding: 24px 24px;
    transition: 0.2s;
}

.positions-categories-title {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1A1630;
    margin-bottom: 5px;
    transition: 0.2s;
}
.positions-categories-text {
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #6236CC;
    transition: 0.2s;
}
.positions-categories ul li a:hover {
    background: #6236CC;
}
.positions-categories ul li a:hover .positions-categories-title {
    color: #fff;
}
.positions-categories ul li a:hover .positions-categories-text {
    color: #fff;
}

.positions-section .positions-categories-wrap .section-top {
    padding-left: 0;
    margin-bottom: 72px;
    max-width: 620px;
}
.positions-section .positions-categories-wrap .section-top:before {
    display: none;
}

.positions-categories-wrap {
    margin-bottom: 150px;
}

.overlaping-card-item-right-content {
    width: 100%;
}

.sf-nav .btn-transparent::before {
    background: #fff;
}

.home .safety-section .section-top {
    margin-bottom: 0;
}

.mm-grid {
    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);
}

.mm-grid-item {
    /* width: calc(24.3% - 12px);
	min-width: calc(24.3% - 12px); */
    width: 248px;
    min-width: 248px;
    margin-right: 12px;
    position: relative;
}
.mm-grid-item:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 43px;
    background: url(../img/arrow-mm.png) no-repeat center center / 100% 100%;
    top: 53%;
    transform: translateY(-50%);
    right: -14px;
    z-index: 5;
}
.mm-grid-item:last-child:after {
    display: none;
}
.mm-grid-item:nth-child(2) {
    /* width: calc(51.4% - 12px);
	min-width: calc(51.4% - 12px); */
    width: calc(100% - 248px - 248px - 36px );
    min-width: calc(100% - 248px - 248px - 36px );
}
.mm-grid-item:nth-child(2) .mm-grid-item-title {
    background: #6236CC;
}
.mm-grid-item:nth-child(2) .mm-grid-item-content {
    padding-left: 10%;
    padding-right: 10%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FDF0FF 21.88%, #FDF0FF 76.56%, rgba(255, 255, 255, 0) 100%);
}

.mm-grid-item-title {
    font-family: 'Galano Grotesque Alt';
    min-height: 34px;
    background: #62508D;
    color: #fff;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
    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;
    margin-bottom: 10px;
    position: relative;
}
.mm-grid-item-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 12px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.mm-grid-item-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 12px solid #62508D;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.mm-grid-item:nth-child(2) .mm-grid-item-title:after {
    border-left: 12px solid #6236CC;
}

.mm-grid-item-content {
    padding: 24px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEEAF8 23.44%, #EEEAF8 53.12%, rgba(255, 255, 255, 0) 100%);
}

.mm-grid-item-img {
    height: 270px;
    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;

    margin-bottom: 24px;
}
.mm-grid-item-img img {
    max-height: 100%;
}

.mm-grid-text.entry ul li {
    margin-bottom: 8px;
    font-size: 13px;
    padding-left: 16px;
}
.mm-grid-text.entry ul li:last-child {
    margin-bottom: 0px;
}
.mm-grid-text.entry ul li:before {
    color: #DF00FD;
    left: 0;
}

.overlaping-card-item .title-42 {
    font-weight: 500;
}

.about-story-image.has-video {
    padding-bottom: 0;
}
.about-story-image.has-video a.video-hold {
    padding-bottom: 56.26%;
}
.about-story-image.has-video a.video-hold img {
    border-radius: 20px;
}

.about-story-section .text-24 + .about-story-image {
    margin-top: 90px;
    margin-bottom: 0;
}

.about-timeline-section .grid-x {
    position: relative;
}

.at-sticky {
    /* position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100% !important; */
}

.at-hold {
    width: calc(100% - 1px);
}

.at-sticky {
    width: 1px;
    z-index: 50;
}

.at-sticky-inside-hold {
    width: 1060px;
    text-align: center;
    position: relative;
}

.at-sticky-inside {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 188px;
    background: url(../img/timeline-truck.png) no-repeat center center / 100% 100%;
}

.at-hold-truck-line {
    /* display: none; */
}

.at-hold-truck {
    display: none;
}

.video-hold.no-vid:after {
    display: none;
}

.overlaping-card-item-image {
    padding-bottom: 123.1%;
}

.reg-form .field {
    margin-bottom: 16px;
}

.reg-form .field label {
    color: #1A1630;
    font-family: galano grotesque,sans-serif;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.11px;
    margin-bottom: 6px;
}
.reg-form .hs_error_rollup label {
    color: #1A1630;
    font-family: galano grotesque,sans-serif;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.11px;
    margin-bottom: 6px;
}
.reg-form .input input,
.reg-form .input input:focus {
    font-family: galano grotesque,sans-serif;
    outline: none;
    color: #1A1630;
    box-shadow: none;
    background: transparent;
    margin: 0;
    border-radius: 0px 0px 0px 10px;
    border: 1px solid #EEEAF8;
    height: 48px;
    padding: 2px 16px;
    font-size: 14px;
}
.reg-form .input input:focus {
    border: 1px solid #6236CC
}
.reg-form .input textarea,
.reg-form .input textarea:focus {
    font-family: galano grotesque,sans-serif;
    outline: none;
    color: #1A1630;
    box-shadow: none;
    background: transparent;
    margin: 0;
    border-radius: 0px 0px 0px 10px;
    border: 1px solid #EEEAF8;
    height: 70px;
    padding: 12px 16px;
    -webkit-resize: none;
    resize: none;
    font-size: 14px;
}
.reg-form .input textarea:focus {
    border: 1px solid #6236CC;
}

.reg-form .field .hs-error-msgs label {
    margin-bottom: 0;
    margin-top: 4px;
}

.reg-form .hs-submit {
    margin-top: 40px;
}
.reg-form .hs-button {
    font-family: galano grotesque,sans-serif;
    display: inline-block;
    padding: 12px 30px;
    cursor: pointer;
    background: #6236cc;
    border-radius: 0 0 0 10px;
    font-style: normal;
    font-weight: 600;
    border: none;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .01em;
    color: #fff;
    transition: .2s;
}
.reg-form .hs-button:hover {
    color: #fff;
    background: #df00fd;
}

@media only screen and (min-width: 1400px) {
    .solutions-section .blue-waves-video {
        min-height: 100%;
        overflow: hidden;
    }
    .solutions-section .blue-waves-video video {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        width: auto;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1600px) {
    .sticky-slider-dots {
        right: 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .sticky-slider-dots {
        right: 20px;
    }
    .resource-single-content-section {
        padding: 0 0 140px;
    }
}

@media only screen and (max-width: 1366px) {
    .scrolling-cards-nav {
        max-width: calc(100% - 990px - 40px);
    }
    .fuc-section .section-top {
        min-height: 190px;
    }
    .sticky-slider-dots {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .ts-img-hold {
        width: calc(100% + 120px);
    }
    .partners-content-right {
        padding-left: 7%;
        padding-right: 6%;
    }
    .join-right {
        padding-right: 4%;
    }
    .intro-hero-video-hold {
        /* top: calc(100% - 250px); */
        width: 100%;
    }
    .al-image {
        width: calc(100% + 18%);
        min-width: calc(100% + 18%);
    }
    .sticky-slider-item .has-button {
        margin-bottom: 70px;
    }
    .split-hero-right {
        padding-left: 10px;
        padding-right: 3%;
    }
}

@media only screen and (max-width: 1280px) {
    .scrolling-cards-nav-indicator-hold {
        display: none;
    }
    .scrolling-cards-nav:before {
        display: none;
    }
    .scrolling-cards-nav ul li a {
        padding-left: 0px;
    }
    .scrolling-cards-nav ul li a:after {
        display: none;
    }
    .overlaping-card-item-width {
        width: 920px;
    }
    .scrolling-cards-nav {
        max-width: calc(100% - 920px - 40px);
    }
}


@media only screen and (max-width: 1199px) {
    .at-sticky-inside-hold {
        width: 1080px;
    }
    .about-story-section .text-24 + .about-story-image {
        margin-top: 70px;
    }
    .mm-grid-item:nth-child(2) .mm-grid-item-content {
        padding-left: 7%;
        padding-right: 7%;
    }
    .positions-categories-wrap {
        margin-bottom: 90px;
    }
    .careers-listing-filters {
        top: -165px;
    }
    .resource-type-section .has-button {
        margin-bottom: 64px;
    }
    .overlaping-card-item-width {
        width: 100%;
    }
    .scrolling-cards-nav-hold {
        display: none;
    }
    .intro-hero-section.hero-image-title-section {
        padding-bottom: 60px;
    }
    .vision-section {
        padding: 60px 0 200px;
        padding: 60px 0 120px;
    }
    .intro-video-section.has-offset .home-intro-video-hold {
        margin-top: -220px;
    }
    .reg-hero-section.resourceslp-hero-section {
        padding-bottom: 80px;
    }
    .resourceslp-content-section .title-63 {
        margin-bottom: 70px;
    }
    .resource-single-content-section {
        padding: 0 0 120px;
    }
    .about-block {
        margin-top: 70px;
    }
    .resource-single-fi {
        margin-bottom: 70px;
    }
    .form-section {
        padding: 120px 0;
    }
    .fuc-list ul {
        margin-bottom: -70px;
    }
    .fuc-list ul li {
        width: 30%;
        min-width: 30%;
        margin-right: 5%;
        margin-bottom: 70px;
    }
    .mm-section .section-top .title-63 {
        margin-bottom: 40px;
    }
    .mm-section {
        padding: 120px 0 120px;
    }
    .video-links-section {
        padding: 90px 0 120px;
    }
    .swu-partners-section .home-intro-video-hold {
        margin-top: -220px;
    }
    .cc-section {
        padding: 120px 0 140px;
    }
    .ltt-section {
        padding: 120px 0 140px;
    }
    .awards-section {
        padding: 140px 0 120px;
    }
    .press-kit-section .section-top {
        margin: 0 auto 90px;
    }
    .sticky-slider-item .has-button {
        margin-bottom: 50px;
    }
    .partners-list ul li img {
        max-height: 60px;
        max-width: 200px;
    }
    .about-story-image {
        margin-bottom: 70px;
    }
    .at-item:nth-child(2n) .at-content-hold {
        padding-right: 6%;
    }
    .at-content-hold {
        padding-left: 6%;
    }
    .at-content {
        width: calc(100% - 120px);
    }
    .at-year {
        /* font-size: 32px; */
        font-size: 22px;
        width: 120px;
    }
    .text-24 p {
        margin-bottom: 28px;
    }
    .company-mv-item .title-63 {
        margin-bottom: 40px;
    }
    .company-mv-section {
        padding: 238px 0 200px;
    }
    .company-mv1-image-hold {
        padding-right: 2%;
    }
    .company-mv-item-mission {
        padding-right: 0;
    }
    .about-timeline-section {
        padding: 120px 0 160px;
    }
    .about-location-section {
        padding: 120px 0 0;
    }
    .about-story-section {
        padding: 120px 0;
    }
    .solutions-section {
        padding: 120px 0 140px;
    }
    .ts-img-hold {
        width: calc(100% + 80px);
        margin-left: -60px;
    }
    .ts-item {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .technology-sticky-section {
        padding: 120px 0 0;
        position: relative;
    }
    .intro-technology-section {
        padding: 238px 0 300px;
    }
    .intro-technology-section + .features-section .home-intro-video-hold {
        margin-top: -220px;
        margin-bottom: 120px;
    }
    .has-button > span {
        margin-bottom: 5px;
    }
    .sec-trigger {
        margin-right: -20px;
        margin-left: 5px;
    }
    .bg-glow {
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        -moz-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }
    .bg-glow.in-view {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        -moz-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7);
    }
    .text-block-cta-section {
        padding: 120px 0 140px;
    }
    .title-88 {
        font-size: 78px;
    }
    .default-page-section {
        padding: 0 0 120px;
    }
    .default-page-intro-text {
        font-size: 20px;
    }
    .entry h1 {
        font-size: 40px;
    }
    .entry h3 {
        font-size: 26px;
    }
    .entry h2 {
        font-size: 32px;
    }
    .socials ul li {
        margin-right: 20px;
    }
    .subscribe-hold {
        width: 300px;
    }
    .footer-grid {
        margin-bottom: 90px;
    }
    .footer-logo {
        margin-bottom: 80px;
    }
    .join-right {
        padding-right: 0;
    }
    .join-section {
        padding: 125px 0 100px;
    }
    .news-section .section-top {
        margin-bottom: 100px;
        padding-left: 60px;
    }
    .safety-content .safety-content-right {
        padding-bottom: 80px;
    }
    .safety-accordion-content p {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .safety-content-right .safety-accordion-content {
        padding-bottom: 50px;
    }
    .safety-content-right .accordion-title {
        font-size: 32px;
        padding: 30px 0 30px;
    }
    .safety-section {
        padding-top: 120px;
    }
    .partners-content-right {
        padding-right: 0;
    }
    .partners-section {
        padding: 140px 0 100px;
    }
    .logos-list ul li img {
        max-width: 180px;
        /* max-height: 40px; */
    }
    .logos-list ul li {
        margin-bottom: 60px;
    }
    .feature-item:nth-child(2n) .feature-item-text {
        padding-left: 7%;
    }
    .feature-item {
        margin-bottom: 110px;
    }
    .features-section .section-top {
        margin-bottom: 100px;
    }
    .text-24 {
        font-size: 22px;
    }
    .sm-purple-text {
        font-size: 22px;
    }
    .title-42 {
        font-size: 36px;
    }
    .features-section {
        padding: 120px 0 140px;
    }
    .title-alt-63 {
        font-size: 54px;
        margin-bottom: 24px;
    }
    .title-63 {
        font-size: 54px;
        margin-bottom: 24px;
    }
    .intro-title-76 {
        font-size: 66px;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navigation .nav-left ul {
        gap: 25px;
    }
    .navigation .nav-right ul {
        gap: 25px;
    }
    .navigation .nav-right {
        gap: 25px;
    }

    .item-title {
        font-size: 26px;;
        font-size: 20px;
    }
    .sm-gradient-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .title-39 {
        font-size: 32px;
    }
    .solutions-section .section-top {
        margin-bottom: 100px;
    }
    .at-item:before {
        top: 8px;
    }
    .partners-v2-section .section-top {
        margin: 0px auto 70px;
    }
    .cb-section .section-top {
        margin-bottom: 70px;
    }
    .cc-section .section-top {
        margin-bottom: 70px;
    }
    .positions-section .section-top {
        margin-bottom: 90px;
        padding-left: 60px;
    }
    .cc-carousel .owl-nav {
        top: -128px;
    }
    .form-box {
        width: 100%;
    }
    .fuc-image {
        height: 320px;
        top: 80px;
    }
}


@media only screen and (max-width: 1140px){
    .at-sticky-inside-hold {
        width: calc(100vw - 55px)
    }
}

@media only screen and (max-width: 1099px){
    .at-sticky-inside-hold {
        width: calc(100vw - 40px)
    }
}

@media only screen and (min-width: 1024px){
    .mob-nav-hold.scrolled {
        padding-top: 24px;
    }
    .mob-nav-hold {
        padding: 50px 32px 40px 64px;
        width: 360px;
    }
    .mob-nav-hold{
        /* display: none; */
    }
    .navigation .mob-nav ul li a {
        font-size: 39px;
    }
}

@media only screen and (max-width: 1023px) {
    .safety-content .safety-content-left {
        height: auto !important;
    }
    .safety-content-left .sticky {
        width: 100%;
        top: 0 !important;
        position: relative !important;
    }
    .mm-grid-item:nth-child(2) .mm-grid-item-content {
        padding-left: 12px;
        padding-right: 12px;
    }
    .mm-grid-item {
        width: calc(33.333% - 12px);
        min-width: calc(33.333% - 12px);
    }
    .mm-grid-item:nth-child(2) {
        width: calc(33.333% - 12px);
        min-width: calc(33.333% - 12px);
    }
    .at-item:nth-child(n+2) {
        margin-top: -100px;
    }
    .home .safety-section .section-top {
        margin-bottom: 80px
    }
    .positions-categories ul li {
        width: calc(33.333% - 24px);
        min-width: calc(33.333% - 24px);
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .positions-categories ul {
        width: calc(100% + 24px);
    }
    .scrolling-cards-section-bottom {
        display: none !important;
    }
    .navigation .mob-nav ul li.current-menu-item a {
        color: #FFFFFF;
        opacity: 0.6;
    }
    .navigation .mob-ptl ul li.current-menu-item a {
        color: #FFFFFF;
        opacity: 1;
    }
    .mob-nav-hold .mob-nav .hide-for-large + ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.4;
        padding: 0;
        letter-spacing: 0.01em;
    }
    .overlaping-card-item-right {
        padding-left: 5%;
        padding-bottom: 80px;
    }
    .overlaping-card-item-left {
        padding-bottom: 80px;
    }
    .overlaping-card-item {
        padding: 80px 48px 0px 48px;
    }
    .scrolling-cards-section {
        padding: 120px 0;
    }
    .overlaping-card-item {
        margin-bottom: 60px;
    }
    .overlaping-card-item:last-child {
        margin-bottom: 0px;
    }
    .vision-section {
        padding: 60px 0 0px;
        padding: 60px 0 120px;
    }
    .intro-video-section.has-offset .home-intro-video-hold {
        margin-top: -160px;
    }
    .fr-left {
        width: 100%;
        margin-bottom: 32px;
    }
    .fr-right {
        width: 100%;
        padding-left: 0px;
    }
    .list-of-three.resourceslp-list > ul > li {
        width: 47%;
        min-width: 47%;
        margin-right: 6%;
    }
    .list-of-three.resourceslp-list > ul > li:nth-child(3n) {
        margin-right: 6%;
    }
    .list-of-three.resourceslp-list > ul > li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .list-of-three > ul > li:nth-child(3n) {
        transition-delay: 0s;
    }
    .list-of-three.resourceslp-list > ul > li:nth-child(2n) {
        margin-right: 0%;
        transition-delay: 0.2s;
    }
    .news-section .section-top {
        margin-bottom: 80px;
    }
    .about-block {
        padding: 48px 60px 48px 130px;
    }
    .about-block > img {
        left: 30px;
    }
    .entry-cta-text {
        max-width: calc(100% - 200px);
        font-size: 20px;
    }
    .entry-cta {
        padding: 24px 0 24px 32px;
    }
    .entry blockquote {
        padding: 24px 0 24px 32px;
    }
    .entry blockquote p {
        font-size: 20px;
    }
    .resource-single-content-section .grid-container .grid-container {
        padding-left: 0;
        padding-right: 0;
    }
    .fuc-section .section-top {
        min-height: 190px;
        margin-bottom: 70px;
        max-width: 55%;
    }

    .form-section-right {
        width: 100%;
        padding-left: 0px;
    }
    .form-section-left {
        padding-right: 5%;
        width: 100%;
        margin-bottom: 48px;
    }
    .video-links-list ul li {
        width: calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
        margin-right: 20px;
        margin-bottom: 50px;
    }
    .video-links-list ul li:nth-child(3n) {
        margin-right: 20px;
    }
    .video-links-list ul {
        margin-bottom: -50px;
        width: calc(100% + 20px);
    }
    .swu-partners-section .home-intro-video-hold {
        margin-top: -160px;
    }
    .sf-nav ul {
        margin-left: -10px;
    }
    .sf-nav ul li a {
        padding: 24px 10px;
    }
    .awards-right {
        width: 100%;
        padding-left: 0px;
    }
    .awards-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .cc-author {
        margin-top: 48px;
    }
    .cc-text {
        font-size: 32px;
    }
    .cc-item {
        padding: 48px 48px 48px;
        width: calc(100vw - 90px);
    }
    .cb-list ul {
        margin-bottom: -60px;
    }
    .cb-list ul li {
        width: 30%;
        min-width: 30%;
        margin-right: 5%;
        margin-bottom: 60px;
    }
    .split-hero-right {
        padding-left: 0px;
        padding-right: 0;
        width: 100%;
        margin-bottom: 48px;
    }
    .split-hero-left {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        order: 2;
    }
    .sticky-slider-item .has-button > .title-63 {
        max-width: calc(100% - 220px);
    }
    .sticky-slider-item .has-button > span {
        min-width: auto;
        margin-top: 0px;
        margin-bottom: 0;
    }
    .reg-hero-section {
        padding: 210px 0 120px;
    }
    .partners-list ul li img {
        max-height: 50px;
        max-width: 140px;
    }
    .al-image {
        width: 100%;
        min-width: 100%;
    }
    .al-right {
        width: 100%;
    }
    .al-left {
        width: 100%;
        padding-bottom: 40px;
    }
    .al-left .section-top {
        margin-bottom: 40px;
    }
    .al-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .at-text.text-24 {
        font-size: 18px;
    }
    .at-content-hold {
        /* padding-left: 8%; */
    }
    .at-item:nth-child(2n) .at-content-hold {
        /* padding-right: 8%; */
    }
    .at-content-hold {
        padding-left: 5%;
    }
    .at-item:nth-child(2n) .at-content-hold {
        padding-right: 5%;
    }
    .at-item:before {
        top: 5px;
    }
    .at-content {
        width: calc(100% - 95px);
    }
    .at-year {
        /* font-size: 26px; */
        font-size: 18px;
        width: 95px;
        padding-right: 20px;
    }
    .at-item:nth-child(2n) .at-year {
        padding-left: 20px;
    }
    .company-mv2-image-hold {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 80%;
        margin-left: auto;
        margin-top: 40px;
        transform: translateY(0%) !important;
        top: auto;
    }
    .company-mv-section {
        padding: 210px 0 0px;
    }
    .text-24 p {
        margin-bottom: 20px;
    }
    .company-mv2-content-hold {
        width: 100%;
        padding-right: 0;
    }
    .company-mv-item-mission {
        padding-right: 0;
    }
    .company-mv1-content-hold {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .company-mv1-image-hold {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .solutions-acc.safety-content .safety-content-right {
        padding-top: 40px;
    }
    .solutions-acc .safety-content-right {
        margin-top: 0;
    }
    .solutions-section .section-top {
        margin-bottom: 80px;
    }
    .ts-item:last-child {
        padding-bottom: 120px;
    }
    .technology-sticky-section {
        padding: 120px 0 60px;
    }
    .ts-left {
        padding-right: 0;
    }
    .intro-technology-section {
        padding: 210px 0 240px;
    }
    .intro-technology-section + .features-section .home-intro-video-hold {
        margin-top: -160px;
    }
    .has-button > .title-63 {
        max-width: 100%;
    }
    .mob-nav-hold > span {
        top: 18px;
        right: 10px;
    }
    .mob-nav-hold.scrolled > span {
        top: 18px;
    }
    .safety-content .safety-content-right {
        padding-top: 40px;
    }
    .partners-section:before {
        display: none;
    }
    .blue-waves-video:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 80%;
        background: -moz-linear-gradient(top,  rgba(46,34,79,1) 0%, rgba(46,34,79,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
        background: linear-gradient(to bottom,  rgba(46,34,79,1) 0%,rgba(46,34,79,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e224f', endColorstr='#002e224f',GradientType=0 );

        z-index: 2;
    }
    .title-88 {
        font-size: 68px;
    }
    .header-line {
        display: none;
    }
    .logos-list ul li:nth-child(4n+2) {
        transition-delay: 0s;
    }
    .logos-list ul li:nth-child(4n+3) {
        transition-delay: 0s;
    }
    .logos-list ul li:nth-child(4n) {
        transition-delay: 0s;
    }
    .item-title {
        font-size: 24px;
        font-size: 20px;
    }
    .list-of-three > ul > li {
        width: 30%;
        min-width: 30%;
        margin-right: 5%;
    }
    .footer-grid {
        margin-bottom: 40px;
    }
    .subscribe-hold {
        width: calc(100% - 50px);
    }
    .footer-grid-item {
        min-width: 50%;
        margin-bottom: 56px;
    }
    .join-right {
        width: 100%;
        padding-left: 0;
    }
    .join-left {
        width: 100%;
        padding: 0 5%;
        margin-bottom: 80px;
    }
    .has-button > span {
        display: block;
        min-width: 100%;
        margin-top: 20px;
    }
    .news-section .has-button > span {
        display: none;
    }
    .logos-list ul li {
        width: 33%;
        min-width: 33%;
    }
    .feature-item:nth-child(2n) .feature-item-text {
        padding-left: 6%;
    }
    .feature-item-text {
        padding-right: 35px;
    }
    .title-42 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .sm-purple-text {
        font-size: 20px;
    }
    .text-24 {
        font-size: 20px;
    }
    .title-63 {
        font-size: 44px;
    }
    .title-alt-63 {
        font-size: 44px;
    }
    .intro-title-76 {
        font-size: 56px;
    }
    .intro-hero-section {
        padding: 210px 0 90px;
    }
    .nav-logo img {
        max-width: 150px;
    }
    .nav-logo svg {
        max-width: 150px;
    }
    .hamburger {
        display: inline-block;
    }

    header{
        position: fixed;
        padding: 22px 0 22px;
    }
    header.header-sticky {
        padding: 22px 0 22px;
    }

    .navigation{
        justify-content: space-between;
    }

    .features-content .feature-item:nth-child(2) .feature-item-right{
        padding-left: 40px;
    }

    .features-content .feature-item:nth-child(odd) .feature-item-left{
        padding-right: 25px;
    }

    .partners-content-left{
        margin-bottom: 72px;
    }

    .partners-content-right{
        padding-left: 0px;
    }

    .safety-content .safety-content-left{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .item-image {
        padding-bottom: 66.666%;
        margin-bottom: 24px;
    }
    .partners-intro {
        margin-bottom: 100px;
    }
    .news-section-button {
        margin-top: 72px;
    }
    .split-hero-section {
        padding: 210px 0 110px;
    }
    .mm-grid-item-img {
        height: 400px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:639px) {
    .reg-form .hs-submit {
        margin-top: 24px;
    }
    .ts-item:first-child {
        padding-top: 0;
    }
    .at-sticky-inside-hold {
        width: 24px;
    }
    .at-sticky-inside {
        width: 32px;
        height: 94px;
    }
    .about-story-section .text-24 + .about-story-image {
        margin-top: 40px;
    }
    .mm-grid-item:after {
        top: calc(100% - 6px);
        transform: translateX(-50%) rotate(90deg);
        right: auto;
        left: 50%;
    }
    .mm-grid-item-img {
        height: auto;
    }
    .mm-grid-item-content {
        padding: 24px 18px 16px;
        margin-left: -18px;
        width: calc(100% + 36px);
    }
    .mm-grid-item-title:before,
    .mm-grid-item-title:after {
        display: none;
    }
    .mm-grid-item {
        width: 100%;
        min-width: 100%;
        margin-bottom: 56px;
        margin-right: 0;
    }
    .mm-grid-item:nth-child(2) {
        width: 100%;
        min-width: 100%;
    }
    .mm-grid-item:last-child {
        margin-bottom: 0px;
    }
    .mm-grid {
        width: 100%;
    }
    .at-item:nth-child(2n) .at-year {
        padding-left: 0;
    }
    .home .safety-section .section-top {
        margin-bottom: 48px
    }
    .positions-categories-wrap {
        margin-bottom: 60px;
    }
    .positions-section .positions-categories-wrap .section-top {
        margin-bottom: 48px;
    }
    .job-title {
        font-size: 24px;
    }
    .positions-categories-title {
        font-size: 24px;
    }
    .positions-categories ul li a {
        padding: 18px 18px;
    }
    .positions-categories ul li {
        width: calc(50% - 18px);
        min-width: calc(50% - 18px);
        margin-right: 18px;
        margin-bottom: 18px;
    }
    .positions-categories ul {
        width: calc(100% + 18px);
    }
    .job-item a {
        padding-right: 0px;
        padding-bottom: 60px;
    }
    .job-item a > span {
        right: auto;
        top: auto;
        transform: translateY(0%);
        left: 0;
        bottom: 0;
    }
    .careers-listing-filters {
        top: auto;
        position: relative;
        margin-left: 0;
        right: auto;
        margin-bottom: 36px;
    }

    /* footer .animation-element2.fade-in {
		opacity: 1;
	} */
    .footer-grid-item > div {
        opacity: 1;
    }
    .footer-grid-item:before {
        width: 60px;
    }
    .at-hold span.at-hold-truck-line-hold {
        left: 0;
        transform: translateX(0%);
        width: 2px;
    }
    .corner-tl {
        top: 40px;
    }
    .resource-type-section .has-button {
        margin-bottom: 48px;
    }
    .resource-type-section {
        padding: 100px 0;
    }
    .link-video, .link-video:focus, .link-video:active {
        padding: 4px 0 4px 30px;
        font-size: 16px;
    }
    .link-video:before {
        top: 6px;
        width: 20px;
        height: 20px;
    }
    .pkc-item img {
        border-radius: 10px;
    }
    .press-kit-carousel-2 {
        margin-top: 10px;
    }
    .text-block-cta-section.no-sep {
        padding-bottom: 100px;
    }
    .scaling-title-section {
        padding: 20vh 0 0px;
    }
    .scrolling-cards-section {
        padding: 100px 0;
    }
    .overlaping-card-item {
        padding: 48px 24px 0px 24px;
        margin-bottom: 30px;
    }
    .overlaping-card-item-right {
        padding-left: 0;
        padding-bottom: 30px;
        width: 100%;
    }
    .overlaping-card-item-left {
        width: 100%;
        order: 2;
        padding-bottom: 30px;
    }
    .swu-partners-section {
        padding: 60px 0 50px;
    }
    .intro-hero-section.hero-image-title-section {
        padding-bottom: 50px;
    }
    .vision-section {
        padding: 50px 0 0px;
        padding: 50px 0 112px;
    }
    .intro-video-section.has-offset .home-intro-video-hold {
        margin-top: -130px;
    }
    .featured-resource:after {
        width: 75px;
        height: 30px;
    }
    .list-of-three.resourceslp-list > ul > li:last-child {
        margin-bottom: 56px;
    }
    .resources-more-button {
        margin: 30px 0;
    }
    .resourceslp-content-section .title-63 {
        margin-bottom: 48px;
    }
    .list-of-three.resourceslp-list > ul > li:nth-child(3n) {
        margin-right: 0%;
    }
    .list-of-three.resourceslp-list > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .list-of-three.resourceslp-list > ul > li:nth-child(2n) {
        transition-delay: 0s;
    }
    .reg-hero-section.resourceslp-hero-section {
        padding-bottom: 60px;
    }
    .fr-left {
        margin-bottom: 24px;
    }
    .share.share-fr {
        margin-top: 20px;
    }
    .fr-right .item-details {
        margin-bottom: 10px;
    }
    .featured-resource {
        border-radius: 20px;
        padding: 24px 24px;
        margin-top: 48px;
    }
    .about-block:after {
        width: 75px;
        height: 30px;
    }
    .intro-hero-section.intro-resource-single {
        padding-bottom: 32px;
    }
    .rsc-left {
        order: 2;
    }
    .resource-single-content-section {
        padding: 0 0 100px;
    }
    .share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .share ul li {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .share ul li:last-child {
        margin-right: 0px;
    }
    .rsc-right {
        height: auto !important;
        margin-bottom: 20px;
    }
    .rsc-right .sticky {
        top: 0 !important;
    }
    .about-block .socials {
        margin-top: 24px;
    }
    .about-block p {
        font-size: 15px;
    }
    .about-block {
        padding: 96px 24px 24px 24px;
        margin-top: 50px;
    }
    .about-block > img {
        left: 24px;
        top: 24px;
        max-height: 50px;
    }
    .entry blockquote:before {
        width: 2px;
    }
    .entry blockquote {
        padding: 24px 0 24px 24px;
    }
    .entry-cta:before {
        width: 2px;
    }
    .entry-cta {
        padding: 24px 0 24px 24px;
    }
    .entry-cta-button {
        width: 100%;
        margin-top: 16px;
    }
    .entry-cta-text {
        max-width: 100%;
    }
    .entry-cta {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .resource-single-fi {
        margin-bottom: 48px;
    }
    .fuc-image {
        height: 175px;
        top: 50px;
        max-width: 85%;
    }
    .form-box {
        padding: 48px 24px 48px;
    }
    .form-box:after {
        width: 97px;
        height: 40px;
    }
    .form-section {
        padding: 112px 0;
    }
    .fuc-section {
        padding: 240px 0 112px;
    }
    .fuc-list ul li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .fuc-list ul li:nth-child(3n) {
        transition-delay: 0s;
    }
    .fuc-icon {
        margin-bottom: 12px;
    }
    .fuc-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .fuc-list ul {
        margin-bottom: 0px;
    }
    .fuc-list ul li:last-child {
        margin-bottom: 0px;
    }
    .fuc-section .section-top {
        min-height: 1px;
        margin-bottom: 48px;
        max-width: 110%;
    }
    .mm-section .section-top {
        margin-bottom: 60px;
    }
    .mm-section .section-top .title-63 {
        margin-bottom: 24px;
    }
    .mm-section {
        padding: 112px 0 96px;
    }
    .video-links-list ul li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .video-links-list ul li:nth-child(3n) {
        transition-delay: 0s;
    }
    .video-links-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .video-links-list ul li:last-child {
        margin-bottom: 0;
    }
    .video-links-list ul {
        margin-bottom: 0;
        width: 100%;
    }
    .video-links-section .title-39 {
        margin-bottom: 48px;
    }
    .video-links-section {
        padding: 90px 0 100px;
    }
    .swu-partners-section .section-top {
        margin-bottom: 60px;
    }
    .swu-partners-section .home-intro-video-hold {
        margin-top: -130px;
        margin-bottom: 48px;
    }
    .sf-nav-hold {
        display: none;
    }
    .cc-carousel-hold {
        position: relative;
        padding-top: 40px;
    }
    .cc-carousel .owl-nav {
        top: -70px;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .cc-item:after {
        display: none;
    }
    .cc-author {
        max-width: calc(100% - 0px);
    }
    .cc-author-link {
        margin-top: 8px;
    }
    .cc-author-name span {
        font-size: 14px;
    }
    .cc-author-name {
        font-size: 16px;
    }
    .cc-author-details {
        width: calc(100% - 80px);
    }
    .cc-author-image-hold {
        width: 60px;
        margin-right: 20px;
    }
    .cc-text {
        font-size: 26px;
    }
    .cc-item {
        padding: 24px 24px;
        width: calc(100vw - 80px);
    }
    .positions-section .section-top:before {
        width: 2px;
    }
    .positions-section .section-top {
        margin-bottom: 48px;
        padding-left: 26px;
    }
    .positions-section {
        padding: 100px 0;
    }
    .award-item-title {
        font-size: 20px;
    }
    .awards-section {
        padding: 112px 0 112px;
    }
    .cc-section {
        padding: 112px 0 112px;
    }
    .cb-list ul li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .cb-list ul li:nth-child(3n) {
        transition-delay: 0s;
    }
    .cb-section .section-top {
        margin-bottom: 48px;
    }
    .cb-list-icon {
        margin-bottom: 12px;
    }
    .cb-list ul {
        margin-bottom: 0;
    }
    .cb-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .cb-list ul li:last-child {
        margin-bottom: 0px;
    }
    .cb-section {
        padding: 20px 0 112px;
    }
    .ltt-section {
        padding: 112px 0 112px;
    }
    .hero-grid-image-2-hold {
        margin-top: -35px;
    }
    .hero-grid-image-3-hold {
        margin-top: -65px;
    }
    .split-hero-left {
        padding-right: 0;
        padding-left: 0;
    }
    .split-hero-section {
        padding: 200px 0 110px;
    }
    .scrolling-resources-section {
        padding: 112px 0;
    }
    .press-kit-section-button {
        margin-top: 24px;
    }
    .pkc-item {
        width: 160px;
    }
    .pkc-item.wide {
        width: 200px;
    }
    .press-kit-section .section-top {
        margin: 0px auto 48px;
    }
    .press-kit-section {
        background: #f3f3f3;
        padding: 100px 0;
    }
    .reg-hero-section {
        padding: 200px 0 112px;
    }
    .partners-list ul li img {
        max-height: 40px;
        max-width: 120px;
    }
    .partners-list ul {
        margin-bottom: -20px;
    }
    .partners-list ul li {
        margin: 0 15px 20px;
    }
    .partners-v2-section .section-top {
        margin: 0px auto 50px;
    }
    .partners-v2-section {
        padding: 100px 0;
    }
    .al-list ul li {
        margin-bottom: 12px;
    }
    .about-location-section {
        padding: 112px 0 0;
    }
    .about-story-image {
        margin-bottom: 32px;
    }
    .about-story-section .section-top {
        margin-bottom: 32px;
    }
    .about-story-section {
        padding: 100px 0;
    }
    .about-timeline-section .section-top {
        margin-bottom: 80px;
    }
    .at-content {
        width: calc(100% - 85px);
    }
    .at-year {
        font-size: 16px;
        width: 85px;
    }
    .at-hold-truck {
        bottom: -47px;
        left: -16px;
        width: 32px;
        height: 94px;
    }
    .at-item:before {
        left: 2px;
        top: 3px;
    }
    .at-hold span.at-hold-line {
        left: 10px;
        transform: translateX(0%);
        width: 2px;
    }
    .at-hold span.at-hold-truck-line {
        left: 10px;
        transform: translateX(-0%);
        width: 2px;
    }
    .at-item {
        margin-bottom: 40px;
    }
    .at-item:last-of-type {
        margin-bottom: 0px;
    }
    .at-item:last-child {
        margin-bottom: 0px;
    }
    .at-item:nth-child(n+2) {
        margin-top: 0;
    }
    .at-item:nth-child(2n) .at-year {
        order: 0;
        text-align: left;
    }
    .at-item:nth-child(2n) .at-content-hold {
        padding-right: 0;
        width: 100%;
        padding-left: 30px;
    }
    .at-content-hold {
        padding-left: 30px;
        width: 100%;
    }
    .about-timeline-section {
        padding: 112px 0 80px;
    }
    .company-mv2-image-hold {
        max-width: 100%;
    }
    .company-mv-item .title-63 {
        margin-bottom: 24px;
    }
    .company-mv1-content-hold {
        margin-bottom: 32px;
    }
    .company-mv-section {
        padding: 200px 0 0px;
    }
    .ts-item .title-39 {
        margin-bottom: 16px;
    }
    .title-39 {
        font-size: 26px;
    }
    .ts-item {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 60px;
        opacity: 1;
    }
    .ts-item:last-child {
        padding-bottom: 0px;
    }
    .ts-item:last-child {
        margin-bottom: 0px;
    }
    .ts-right {
        display: none;
    }
    .technology-sticky-section {
        padding: 112px 0 112px;
    }
    .solutions-acc .safety-content-right ul li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .solutions-acc .safety-content-image img {
        opacity: 1;
        visibility: visible;
    }
    .solutions-acc .safety-accordion-title {
        color: #fff;
    }
    .solutions-section {
        padding: 112px 0 112px;
    }
    .intro-technology-video-hold {
        left: -50%;
        right: -50%;
        width: 200%;
    }
    .intro-technology-section {
        padding: 200px 0 200px;
    }
    .intro-technology-section + .features-section .home-intro-video-hold {
        margin-top: -125px;
        margin-bottom: 90px;
    }
    .mob-nav-hold > span {
        top: 15px;
    }
    .mob-nav-hold.scrolled > span {
        top: 15px;
    }
    .safety-content-left {
        padding-right: 0;
        border-radius: 20px;
        overflow: hidden;
    }
    .top-waves-video:after {
        display: none;
    }
    .video-hold:after {
        width: 56px;
        height: 56px;
    }
    .home-intro-video-img.mask-1 {
        -webkit-mask-image: url(../img/img-mask-1-mob_.svg);
        mask-image: url(../img/img-mask-1-mob_.svg);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }
    .home-intro-video-img {
        padding-bottom: 77.16%;
    }
    .footer-bottom {
        display: block;
    }
    .footer-bottom ul li:last-child:after {
        display: none;
    }
    .bg-glow {
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        -moz-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
    }
    .bg-glow.in-view {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    .blue-waves-video-hold {
        left: -50%;
        right: -50%;
        width: 200%;
    }
    .intro-hero-video:before {
        height: 20%;
    }
    .intro-hero-video:after {
        height: 20%;
    }
    .intro-hero-video-hold {
        top: 40%;
        width: 150%;
        left: -15%;
    }
    .text-block-cta-section {
        padding: 72px 0 112px;
    }
    .intro-error {
        min-height: calc(100vh - 80px);
    }
    .intro-error .title-88 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .title-88 {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .top-waves {
        top: -60px;
        top: -48px;
        left: -30%;
        right: -30%;
        width: 160%;
    }
    .entry ul li {
        font-size: 15px;
    }
    .entry ol li {
        font-size: 15px;
    }
    .entry p {
        font-size: 15px;
    }
    .entry h1 {
        font-size: 32px;
    }
    .entry h2 {
        font-size: 28px;
    }
    .entry h3 {
        font-size: 24px;
    }
    .entry h4 {
        font-size: 20px;
    }
    .entry h5 {
        font-size: 18px;
    }
    .entry h1:not(:first-child),
    .entry h2:not(:first-child),
    .entry h3:not(:first-child),
    .entry h4:not(:first-child),
    .entry h5:not(:first-child) {
        /* margin-top: 36px; */
    }
    .default-page-intro-label {
        font-size: 15px;
    }
    .default-page-section {
        padding: 0px 0 112px;
    }
    .intro-hero-section.intro-default {
        padding-bottom: 72px;
    }
    footer .grid-container {
        transform: translateY(0px) !important;
    }
    .list-of-three > ul > li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .list-of-three > ul > li:nth-child(3n) {
        transition-delay: 0s;
    }
    .btn-transparent, .btn-transparent:focus, .btn-transparent:active {
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 24px;
    }
    .safety-accordion-content a::after {
        height: 2px;
    }
    .safety-accordion-content a {
        font-size: 16px;
        padding-bottom: 6px;
        line-height: 1.5;
    }
    .news-section-button {
        margin-top: 56px;
    }
    .btn-border, .btn-border:focus, .btn-border:active {
        padding: 7px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .btn-purple, .btn-purple:focus, .btn-purple:active {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 1.5;
    }
    .footer-bottom ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .footer-grid {
        margin-bottom: 0;
    }
    .footer-grid-newsletter {
        min-width: 100%;
    }
    .footer-grid-socials {
        min-width: 100%;
    }
    .subscribe-hold {
        width: 100%;
        max-width: 290px;
    }
    .footer-addresses ul li:before {
        top: 2px;
    }
    .footer-addresses ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .footer-nav ul li {
        margin-bottom: 8px;
    }
    .footer-nav ul li a {
        font-size: 15px;
    }
    .footer-logo {
        margin-bottom: 56px;
    }
    footer {
        padding: 56px 0 48px;
    }
    .footer-logo img {
        max-width: 140px;
    }
    .join-image-3-hold {
        margin-right: 20%;
        margin-top: -80px;
    }
    .has-border {
        border-radius: 10px;
    }
    .join-image-2-hold {
        margin-top: -45px;
    }
    .join-left {
        padding: 0 0%;
    }
    .join-section {
        padding: 112px 0;
    }
    .news-section {
        padding: 112px 0;
    }
    .item-details ul li {
        font-size: 15px;
    }
    .list-of-three > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 56px;
    }
    .list-of-three > ul > li:last-child {
        margin-bottom: 0px;
    }
    .news-section .section-top {
        margin-bottom: 72px;
        padding-left: 26px;
    }
    .news-section .section-top:before {
        width: 2px;
    }
    .safety-content-right .safety-accordion-content {
        padding-bottom: 40px;
    }
    .safety-content-right ul li {
        border-bottom: 1px solid rgba(34,0,59,0.4);
        margin-bottom: 20px;
    }
    .safety-content-right ul li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .safety-content-right ul li:last-child .safety-accordion-content {
        padding-bottom: 0;
    }
    .safety-accordion-content p {
        font-size: 20px;
    }
    .safety-accordion-title {
        font-weight: 300;
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: -0.04em;
        color: #000;
        display: block;
        margin-bottom: 16px;
    }
    .safety-content-left {
        margin-bottom: 22px;
    }
    .safety-section .section-top {
        margin-bottom: 72px;
    }
    .logos-list ul li img {
        max-width: 120px;
        max-height: 35px;
        max-height: 45px;
    }
    .logos-list ul li {
        width: 50%;
        min-width: 50%;
        margin-bottom: 48px;
        padding: 0 10px;
    }
    .partners-content-right
    .video-hold:after {
        width: 56px;
        height: 56px;
    }
    .feature-item:nth-child(2n) .feature-item-text {
        padding-left: 0;
    }
    .feature-item:nth-child(2n) .feature-item-img-hold {
        padding-right: 0;
    }
    .feature-item {
        margin-bottom: 72px;
    }
    .mt40 {
        margin-top: 32px;
    }
    .title-42 {
        font-size: 26px;
    }
    .sm-purple-text {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .feature-item-img-hold {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 32px;
    }
    .feature-item-text {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .features-section .section-top {
        margin-bottom: 72px;
    }
    .section-separator {
        width: 2px;
        height: 80px;
    }
    .title-alt-63 {
        font-size: 32px;
    }
    .title-63 {
        font-size: 32px;
    }
    .grid-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .nav-logo img {
        max-width: 130px;
    }
    .nav-logo svg {
        max-width: 130px;
    }
    .intro-top .intro-title-76 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .intro-hero-section {
        padding: 200px 0 72px;
    }
    .home .intro-hero-section {
        padding: 140px 0 72px;
    }

    .intro-title-76 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .sm-gradient-title{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .title-63,
    .title-white-63{
        font-size: 32px;
        margin-bottom: 24px;
    }

    .text-white-24{
        font-size: 20px;
        margin-bottom: 32px;
    }

    .features-section{
        padding: 112px 0 112px;
    }

    .features-intro{
        margin-bottom: 72px;
    }

    .features-intro .title-63{
        font-size: 32px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .feature-item-img-mob {
        margin-bottom: 32px;
    }

    .feature-item-img-mob img{
        width: 100%;
    }

    .features-content .sm-purple-text{
        font-size: 18px;
    }

    .features-content .title-42{
        font-size: 26px;
    }

    .features-content .sm-purple-text,
    .features-content .title-42{
        margin-bottom: 16px;
    }

    .features-content .text-dark-blue-24{
        margin-bottom: 32px;
        font-size: 20px;
    }

    .features-content .feature-item:nth-child(2) .feature-item-right,
    .features-content .feature-item:nth-child(odd) .feature-item-left{
        padding: 0;
    }

    .features-content .feature-item:nth-child(-n + 2){
        margin-bottom: 72px;
    }

    .partners-section{
        padding: 112px 0 112px;
    }

    .safety-section{
        padding: 112px 0 112px;
    }


}



@media screen and (max-width:390px) {

    .partners-intro .partners-content-left .home-partners-video-img::after{
        background: url('../img/play_small.png') no-repeat center center;
        width: 104px;
        height: 104px;
    }

}
