/*
Theme Name: Holoclara
Theme URI: 
Author: Nika Agency
Author URI: https://nika.agency
Description: Holoclara theme
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.0
*/

/*
RESET FROM https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,body{margin:0}*,::after,::before{box-sizing:border-box}*{scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}ul li{list-style-type:none}a{text-decoration:none;color:inherit}body{line-height:normal}::-webkit-scrollbar{display:none}

:root {
    /* fonts */
    --font-golos:  'Golos', sans-serif;

    /* colors */
    --brandBlue: #75CDF8;
    --brandOrange: #FF9D6E;
    --white: #FFFFFF;
    --black: #000000;
    
    --backgroundGrey: #191919;

    /* sizes */
    --font-size-h1-clamp: clamp(45px, 5vw, 70px); /* h1 */
    --font-size-h2-clamp: clamp(20px, 4vw, 29px); /* h2 */
    --font-size-p: 16px;
    --font-size-p-clamp: clamp(14px, 2vw, 16px); /* p */


    /* padding */
    --regularPadding: 6rem;
    --largePadding: 10rem;

}
* { scrollbar-width: thin; scrollbar-color: var(--brandBlue) #fff; }
/* ---------------------------------------------------------------------------------- */
/* ----------------------------------- HELPERS CSS ---------------------------------- */
/* ---------------------------------------------------------------------------------- */
.overflowHidden{overflow:hidden}.flex{display:flex}.grid{display:grid}.gap05{gap:.5rem}.gap1{gap:1rem}.gap15{gap:1.5rem}.gap2{gap:2rem}.gap3{gap:3rem}.gap4{gap:4rem}.gap5{gap:5rem}.gap6{gap:6rem}.column{flex-direction:column}.row{flex-direction:row}.alignCenter{align-items:center}.alignEnd{align-items:flex-end}.justifyBetween{justify-content:space-between}.justifyCenter{justify-content:center}.justifyAround{justify-content:space-around}.marginInline{margin-inline:auto}.textCenter{text-align:center}.cover{object-fit:cover}.height100{height:100%}.absolute{position:absolute}.relative{position:relative}.width20{width:20%}.width25{width:25%}.width30{width:30%}.width35{width:35%}.half,.width50{width:50%}.width40{width:40%}.width45{width:45%}.width55{width:55%}.width60{width:60%}.width80{width:80%}.width85{width:85%}.width90{width:90%}.showOnlyMobile,.showOnlyMobileBlock,.showOnlyPc,.showOnlyPcBlock,.showOnlyTablet,.showOnlyTabletBlock,.showTabletMobile,.showTabletMobileBlock{display:none}@media(min-width:800px){.max10ch{max-width:10ch}.max15ch{max-width:15ch}.max20ch{max-width:20ch}.max25ch{max-width:25ch}.max30ch{max-width:30ch}.max35ch{max-width:35ch}.max40ch{max-width:40ch}.max45ch{max-width:45ch}.max50ch{max-width:50ch}.max55ch{max-width:55ch}.max60ch{max-width:60ch}.max65ch{max-width:65ch}.max70ch{max-width:70ch}.max75ch{max-width:75ch}.max80ch{max-width:80ch}.max90ch{max-width:90ch}.max100ch{max-width:100ch}.showOnlyPc{display:flex}.showOnlyPcBlock{display:block}}@media(max-width:800px) and (min-width:600px){.showOnlyTablet{display:flex}.showOnlyTabletBlock{display:block}}@media(max-width:600px){.showOnlyMobile{display:flex}.showOnlyMobileBlock{display:block}}.grid-2,.grid-3,.grid-4,.grid-5, .grid-6{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media(max-width:1000px){.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.md-absolute{position:absolute}.md-relative{position:relative}.md-alignBaseline{align-items:baseline}.showTabletMobile{display:flex}.showTabletMobileBlock{display:block}.md-full{width:100%!important;max-width:100%!important}.md-80{width:85vw!important;margin-inline:auto!important}.md-90{width:90%!important;margin-inline:auto}.md-95{width:95%}.md-column{flex-direction:column!important}.md-column-reverse{flex-direction:column-reverse!important}.md-justifyCenter{justify-content:center}.md-gap05{gap:0.5rem}.md-gap0{gap:0rem}.md-gap1{gap:1rem}.md-gap2{gap:2rem}.md-gap3{gap:3rem}.half,.width20,.width25,.width30,.width35,.width40,.width45,.width50,.width55,.width60,.width80,.width85,.width90{width:100%}.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{display:grid;grid-template-columns:1fr}}.bold,.fontWeight500{font-weight:500!important}.bolder,.fontWeight700{font-weight:700!important}.fontWeight300{font-weight:300!important}.fontWeight400{font-weight:400!important}.fontWeight600{font-weight:600!important}.fontWeight800{font-weight:800!important}.fontWeight900{font-weight:900!important}
.container{
    width: var(--width-mobile, 95vw);
    margin-inline: auto;
    max-width: var(--max-width, 1400px); 

	width: var(--width-mobile, 98vw);
	max-width: var(--max-width, 1600px);
	padding-left: min(3vw,4rem);
	padding-right: min(3vw,4rem);
}

.containerFull{
    max-width: 1800px;
    width: 100%;
    margin-inline: auto;
}	

.white{
	color: white !important;
}

/* marque */
.container-marquee{
	overflow: hidden;
	padding-top: 3rem;
	padding-bottom: 6rem;
	background-color: transparent;
}

.marquee-container{
	animation: marquee 80s linear infinite;
}

@media(min-width:800px){
	.marquee-container{
		animation: marquee 150s linear infinite;
	}
}

.visually-hidden{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.marquee-container p{
	font-weight: 400;
	font-size: 100px;
	line-height: 74px;
	letter-spacing: -3.94px;
	color: #EAEAEA;
	opacity: 0.1;
	user-select: none;
	text-wrap: nowrap;
}

.marquee-container svg{
	min-width: 16px;
  min-height: 16px;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.breadcrumps a{
	opacity: 0.6;
}

.breadcrumps a:hover{
	opacity: 1;
}


/* MAIN ELEMENTS */
body{
	overflow-x: hidden;
	background-color: #191919;

    font-family: "Golos", sans-serif;
}


body, h1, h2, h3, h4, h5, h6, p, li, span, a, button{
    margin: 0;

}

h1{
    font-size: var(--font-size-h1-clamp);
    line-height: 121.035%; /* 47.204px */
    font-weight: 400;
    color: var( --black, #222);

	line-height: 66px;
	line-height: clamp( 40px, 4vw, 66px);
	letter-spacing: -2px;
}

h2.h1{
	font-size: var(--font-size-h1-clamp);
    line-height: 121.035%; /* 47.204px */
    font-weight: 400;
    color: var( --black, #222);

	line-height: 66px;
	line-height: clamp( 40px, 4vw, 66px);
	letter-spacing: -2px;
}


h3.h1{
	font-size: var(--font-size-h1-clamp);
    line-height: 121.035%; /* 47.204px */
    font-weight: 400;
    color: var( --black, #222);

	line-height: 66px;
	line-height: clamp( 40px, 4vw, 66px);
	letter-spacing: -2px;
}

h1.main{
    font-size: clamp(35px, 4vw, 42px); 
    font-weight: 700;
}

@media(max-width:800px){
	h1, h2.h1, h3.h1{
		line-height: 50px !important;
	}

	h2{
		line-height: 38px !important;
        font-size: 33px !important;
	}
}

h2{
    font-size: var(--font-size-h2-clamp);
    line-height: 121.035%; /* 47.204px */
    font-weight: 400;
    color: var( --black, #222);
}
  
p{
    color: var(--black, #222);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

p + p,  p + img, img + p{
    /*margin-top: 2rem;*/
}

a{
    color: var(--black, #222);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
	text-decoration: none;
}

a:hover, a:active{
    text-decoration: none;
}

.whiteDiff{  
    color: white;
    background-clip: text;
    mix-blend-mode: difference;
}

.accent-blue{
	color: var(--brandBlue, #75CDF8) !important;
}

.accent-orange{
	color: var(--brandOrange, #FF9D6E) !important;
}

.accent-green{
    color: #4EC612 !important;
}


.bg-accent-blue{
    background: linear-gradient(90deg, #75CDF8 0%, #B0E5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* thanks gsap! */
.bg-accent-blue > div{
  background: linear-gradient(90deg, #75CDF8 0%, #B0E5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

button.btn{
    cursor: pointer;
    border: 0;
    outline: none;
}

a.btn,
button.btn{
	border: 1px solid #FFFFFF1C;

    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -2%;

	text-transform: capitalize;
	width: fit-content;
    height: fit-content;

	color: var(--black);
	padding: .5em 1em;
    background-color: var(--brandBlue, #75CDF8);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding-right: .5em;
}

a.btn .svg-container,
button.btn .svg-container{
    overflow: hidden;
    position: relative;
    min-width: 20px;
    min-height: 20px;
}

a.btn .svg-container::before,
a.btn .svg-container::after,
button.btn .svg-container::before,
button.btn .svg-container::after{
    content: url("/wp-content/uploads/2025/08/btn-arrow.svg");
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

a.btn .svg-container::after,
button.btn .svg-container::after{
    transform: translate(-200%, -50%);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease;
}


a.btn:hover,
button.btn:hover{
    background: #88D7FF;
	border: 1px solid #FFFFFF47;
	transition: all 500ms ease;
}

a.btn:hover .svg-container:before,
button.btn:hover .svg-container:before{
    transform: translate(200%, -50%);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease;
}

a.btn:hover .svg-container:after,
button.btn:hover .svg-container:after{
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 500ms ease, opacity 500ms ease;
}

a.btn.btn-dark{
	background-color: #191919;
	color: #F4F2EB;
    border: 1px solid #4A4A4A;

	padding: 0.5em 1em;
	height: fit-content;
}

a.btn.btn-dark .svg-container::before,
a.btn.btn-dark .svg-container::after,
button.btn.btn-dark .svg-container::before,
button.btn.btn-dark .svg-container::after{
    content: url("/wp-content/uploads/2025/08/btn-arrow-dark.svg");
}



.glass {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  color: #fff;

  border-radius: 50vw;

  position:relative;

    -webkit-backdrop-filter: url(#distortion);
    backdrop-filter: url(#distortion);

    border-radius: 50vw;
    overflow: hidden;
    box-shadow: 5px 5px 10px 1px #ffffff30;

}
@media(min-width:1024px){
    body {
        /*cursor: none;*/
    }
}

.cursor-glass {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    pointer-events: none;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 9999;

    transition: height 1000ms ease, width 1000ms ease, backdrop-filter 1000ms ease;
}

.cursor-glass.invert{
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
}


.glass::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;

    border-radius: 50vw;

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    color: #fff;
}


/* The hollow glass ring */
.glass-ring {
  pointer-events: none;

    -webkit-backdrop-filter: url(#distortion);
     backdrop-filter: url(#distortion);

    position: absolute;
    bottom: 1rem;
    right: 5rem;

    border-radius: 50vw;
    overflow: hidden;
    box-shadow: 5px 5px 10px 1px #ffffff30;
    box-shadow: 2px 2px 10px 1px #6363630d;
}


@media(min-width: 800px){
    .grid-3-spanRight .right{
        grid-column: span 2 / auto;
    }
}

.subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FAF9F799;
}

.section-title{
    font-weight: 500;
    font-size: 50px;
    line-height: 109.00000000000001%;
    letter-spacing: -3%;
}

/* ------------------- HEADER ------------------- */
header{
    position: absolute;
    top: 0;
    left: 50%;
	transform: translate(-50%, 0);
	margin-inline: auto;

    width: 100%;

    background-color: transparent;
    z-index: 50;
    
    clip-path: initial;
    pointer-events: all;
    opacity: 1;

    padding-top: 10px;
    padding-bottom: 10px;

	color: white;
	transition: all 800ms ease;
}

@media(min-width:800px){
	header .logo img {
		min-width:40px;
	}
}
header .logo a span:not(.visually-hidden){
	font-weight: 700;
	  font-size: 22.82px;
	  line-height: 100%;
	  letter-spacing: -3%;
	  text-transform: uppercase;
}


header nav{
	width: 100%;
	margin-inline: auto;
}

@media(min-width: 800px){
    header nav ul{
        display: flex;
        flex-direction: row !important;
    }
    
}

header a.logo{
    overflow: hidden; 
}

header a{
	color: white;

    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -2%;
    vertical-align: middle;


}

header .container{
	min-height: 3rem;
}


/* ---------------------------- MENU TOGGLE -------------------------- */
/*
button#menuToggle {
	all: unset;
	cursor: pointer;
	padding: 1em;

    z-index: 999;	
	position: relative;
	overflow: hidden;

	display: flex;
	justify-content: center;
	align-items: center;
}


button#menuToggle svg{
	position: absolute;
}
button#menuToggle svg.close{
	transform: translateY(5rem);
}

button#menuToggle svg{
	min-width: 24px;
	min-height: 24px;

	transition: all 100ms ease;
}*/

@media(max-width:800px){
    header nav ul{
        display: none !important;
    }
    header nav ul.open{
        display: flex !important;
        position: absolute;
        top: 3rem;
        left: 0;
        width: 100%;
        background: black;
        padding: 1em;
        padding-bottom: 3rem;
    }
}


#menuToggle {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

#menuToggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Open state */
#menuToggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#menuToggle.open span:nth-child(2) {
  opacity: 0;
}

#menuToggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media(min-width:800px){
    header #menuToggle{
        display: none !important;
    }
}
/*---------------------------- FOOTER -------------------------- */


/* ------------------------ MAIN ------------------------ */
main{
	min-height: 100vh;
	min-height: 100dvh;
	opacity: 1;
}

/* ---------------------------- HOMEPAGE --------------------------  */
main .video-container{
    position: relative;
}

main .video-container video#videoWorm{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    z-index: -1;
}

.home-hero{
    padding-top: 8rem;
}

.home-hero .container{
    position: relative;
    min-height: 80vh; /* room for padding */
    max-height: 1000px;
}

.home-hero .container .content{margin-top: auto;}

.home-hero h1{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 80px;
    line-height: 97%;
    letter-spacing: -3%;   
	z-index:2;

    font-size: min(10vw, 80px);
}

@media(max-width:800px){
    .home-hero h1{
        font-weight: 600;
        font-size: 40px;
        line-height: 97% !important;
        letter-spacing: -3%;

    }
}

.home-hero  p{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -3%;
    color: #ffffffb2;
}

.home-hero span.bg-accent-blue{
    line-height: 120px;
    margin-top: -15px;
}

.home-hero .glass, 
.home-hero .glass-ring, 
.home-hero #lens-canvas{
    position:absolute;
    bottom: 1rem;
    right: 5rem;
    
    width: 40vw;
    height: 40vw; /* same as width */

    max-height: 500px;
    max-width: 500px;


    position: absolute;
    bottom: 1rem;
    right: 5rem;
    width: 30vw;
    height: 30vw;
    max-height: 500px;
    max-width: 500px;
    border-radius: 50vw;
    overflow: hidden;
    box-shadow: 5px 5px 10px 1px #ffffff30;
    box-shadow: 2px 2px 10px 1px #6363630d;
}

@media(min-width:800px){
    .home-hero h1 span{ display: block;}
    .home-hero h1{ line-height: 90px !important; }
}

@media(max-width:800px){
    .home-hero h1 span{
        line-height: inherit !important;
        margin-top: 0 !important;
    }

    .home-hero .glass, .home-hero .glass-ring, .home-hero #lens-canvas{
        z-index: -1;

        right: -2rem;
        bottom: 2rem;
        width: 80vw;
        height: 80vw;
    }
}


/* overview */
.home-overview{
    margin-top: var(--largePadding);
    padding-top: var(--largePadding);
    padding-bottom: var(--largePadding);
}

.home-overview .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.home-overview .container{
    position: relative;
    z-index: 1;
}

.home-overview .container .right p{
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    letter-spacing: -3%;

}

.home-discover{
    margin-top: var(--regularPadding, 6rem);
    padding-top: var(--regularPadding, 6rem);
    padding-bottom: var(--regularPadding, 6rem);
    background: linear-gradient(180deg, #0B0B0B 0%, #161616 108.32%);

}

.home-discover .img-container .video-container{
	width: 12vw;
	  height: 12vw;
	  border-radius: 50vw;
	  overflow: hidden;
	  position: absolute;
	  top: 47%;
	  left: 46.6%;
	  transform: translate(-50%, -50%);
	  min-width: 200px;
	  min-height: 200px;
}

.home-discover .img-container .video-container video{
    min-height: min(40vw,1000px);
  min-width: min(40vw,1000px);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.home-discover .img-container .video-container img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(6vw, 150px);
}

.human-history{
    padding-top:var(--largePadding, 10rem);
    padding-bottom:var(--largePadding, 10rem);

}

.human-history .container{
    height: 80vh;
    max-height: 600px;
}

.human-history h2{
    font-weight: 600;
    font-size: 80px;
    line-height: 95%;
    letter-spacing: -3%;
    text-align: center;

    font-size: min(10vw, 80px);
}


.home-team{
    background: linear-gradient(180deg, #0B0B0B 0%, #161616 108.32%); /*fallback*/
    overflow: hidden;

    padding-top:var(--regularPadding);
    padding-bottom:var(--regularPadding);
}

.home-team .overlay, 
.home-team .overlayVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #75CDF8;
    z-index: 0;
}

.home-team .overlayVideo .glass-ring{
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 2;
    box-shadow: 0 0 20px 1px #00000000;
}


.home-team .overlayVideo video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.home-team .container{

    position: relative;
    z-index: 2;

    height: 50vh;
  max-height: 500px;
}


.home-team h2{
    font-weight: 600;
    font-size: 80px;
    line-height: 95%;
    letter-spacing: -3%;
    text-align: center;

    font-size: min(10vw, 80px);
}

@media(max-width:800px){
    .home-team .container{
        height: 40vh;
        max-height: 650px;
        position: relative;
        z-index: 1;
    }

    .home-team h2{
        font-size: min(10vw, 80px);
    }
}



.home-actual-team{
    padding-top: var(--regularPadding);
    padding-bottom: var(--regularPadding);

    overflow: hidden;
    background-color: #161616;
}

.home-actual-team .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media(max-width:800px){
    .home-actual-team .overlay svg{
        object-fit: cover;
        height: 100%;
        width: 100%;
        min-width: 1000px;
        min-height: 1000px;
        left: -10rem;
        position: relative;
    }
}

.home-actual-team .container{
    position: relative;
    z-index: 1;
}

.home-actual-team .team-buttons button.btn{
    background-color: transparent;
    color: #fff;
    opacity: .5;

    flex: 1;
    width: 100%;
    text-align: left;
    justify-content: space-between;

    border: 0;

    transition: color 1000ms ease, opacity 1000ms ease, background-color 1000ms ease;
}

.home-actual-team .team-buttons button.btn .svg-container{
    opacity: 0;
}

.home-actual-team .team-buttons button.btn.active,
.home-actual-team .team-buttons button.btn:hover{
    background-color: #FFFDF6;
    color: #000000;
    opacity: 1;
}

.home-actual-team .team-buttons button.btn.active .svg-container,
.home-actual-team .team-buttons button.btn:hover .svg-container{
    opacity: 1;
}

.home-actual-team .team-buttons button.btn .svg-container{
    background-color: transparent;}


.home-actual-team .team-group{
    row-gap: 2rem;

    /*
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
        
    opacity: 0;
    transform: translateY(50px);
   
    z-index: -1;
    pointer-events: none;
    */
     width: 100%;
}

.home-actual-team .team-group.is-selected{
    /*
    row-gap: 2rem;
    position:relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    pointer-events: all;
    
     opacity: 1;
    width: 100%;*/

}


.home-actual-team .team-group .team-member{
    min-width: 15ch;
}

/* HIDE IMAGES OF THE ADVISORS */
.team-member .noImagesMember{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: grid;
    gap: 1rem;
}

/* END HIDE IMAGES OF THE ADVISORS */

.home-actual-team .team-group .team-member .hollow-icon img{
    width: 100px;
   height: 100px;
}

.home-actual-team .team-group .team-member .hollow-icon .video-container{
    border-radius: 50vw;
  overflow: hidden;
  position: absolute;
  top: 42%;
  left: 47%;
  transform: translate(-50%, -50%);
  min-width: 200px;
  min-height: 200px;
  height: 200px;
  width: 200px;
}

.home-actual-team .team-group .team-member .hollow-icon .video-container video{
    min-height: min(40vw,1000px);
  min-width: min(40vw,1000px);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.home-actual-team .team-group .team-member .hollow-icon .video-container img{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  object-fit: contain;
}

/* on mobile */
.home-actual-team .team-group.flickity-enabled .team-member{
    width: 25ch;
    margin-right: .5rem;
}

@media(min-width:1000px){
    .home-actual-team .team-buttons{
        position: absolute;
        top: 0;
        z-index: 10;
    }
}


.home-actual-team .team-member > span{
    cursor: pointer;
}

.home-actual-team .team-member h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 111.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
}

.home-actual-team .pp-container.rounded img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: top;
}


.home-actual-team .team-member p.title{
    opacity: .6;

    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -1%;
    text-align: center;

    margin-top: -10px;
}

.lity-container{
    width: 90vw;
  max-width: 1000px !important;
}

@media(max-width:800px){    
    .lity-container{
        width: 90vw;
        max-width: 1000px !important;

        height: 100% !important;
        max-height: 80vh !important;
    }

    .lity-container .lity-content > div{
        max-width: 600px !important;
        overflow-y: scroll;
    }
    .lity-close{
        top: 3rem;
         right: 2rem;
    }
}

.home-actual-team .pp-container,
.lity-container .pp-container{
    overflow: hidden;

    background: linear-gradient(180deg, #161616 0%, #75CCF7 100%);

    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2rem;
}

.lity-container .pp-container{
    align-items: end;
}

.lity-container .member-content{
    padding-top: 1rem;
  padding-bottom: 2rem;
  color: white !important;
}


.lity-container .member-content p{
    width: 100%;
    color: white !important;
}

.lity-container .bottom{
    max-width: 40ch;
}
.lity-container h4{
    font-weight: 400;
    font-size: 24px;
    line-height: 111.00000000000001%;
    letter-spacing: -2%;
    text-transform: uppercase;

}
/*
@media(min-width:800px){
    .lity-container .member-content *{
       max-width: 40ch;
    }
}
*/
.home-actual-team .pp-container.rounded,
.lity-container .pp-container.rounded{
    border-radius: 50%;
}

.lity-container{
    max-width: 800px;
    margin: auto;
    
}

.lity-close{
  top: -2rem !important;
  right: -2rem !important;
  position: absolute !important;
  font-weight: 100;
  font-family: var(--font-golos) !important;
}

.lity-container .inner-content{
    padding: min(5vw, 2em);

    background-color: #161616;
    overflow: hidden;
    
}

@media(min-width:800px){
    .lity-container .inner-content{
       grid-column: span 2 / auto;

    }
}

.home-actual-team .investors{
    margin-top: var(--regularPadding);
    padding-bottom: var(--regularPadding);

}


.home-actual-team .investors h3{
    font-weight: 400;
    font-size: 30px;
    line-height: 122%;
    letter-spacing: -3%;

}

.home-actual-team .investors .investors-slider {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;

}


.home-actual-team .investors .investors-slider .carousel-cell{
   width: 250px;
  margin-right: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
    min-height: 100%;
}
@media(max-width:800px){
    .home-actual-team .investors .investors-slider .carousel-cell{
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }
    .home-actual-team .team-group.flickity-enabled .team-member{
        width: 66% !important;
    }
}

.home-actual-team .investors .investors-slider .carousel-cell img {
  display: block;
  width: 100%;
  height: auto;

  max-width: 100px;
  margin: auto;

}
.home-actual-team .investors a{
    min-width: 30ch;
}


@media(max-width:1500px){
    .home-actual-team .investors .investors-slider{
        max-width: 1000px;
    }
    .home-actual-team .investors a{
        min-width: 40ch;
    }
}


/* HOME NEWS */
.home-news{
    padding-top: var(--largePadding);
    padding-bottom: var(--largePadding);

    background: linear-gradient(180deg, #0B0B0B 0%, #161616 100%);

}

.home-news h2{
    font-weight: 500;
    font-size: 50px;
    line-height: 111.00000000000001%;
    letter-spacing: -3%;

}

.home-news .news-item{
    border: 1px solid #333333;
}
.home-news .news-item  a{
    display: grid;
    grid-template-rows: 1fr 200px;
}
.home-news .news-item .date{
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 12px;
    background: #222;
    padding: .5em;
    border-radius: 16px;
    border: 1px solid #3F3F3F;

    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: #FFFFFF99;
    z-index: 2;

}
.home-news .news-item .thumbContainer{
    overflow: hidden;position: relative;
}
.home-news .news-item img.thumb{
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.home-news .news-item:hover img.thumb{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}
.home-news .news-item .content{
    padding: 2em;
}
.home-news .news-item h4{
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-wrap: wrap;

}

.home-news .news-item .arrow-container{
    margin-top: auto;
    justify-content: end;
}

.home-news .news-item .arrow-container .svg-container{
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
}

.home-news .news-item .arrow-container .svg-container img{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-news .news-item:hover .arrow-container .svg-container img {
    animation: animArrow 1s forwards;
}

@keyframes animArrow {
  0% {
    transform: translate(-50%, -50%) translate(0,0);
    opacity: 1;
    
  }
  40% {
    transform: translate(-50%, -50%) translate(20px, -20px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) translate(-20px, 20px); /* moves back to the original position */
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translate(0,0); 
    opacity: 1; 
  }
}


/* FOOTER */
footer{
    padding-top: var(--largePadding);
}

footer .footerUpper .container{
    min-height: 400px;
  justify-content: space-between;
  padding-bottom: 2rem;

}

footer .footerUpper h1{
    font-weight: 800;
    font-size: 143.7px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: uppercase;

}

footer .footerupperlinks{
    font-size: 14px;

    text-transform: uppercase;
}


footer .footerLower{
    background: linear-gradient(90deg, #75CDF8 0%, #B0E5FF 100%);

    padding-top: 4rem;
    padding-bottom: 4rem;

    overflow: hidden;
}


footer .footerLower p.floating {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.72px;
    vertical-align: middle;
    text-transform: uppercase;

}

@media(min-width:800px){
    footer .footerLower p.floating {
        position: absolute;
        top: 0;
    }
}
footer .footerLower h2{
    font-weight: 400;
    font-style: Regular;
    font-size: 65.5px;
    line-height: 65.51px;
    letter-spacing: -2.62px;

    text-align: right;

    font-size: clamp(40px, 4vw, 66px);
    line-height: clamp(40px, 4vw, 66px);

}

footer .footerLower form{
    display: flex;
    position:relative;
}

.wpcf7-spinner{display:none !important;}

footer .footerLower form  p{
    width: 100%;
}

footer .footerLower form input{
    width: 100%;
    padding: 1rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid white;

    font-weight: 400;
    font-size: 28.3px;
    line-height: 100%;
    letter-spacing: -0.85px;

    color: white;
	
	transition: background 1000ms ease;

}

footer .footerLower form input::placeholder{
	 color: white;
}

footer .footerLower form .wpcf7-response-output{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #82d2fa;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 0 5px 5px #fff8f873;
}

footer .footerLower form button[type=submit]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    border: none;
    background-color: transparent;
    color: white;

    cursor: pointer;

  outline: 0;
}

footer .footerLower form input:focus-visible{
    outline: none;
  background: #4ec4fd;
  color: white;
  opacity: 1;
}

footer .footerLower form .wpcf7-not-valid-tip{
	position: absolute;
  bottom: -3rem;
  left: 0;
}

footer .bottom{margin-top: 2rem;}


/* -------------------- Set for animations --------------------------- */
/* Set for animations 
body.loading{
  overflow: hidden;
}*/
header li a.split-hover,
a.split-hover{
     position: relative;
  display: inline-block;
  overflow: hidden;}
.text-original,
.text-clone {
  display: inline-block;
}

.text-clone {
  position: absolute;
  top: 0;
  left: 0;
}
.char {
  display: inline-block;
}

.fade-on-loading {
  opacity: 0;
}
.fade-up-on-loading {
  opacity: 0;
  transform: translateY(20px);
}

.home-discover{
    z-index: 3;
}

.team-group > * {
  opacity: 0;
  transform: translateY(50px);
}
.team-group.active > * {
  opacity: 1;
  transform: translateY(0);
  transition: none; /* we'll animate via GSAP */
}

.lity-container .inner-content > *{
    opacity: 0;
    transform: translateY(50px);
}


@media(max-width:800px){
    main{
        overflow: hidden;
    }
    footer .footerUpper h1{
        line-height: 150px !important;
        font-size: 50px !important;
    }

    footer .footerupperlinks a{
            font-weight: 400;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: 0.72px;
            text-transform: uppercase;
    }

    footer .footerLower{
        padding-top: 0;
    }

    footer .footerLower h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 111.00000000000001% !important;
        letter-spacing: -3%;
        text-align: left;
    }
    
    .home-overview h3,
    .home-discover h3,
    #press h2{
        font-size: 32px !important;
        line-height: 109.00000000000001% !important;
        letter-spacing: -3%;

    }

    footer .footerLower p.floating{
        margin-bottom: 1.5rem;
    }

    .team-members.flickity-enabled .flickity-viewport{
      overflow: visible !important;
    }
	
	
	.flickity-prev-next-button.previous{
		transform: translate(0, 0) !important;
		bottom: -5rem !important;
		top: unset;
		background: transparent !important;
		right: 50%;
		left: unset !important;
	}
	
	.flickity-prev-next-button.next{
		transform: translate(0, 0) !important;
		bottom: -5rem !important;
		top: unset;
		background: transparent !important;
		right: 30% !important;
		left: unset !important;
	}

    .flickity-button:disabled{
        opacity: .3 !important;
    }
	
	.flickity-prev-next-button.previous svg path, 
	.flickity-prev-next-button.next svg path{
		fill: white !important;
	}
    .flickity-button:focus{
        box-shadow: 0 0 0 2px #333 !important;
    }
    /* change the default icons */
    .flickity-button-icon{display: none;}

    .flickity-prev-next-button.previous {
        background: url('/wp-content/uploads/2025/08/Polygon-1.svg') no-repeat center center !important;
        transform: rotate(180deg) !important;
        /*background-size: contain;*/
    }

    .flickity-prev-next-button.next {
        background: url('/wp-content/uploads/2025/08/Polygon-1.svg') no-repeat center center !important;
       /*background-size: contain;*/
    }

}

/* ---------------------------------------------- OVERVIEW PAGE ------------------------------------ */
/* ---------------------------------------------- OVERVIEW PAGE ------------------------------------ */
/* ---------------------------------------------- OVERVIEW PAGE ------------------------------------ */
/* ---------------------------------------------- OVERVIEW PAGE ------------------------------------ */
.overview-home-hero, .overview-home-hero .container{
    height: fit-content;
    min-height: 100%;
    max-height: auto;
}

.overview-home-hero{
    position: relative;
    background-color: #080808;
    padding-top: var(--largePadding);
    padding-bottom: var(--regularPadding);
}

.overview-home-hero .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.overview-home-hero .container{
    position: relative;
    z-index: 1;
}

.overview-home-hero .slide{
    min-height: 20rem;
    background-color: red;
}

/* gsap */
.overviewSlides {
    position: relative;
    overflow: hidden;

    background-color: #0F0F0F;
}
.overviewSlides .slide {
    height: 80vh;
    height: 80svh;
	max-height: 750px;

    height: 100vh;
    height: 100svh;
    max-height: 1000px;
}
@media(max-width:800px){
	.overviewSlides .slide{
		height: 100%;
		max-height: 100%;
	}
}
.overviewSlides .slide .content-wrapper {
    width: 100%;
    height: 100%;
    /*/perspective: 250vw;*/
}
@media(min-width:800px){
	.overviewSlides .slide .content{
		position: absolute;
		inset: 0;
		transform-style: preserve-3d; /* inherits the perspective from the parent*/
		transform-origin: 50% 10%;
	}

}

.overviewSlides .slide:last-child{
	margin-bottom: 2rem;
}

.overviewSlides .slide h2{
    font-weight: 500;
    font-size: 55px;
    line-height: 103%;
    letter-spacing: -3%;

    font-size: 55px;
    text-wrap: wrap;
}


@media(max-width:1100px){
    .overviewSlides .slide h2{
        font-size: 40px;
        line-height: 100%;
    }
}


@media(max-width:800px){
    .overviewSlides .slide h2{
        font-size: 33px;
        line-height: 100%;
    }
}
.overviewSlides .slide p.title{
    font-weight: 600;
    font-size: 22px;
    line-height: 108%;
    letter-spacing: 0%;

}

.overviewSlides .slide p.bigger{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0%;
}

@media(max-width:1100px){
    .overviewSlides .slide p.bigger{
        font-size: 16px;
        line-height: 110%;
    }

}

.overviewSlides .slide li{
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;

}

.overviewSlides .slide ul.blue-dots{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;

    display: grid;
    gap: 1.5rem;
}

.overviewSlides .slide ul.blue-dots li{
    opacity: .8;
    position:relative;
    padding-left: 2.5rem;
    z-index: 2;
    opacity: .8;
}

.overviewSlides .slide ul.blue-dots::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    width: 1px;
    height: 70%;
    background-color: #ffffff2f;
    transform: translateY(-50%);
    z-index: 1;
}

.overviewSlides .slide ul.blue-dots li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #75CDF8;
    border-radius: 50vw;
    border: 1px solid #3B3B3B;
}


/* SLIDE IMAGINE */
.overviewSlides .slide.imagine .content{
    background-color: #0F0F0F;
    overflow: hidden;
}

.overviewSlides .slide.imagine .overlay,
.overviewSlides .slide.imagine .overlay img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     object-fit: cover;
}


.overviewSlides .slide.imagine img.worm{
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;

    width: clamp(600px, 40vw, 800px);
}

.overviewSlides .slide.imagine .left, 
.overviewSlides .slide.imagine .right{
    padding: min(5vw, 5em);
   padding-top: min(5vw, 4em);
}

.overviewSlides .slide.imagine .right{
    margin: auto;
}
@media(min-width:1500px){
    .overviewSlides .slide.imagine .left{
        padding-left: 0; /* align with header */
    }
}

/* LONGEST */
.overviewSlides .slide.longest .content{
    background-color: #0F0F0F;
    overflow: hidden;
    border-top: 4px solid #151515;
    border-bottom: 4px solid #151515;
}
.overviewSlides .slide.longest .overlay,
.overviewSlides .slide.longest .overlay img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    overflow: hidden;
}

.overviewSlides .slide.longest .container{
    padding: min(5vw, 3em);
    padding-left: min(5vw, 3em);
    padding-right: min(5vw, 3em);
}
@media(min-width:800px){
    .overviewSlides .slide.longest .container img{
        max-width: 85%;
        margin: auto;
        margin-left: 3rem;
    }
}


/* PROVEN */
.overviewSlides .proven{
    background: linear-gradient(180deg, #161616 0%, #0F0F0F 100%);
    overflow: hidden;
    z-index: 1;
}

.overviewSlides .proven .container{
    padding: min(5vw, 5em);
    padding-left: min(5vw, 3em);
    padding-right: min(5vw, 3em);

    padding-top: min(5vw, 5em);
    padding-bottom: 0;
}

.overviewSlides .proven .container .left, 
.overviewSlides .proven .container .right{
    height: fit-content;
}

.overviewSlides .proven ul.orange-dots{
    margin-inline: auto;
}
.overviewSlides .proven ul.orange-dots li{
    font-size: 18px;
    opacity: 1 !important;
}
.overviewSlides .proven ul.orange-dots li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--brandOrange, #FF9D6E) !important;
    border-radius: 50vw;
    border: 1px solid #3B3B3B;
}

.overviewSlides .proven .below{
    position: relative;
      z-index: 1;
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: -10rem;
    opacity: .5;

    /*width: 100%;*/
  transform: scale(.95);
}

@media(max-width:1350px){
    .overviewSlides .proven .below{
        margin-bottom: -12rem;
    }

}

.overviewSlides .proven .upper{
    z-index: 1;
    position: relative;
    width: 100%;
    margin-inline: auto;
}

.overviewSlides .proven .upper img{
    flex: 1;
    width: 100%;
}

/* GLOBAL */
 .overviewSlides .global{
    z-index: 4 !important;
 }
 .overviewSlides .global .content{
    background: linear-gradient(180deg, #0C0C0C 0%, #141414 100%);
    overflow: hidden;
}

 .overviewSlides .global .container{
    padding: min(5vw, 5em);
    padding-left: min(5vw, 3em);
    padding-right: min(5vw, 3em);

    padding-top: min(5vw, 2em);
}

.overviewSlides .global .anim-container{
        width: fit-content;
    margin: auto;
    position: relative;
}

 .overviewSlides .global .anim-container img{
    width: 100%;
    object-fit: cover;
    max-width: 400px;
    transition: opacity 1000ms ease;
}

.overviewSlides .global .anim-container img.middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    max-width: 400px;
    object-fit: cover;

    opacity: 0;
    transition: opacity 1000ms ease, transform 1500ms ease;
}

.overviewSlides .global .anim-container img.middle.active{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
}


@media(min-width:1500px){
    .overviewSlides .global .anim-container img{
        max-width: 550px !important;
    }
}


 .overviewSlides .global .col1 > div,
 .overviewSlides .global .col2,
 .overviewSlides .global .col3 > div{
   margin: auto;
}

 .overviewSlides .global .rec{
    flex: 1;
  min-height: 2rem;
  border-radius: 6px;
  max-width: 135px;
}

@media(min-width:800px){
     .overviewSlides .global .col3 > div{margin-left: auto;}
}


/* ADVANTAGE */
.overviewSlides .advantage{
    background: linear-gradient(180deg, #161616 0%, #0F0F0F 100%);
  z-index: 10;
  position: relative;
  
  min-height: 100vh;
  max-height: 1000px;
}

.overviewSlides .advantage.slide .container{
   
    padding: min(5vw, 5em);
    padding-left: min(5vw, 3em);
    padding-right: min(5vw, 3em);
}

.overviewSlides .advantage.slide .container img{
    mix-blend-mode: screen;
    max-width: 600px;
}

@media(min-width:1500px){   
    .overviewSlides .advantage.slide .container img{
        max-width: 800px;
    }

}

.overviewSlides .advantage.slide ul.blue-dots{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;

    display: grid;
    gap: 1.5rem;
}

.overviewSlides .advantage.slide ul.blue-dots li{
    opacity: .8;
    position:relative;
    padding-left: 2.5rem;
    z-index: 2;
    opacity: .8;
}

.overviewSlides .advantage.slide ul.blue-dots::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    width: 1px;
    height: 70%;
    background-color: #ffffff2f;
    transform: translateY(-50%);
    z-index: 1;
}

.overviewSlides .advantage.slide ul.blue-dots li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #75CDF8;
    border-radius: 50vw;
    border: 1px solid #3B3B3B;
}

.overviewSlides .advantage.slide ul.green-dots li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #4EC612;
    border-radius: 50vw;
    border: 1px solid #3B3B3B;
}

.overviewSlides .advantage.slide h2{
    font-weight: 500;
    font-size: 55px;
    line-height: 103%;
    letter-spacing: -3%;

    font-size: clamp(40px, 3vw, 55px);
}

.overviewSlides .advantage.slide p.title{
    font-weight: 600;
    font-size: 22px;
    line-height: 108%;
    letter-spacing: 0%;

}

.overviewSlides .advantage.slide p.bigger{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0%;
}


/* PLATFORM */
section.platform{
    background: linear-gradient(180deg, #161616 0%, #0F0F0F 100%);
  z-index: 10;
  position: relative;
  
  min-height: 105vh;
  min-height: 105svh;
  max-height: 1200px;  
}

section.platform .slide .container{
   
    padding: min(5vw, 5em);
    padding-left: min(5vw, 3em);
    padding-right: min(5vw, 3em);
}

section.platform .slide .container .title{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section.platform .slide .overlay,
section.platform .slide .overlay img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    overflow: hidden;
}

section.platform h2{
    font-weight: 500;
    font-style: Medium;
    font-size: 50px;
    line-height: 103%;
    letter-spacing: -3%;

font-size: clamp(40px, 3vw, 50px);

}
section.platform p.bigger{
    font-weight: 500;
    font-size: 20px;
    line-height: 114.99999999999999%;
    letter-spacing: -3%;

}

section.platform .platform-item{
    border: 1px solid #80808021;
}
section.platform .platform-item p.date{
    font-weight: 400;
    font-size: 11.24px;
    line-height: 110.00000000000001%;
    letter-spacing: -5%;
    color: white;
    opacity: .8;

    position: absolute;
    top: 1rem;
    left: 1rem;

}
section.platform .platform-item .platform-item-info{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 1em;
}

section.platform .platform-item .platform-item-info h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 2%;
}

section.platform .platform-item .platform-item-info p{
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;

    color: white;
    opacity: .6;
}


@media(max-width:800px){

    .overviewSlides .slide .imagine img.worm{
        position:relative;
        width: 100vw;
        left: -2rem;
    }

    .overviewSlides .advantage{
        max-height: 100%;
    }

    
    .overviewSlides .proven .upper{
       display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 2rem;
      }
    .overviewSlides .proven .below{
        display: none;
    }

    section.platform .platform-item{
        margin-right: 10px;
    }

    section.platform .slide .container{
        padding-bottom: 6rem;
    }

    section.platform .flickity-page-dot{
         background-color: white;
         opacity: .3;
            width: 20px;
            height: 1px;
            border-radius: 0;
    }
    section.platform .flickity-page-dot.is-selected{
        background-color: white;
        opacity: 1;
    }

    .overviewSlides .slide.imagine .content,
    .overviewSlides .slide.longest .content,
    .overviewSlides .global .content,
    .overviewSlides .proven .content,
    .advantage.slide .content{
        padding-top: 2rem;
        position: relative;
    }

    .overviewSlides .global .col2{order: -1;}
    .overviewSlides .global .col1 > div{margin: 0;}

    .overviewSlides .slide:last-child{margin-bottom: 0;}

    .overviewSlides .slide.longest .content,
    .overviewSlides .global .content,
    .advantage.slide .content{
        padding-bottom: var(--regularPadding);
    }

    .advantage.slide .content{
         padding-bottom: 3rem;
    }

    .overviewSlides .advantage.slide .container img{width: 100%;}

    .overviewSlides .advantage.slide .container .right > .item{
        padding-bottom: 3rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #99999926;
    }
}

/* ---------------------------- PRESS PAGE ------------------- */
/* ---------------------------- PRESS PAGE ------------------- */
/* ---------------------------- PRESS PAGE ------------------- */

.home-news.press .news-item a{
    height: 100%;
}

.home-news.press .news-item .thumbContainer{
    max-height: 250px;
    border-bottom: 1px solid #9d9d9d26;
}

.home-news.press .news-item img.thumb{
    height: 100%;
}


/* ---------------------------- SINGLE PAGE ------------------- */
/* ---------------------------- SINGLE PAGE ------------------- */
/* ---------------------------- SINGLE PAGE ------------------- */
section.single-post{
    background: linear-gradient(180deg, #161616 0%, #0F0F0F 100%);
    min-height: 100vh;
    position: relative;
    z-index: 10;

    padding-top: var(--regularPadding);
    padding-bottom: var(--regularPadding);

    border: 1px solid #FFFFFF1A;
}

.inner-container{
    max-width: 750px;
    margin-inline: auto;
}

#single h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 45px !important;
    letter-spacing: -1.04px;
    color: white !important;
}

#single p.date{
    font-weight: 500;
    font-size: 14px;
    line-height: 20.85px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white !important;
}

.addtoany_list, .share .addtoany_list{
    display: flex  !important;
    gap: 1rem;
    align-items: center;
}

.addtoany_list > a, .share .addtoany_list > a{
    background: white !important;
    border-radius: 50vw;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.addtoany_list > a:hover, 
.share .addtoany_list > a:hover{
    background: #75CCF7 !important;
}


.addtoany_list > a img, .share .addtoany_list > a img{
    margin: 0 !important;
}

.share{
    background: url(/wp-content/uploads/2025/08/Background.png);
    background-size: cover;
    background-position: center;
    gap: 2rem;
    padding: 2em;
    border-radius: 11px;
    border: 1px solid #FFFFFF1A;
    overflow: hidden;
}

section.single-post *{
    color: white !important;
}


section.single-post p,
section.single-post li{
    font-weight: 500;
    font-size: 14px;
    line-height: 20.85px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F4F0FF !important;
    opacity: .8;

    margin-bottom: 1rem;
}
section.single-post ul{
	 margin-bottom: 1rem;
	display: grid;
    gap: .2em;
}
section.single-post li{list-style-type: disc; margin:0 !important;}


section.single-post h2, 
section.single-post h3, 
section.single-post h4, 
section.single-post h5, 
section.single-post h6{
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0px;
    vertical-align: middle;

     margin-bottom: 1rem;
	
	line-height: 26px !important;
}

section.single-post h3,
section.single-post h4, 
section.single-post h5, 
section.single-post h6{
    font-size: 18px;
}

section.single-post p a{
    color: #75CDF8 !important;
}

section.single-post img{
    width: 100%;
    object-fit: cover;

    margin-bottom: 1rem;
    border-radius: 6px;

    margin-bottom: 1rem;
}

.contain img{
    object-fit: contain !important;
}


/* HOMEPAGE - TEAM IMAGES SIZE FIX */
#member-32 .pp-container, 
#member-34 .pp-container,
#member-294 .pp-container,
#member-36 .pp-container,
#member-44 .pp-container,
#member-46 .pp-container,
#member-53 .pp-container,
#member-51 .pp-container,
#member-49 .pp-container{
	width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: end;
}

#member-34 .pp-container img{
	width: 180px;
	  height: 180px;
	  object-position: bottom;
	  margin-bottom: -5px;
}
#member-32 .pp-container img,
#member-36 .pp-container img,
#member-44 .pp-container img,
#member-51 .pp-container img{
	width: 180px;
	height: 180px;
	object-position: bottom;
}

#member-46 .pp-container img{
	width: 150px;
  height: 170px;
  object-position: top;
}

#member-294 .pp-container img{
height: 200px;
  width: 200px;
  object-position: top;
  margin-bottom: -10px;
  margin-left: 1rem;
}

#member-53 .pp-container img{
	width: 300px;
  height: 300px;
  object-position: top;
  margin-bottom: -100px;
  margin-left: -1.5rem;
}

#member-49 .pp-container img{
	width: 300px;
  height: 300px;
  object-position: top;
  margin-bottom: -90px;
  margin-left: 1.2rem;
  transform: rotate(4deg);
}