:root {
    --orange: #EF8542;
    --light-orange: #F7CD97;
    --dark-purple: rgb(34, 0, 59);
    --charcoal: #252535;
}

/* HEADER */
.header-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10
}

.header-nav .header-container {
    position: relative
}

.header-nav .header-container .head-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 25px 0;
    margin: auto;
    z-index: 15
}

.header-nav .header-container .logo img {
    width: 400px;
}

/* MENU */
.menu-container {
    font-family: Inconsolata;
    font-size: 1.5em;
    font-variation-settings: "wdth" 112.5, "wght" 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: fixed;
    top: 25px;
    right: 5%;
    color: var(--dark-purple); background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    z-index: 1000;
    overflow: hidden;
    width: 225px;
    --og-width: 225px;
    --smol-width: 90px;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.8s ease;
}

.menu-container .menu-items {
    position: relative;
    z-index: 2;
}

.menu-container .menu-items>* {
    height: 42px;
    white-space: nowrap;
    transition: height 0.4s ease 0.4s;
}

.menu-container .menu-items a {
    transition: opacity 0.4s ease 0.4s;
}

@media only screen and (max-width: 767px) {
.menu-container {
    right: 1%;
    width: 150px;
    --smol-width: 50px;
    font-size: 1em;
}
.menu-container .menu-items>* {
    height: 30px;
    transition: height 0.4s ease 0.4s;
}
}

.menu-container.hamburger {
    --smol-width: 50px;
}

.menu-container.hamburger .menu-items>* {
    height: 8px;
    font-size: 0;
    overflow: hidden;
}

.menu-container.hamburger .menu-items a {
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}

.menu-container.hamburger .menu-items>:not(:last-child) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
}

.menu-container .menu-items a {
    display: inline-block;
    width: 100%; height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.menu-container .menu-items a:hover {
    color: var(--light-orange);
    text-decoration: underline;
}

.menu-container .menu-items a.outlink {
    height: 42px;
    width: 42px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
.menu-container .menu-items a.outlink {
    height: 30px;
    width: 30px;
}
}

.menu-container .menu-items>:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu-container .menu-items .order {
    background-color: #88CB6C;
    opacity: 0.8;
}

/* FOOTER */
.site-footer {
    padding: 85px 0;
    color: #fff;
    background-color: var(--dark-purple);
}

@media only screen and (max-width: 767px) {
    .site-footer {
        padding:70px 0
    }
}

.site-footer .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-container {
        flex-direction:column
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-container .logo {
        margin:0 0 70px
    }
}

.site-footer .footer-container .logo img {
    width: 300px
}

.site-footer .footer-container .footer-nav .nav-container {
    display: flex
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-container .footer-nav .nav-container {
        flex-direction:column;
        text-align: center;
        width: 100%
    }
}

.site-footer .footer-container .footer-nav .nav-container li {
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-container .footer-nav .nav-container li {
        margin:0 0 10px
    }
}

.site-footer .footer-container .footer-nav .nav-container li:last-child {
    margin: 0
}

.site-footer .footer-container .footer-nav .nav-container li a {
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.site-footer .footer-container .footer-nav .socials {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-container .footer-nav .socials {
        justify-content:space-between;
        margin: 100px 0 0
    }
}

.site-footer .footer-container .footer-nav .socials .social-link {
    margin-right: 20px
}

.site-footer .footer-container .footer-nav .socials .social-link:last-child {
    margin: 0
}

.site-footer .footer-container .footer-nav .socials .social-link a {
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

/* FONTS */
@font-face {
    font-family: 'MundialNarrow';
    src: url('/font/MundialNarrow-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MundialNarrow';
    src: url('/font/MundialNarrow-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MundialNarrow';
    src: url('/font/MundialNarrow-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MundialNarrow';
    src: url('/font/MundialNarrow-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MundialNarrow';
    src: url('/font/MundialNarrow-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('/font/Inconsolata_SemiExpanded-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

a,body,canvas,div,em,footer,form,h1,header,html,iframe,img,li,nav,p,section,span,strong,sup,table,tbody,td,time,tr,ul,ol,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer,header,nav,section {
    display: block
}

ul,ol {
    list-style: none
}

table {
    border-spacing: 0
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--charcoal);
    background-color: #fff;
    font-family: MundialNarrow;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@media only screen and (max-width: 767px) {
    body {
        font-size:1.6rem
    }
}

* {
    box-sizing: border-box;
    outline: none
}

section {
    position: relative;
}

section a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: .2s ease;
}

section a:hover {
    color: var(--orange);
}

.container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px
}

.h1,h1 {
    font-size: 7rem;
    line-height: 1.1;
    font-family: MundialNarrow;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@media only screen and (max-width: 1024px) {
    .h1,h1 {
        font-size:5.5rem
    }
}

@media only screen and (max-width: 767px) {
    .h1,h1 {
        font-size:4rem
    }
}

.h2 {
    font-size: 5.5rem;
    line-height: 1.1;
    font-family: MundialNarrow;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@media only screen and (max-width: 1024px) {
    .h2 {
        font-size:4.5rem
    }
}

@media only screen and (max-width: 767px) {
    .h2 {
        font-size:3.5rem
    }
}

.h3 {
    font-size: 4rem;
    line-height: 1.1;
    font-family: MundialNarrow;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@media only screen and (max-width: 1024px) {
    .h3 {
        font-size:3rem
    }
}

@media only screen and (max-width: 767px) {
    .h3 {
        font-size:2.5rem
    }
}

.h4 {
    font-size: 3rem;
    line-height: 1.1;
    font-family: MundialNarrow;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@media only screen and (max-width: 1024px) {
    .h4 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 767px) {
    .h4 {
        font-size:2.2rem
    }
}

strong {
    font-weight: 700
}

img {
    display: block;
    max-width: 100%
}

a {
    text-transform: inherit;
    text-decoration: inherit;
    color: inherit
}

sup {
    font-size: 60%
}

sup {
    vertical-align: top
}

.btn {
    display: inline-block;
    font-size: 1.5rem;
    text-align: center;
    padding: 25px 55px;
    text-transform: uppercase!important;
    text-decoration: none!important;
    line-height: 1;
    color: #fff;
    background-color: var(--dark-purple);
    transition: all .3s ease-in-out;
    font-family: MundialNarrow;
    font-weight: 600;
    font-stretch: normal
}

.text-orange {
    color: var(--orange);
}

.orange-em em {
    font-style: normal;
    color: var(--orange);
}

.background-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.background-lines .container {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.background-lines .bg-line {
    border-left: 1px var(--dark-purple) solid;
    width: 100%;
    height: 100%;
    opacity: .15;
}

.background-lines .bg-line.right {
    border: none;
    background-image: url('/img/bg.svg');
    background-size: 100%;
}

@media only screen and (max-width: 767px) {
    .background-lines .bg-line.left {
        display:none
    }
}

/* HERO */

.homepage-hero {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 300px 0 280px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .homepage-hero {
        height:auto;
        min-height: 0
    }
}

@media only screen and (max-width: 1023px) {
    .homepage-hero {
        padding:170px 0 50px;
    }
}

.homepage-hero .homepage-hero-content {
    position: relative
}

.homepage-hero .homepage-hero-content .homepage-hero-tagline {
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 35px
}

@media only screen and (max-width: 767px) {
    .homepage-hero .homepage-hero-content .homepage-hero-tagline {
        font-size:2rem
    }
}

@media only screen and (max-width: 1023px) {
    .homepage-hero .homepage-hero-content .homepage-hero-headline * {
        font-size:3.2rem;
    }
}

.homepage-hero .homepage-hero-content .homepage-hero-headline {
    width: 33.33%;
}

.homepage-hero .homepage-hero-content .homepage-hero-headline.wide {
    width: 100%;
}

.homepage-hero .homepage-hero-content .homepage-hero-headline * {
    font-size: 4rem;
    line-height: 1.1
}

@media only screen and (max-width: 767px) {
    .homepage-hero .homepage-hero-content .homepage-hero-headline {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-hero .homepage-hero-content .homepage-hero-headline * {
        font-size: 2.6rem;
    }
}

.homepage-hero .homepage-hero-content .homepage-hero-cols {
    width: 100%;
    display: flex;
}

.homepage-hero .homepage-hero-content .homepage-hero-cta {
    margin: 40px 0 0
}

.homepage-hero .homepage-hero-content .homepage-hero-cta.col {
    width: 33.33%;
}

@media only screen and (max-width: 767px) {
.homepage-hero .homepage-hero-content .homepage-hero-cols {
    flex-direction: column;
}
.homepage-hero .homepage-hero-content .homepage-hero-cta.col {
    width: 100%;
}
}

.homepage-hero .homepage-hero-content .homepage-hero-cta.col a.btn {
    width: 250px;
}

@media only screen and (max-width: 767px) {
.homepage-hero .homepage-hero-content .homepage-hero-cta.col a.btn {
    width: 150px;
    padding: 20px;
    font-size: 80%;
}
}

@media only screen and (max-width: 500px) {
.homepage-hero .homepage-hero-content .homepage-hero-cta.col a.btn {
    width: 130px;
    padding: 15px;
    font-size: 70%;
}
}

.homepage-hero .video-container {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: 0.4;
}

.homepage-hero .video-container video {
    position: relative;
    left: 6%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 767px) {
.homepage-hero .video-container video {
    left: 0;
}
}

.homepage-hero .col .text {
    margin-top: 1.5em;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.homepage-hero .col .text:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 2px;
    background-color: var(--orange);
}

.slash-border:after {
  content: "";
  display: block;
  height: 10px;
  background:
    repeating-linear-gradient(
      135deg,
      var(--slash-color) 0 1px,
      transparent 1px 6px 
    );
  background-repeat: repeat-x;
  margin-top: 20px;
}

.slash-border.border-upper:before {
  content: "";
  display: block;
  height: 10px;
  background:
    repeating-linear-gradient(
      135deg,
      var(--slash-color) 0 1px,
      transparent 1px 6px 
    );
  background-repeat: repeat-x;
  margin-bottom: 30px;
}

.slash-border.border-upper:after {
   display: none;
}

.technology {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .technology {
        padding:75px 0
    }
}

.technology .technology-head {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .technology .technology-head {
        flex-direction:column;
        margin: 0
    }
}

.technology .technology-head .copy {
    width: 33.33%;
    padding-right: 40px
}

@media only screen and (max-width: 767px) {
    .technology .technology-head .copy {
        width:100%;
        padding: 0;
        margin: 0 0 40px
    }
}

.technology .technology-head .copy .technology-label {
    margin: 20px 0 0
}

.technology .technology-head .copy .technology-label b {
    font-weight: 800;
}

.technology .technology-head .image-container {
    width: 66.66%
}

@media only screen and (max-width: 767px) {
    .technology .technology-head .image-container {
        display: none;
    }
}

.timeline-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 60px;
    padding-bottom: 150px;
    row-gap: 30px;
}

.product .timeline-container {
    row-gap: 60px;
}

@media only screen and (max-width: 767px) {
    .technology .timeline-container {
        padding:0
    }
}

@media only screen and (max-width: 767px) {
    .technology .timeline-container .timeline-hover {
        display:none
    }
}

.technology .timeline-container .timeline-wrapper {
    position: relative;
    width: 66.66%;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .technology .timeline-container .timeline-wrapper {
        width:100%
    }
}

.technology .timeline-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 33.3%;
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--charcoal);
    opacity: 0.15;
}

@media only screen and (max-width: 767px) {
    .technology .timeline-container:before {
	display: none;
    }
}

.timeline-container .tech-item {
    display: flex;
    width: 100%;
}

.timeline-container .tech-item.rev {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item {
    flex-direction: column;
}
.timeline-container .tech-item.rev {
    flex-direction: column;
}
}

.timeline-container .tech-item p {
    font-size: 100%;
}

.timeline-container .tech-item .tech-tagline {
    width: 33.3%;
    text-align: right;
    padding-right: 1.5em;
}

.timeline-container .tech-item .tech-tagline.wide {
    width: 66.66%;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .tech-tagline {
    width: 100%;
    text-align: left;
}
.timeline-container .tech-item .tech-tagline.wide {
    width: 100%;
}
}

.timeline-container .tech-item .tech-tagline.full {
    width: 100%;
    padding-right: 0;
}

.timeline-container .tech-item .tech-tagline.left {
    text-align: left;
    padding-left: 1.5em;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .tech-tagline.left {
    padding-left: 0;
}
}

.timeline-container .tech-item:not(.rev) .tech-tagline.left:first-child {
    padding-left: 0;
}

.timeline-container .tech-item .text {
    text-align: left;
    margin-top: 1.5em;
    width: 100%;
}

.timeline-container .tech-item .wide:has(+.col33) .text {
    padding-right: 1em;
}

.timeline-container .tech-item .col33 {
    width: 33.33%;
}

.timeline-container .tech-item .col33:has(>.frame) {
    display: flex;
    align-items: center;
}

.frame:has(>img) {
    padding: 1em;
    border: 1px dotted rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width:767px) {
.frame { display: none }
}

.timeline-container .tech-item .col33 img {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.timeline-container .tech-item .text:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 2px;
    background-color: var(--orange);
}

.timeline-container .tech-item .columns {
    display: flex;
}

.timeline-container .tech-item .columns .col {
    width: 50%;
    padding-right: 20px;
}

.timeline-container .tech-item .columns .col33 {
    width: 33.33%;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .columns {
    flex-direction: column;
    row-gap: 1em;
}

.timeline-container .tech-item .columns .col {
    width: 100%;
}

.timeline-container .tech-item .columns .col33 {
    width: 100%;
}
}

.timeline-container .tech-item .columns .col:not(:first-child) {
    padding-right: 0;
}

.timeline-container .tech-item .text ul li,
.timeline-container .tech-item .text ol li {
    position: relative;
    margin-left: 30px;
    counter-increment: custom-counter;
}

.timeline-container .tech-item .text ul li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0.6em;
    width: 20px;
    height: 2px;
    background-color: var(--orange);
}

/* disable bullet for nested lists*/
.timeline-container .tech-item .text ul li:has(>ul):before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0.6em;
    width: 20px;
    height: 0px;
    background: none;
}

.timeline-container .tech-item .text ul > li:not(:first-child),
.timeline-container .tech-item .text ol > li:not(:first-child) {
    margin-top: 1em;
}

.timeline-container .tech-item .text ol li:before {
    content: counter(custom-counter);
    position: absolute;
    left: -30px;
    width: 20px;
    height: 2px;
    color: var(--orange);
}

/* FAQ stuff */
.timeline-container .tech-item .text.faq>ul>li {
    margin-left: 40px;
    margin-bottom: 20px;
}

.timeline-container .tech-item .text.faq>ul > li:first-child {
    margin-top: 1em;
}

.timeline-container .tech-item .text.faq>ul>li:before {
    content: "";
    color: var(--orange);
    left: -40px;
    position: absolute;
    top: 4px;

    width: 20px;
    height: 20px;
    background:
        /* horizontal bar (stays visible) */
        linear-gradient(var(--orange), var(--orange)) center / 100% 2px no-repeat,
        /* vertical bar (we will fade this out) */
        linear-gradient(var(--orange), var(--orange)) center / 2px 100% no-repeat;
    transition: background-size 0.2s ease, opacity 0.2s ease;
}

.timeline-container .tech-item .text.faq>ul>li.open:before {
    background-size:
        100% 2px,
        0 100%;
}

.timeline-container .tech-item .text.faq>ul>li:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 333px;
    height: 1px;
    background-color: var(--orange);
}

.timeline-container .tech-item .text.faq>ul>li .faq-header {
    font-size: 2.5rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .text.faq>ul>li .faq-header {
    font-size: 2rem;
}
}

.timeline-container .tech-item .text.faq>ul>li .faq-header:hover {
    color: var(--orange);
}

.timeline-container .tech-item .text.faq>ul>li .faq-text {
    font-weight: 400;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.timeline-container .tech-item .text.faq>ul>li.open .faq-text {
    max-height: 500px;
}

/* end FAQ stuff */

.timeline-container .tech-item .tech-right {
    width: 66.6%;
    padding-left: 1.5em;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .tech-right {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
}
}

.timeline-container .tech-item .tech-right.left {
    padding-right: 1.5em;
    padding-left: 0;
}

.timeline-container .tech-item .tech-right .tech-name {
    font-weight: 500;
    padding-bottom: 0.5em;
}

.product .patient-tagline {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.product .patient-tagline h1 {
    width: 33.33%;
    font-size: 2.5em;
    font-weight: 300;
    text-align: right;
}

.product .patient-tagline h2 {
    margin-left: 1em;
    width: 66.66%;
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
}

@media only screen and (max-width: 767px) {
.product .patient-tagline {
    flex-direction: column;
}

.product .patient-tagline h1 {
    width: 100%;
    font-size: 2.5em;
    font-weight: 300;
    text-align: right;
}

.product .patient-tagline h2 {
    margin-left: 0;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
}
}

/* COMPARISON TABLE */

.timeline-container .tech-item .tech-right table {
    width: 100%;
}

@media only screen and (max-width: 767px) {
.timeline-container .tech-item .tech-right table {
    width: 600px;
}
.timeline-container .tech-item .tech-right>div:has(>table) {
    overflow-x: scroll;
}
}

.timeline-container .tech-item .tech-right thead {
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 700;
    color: var(--orange);
}

.timeline-container .tech-item .tech-right th:first-child {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.timeline-container .tech-item .tech-right th:not(:first-child) {
    width: 300px;
}

.timeline-container .tech-item .tech-right th {
    border-bottom: 1px solid var(--orange);
}

.timeline-container .tech-item .tech-right thead,tr {
    max-height: 2em;
}

.timeline-container .tech-item .tech-right td,th {
    padding: 0.2em 0 0.2em 0;
    vertical-align: middle;
}

.timeline-container .tech-item .tech-right tr td:first-child {
    text-align: right;
    font-size: 12pt;
    /*font-weight: 600;*/
}

.timeline-container .tech-item .tech-right tr td:not(first-child) {
    text-align: center;
}

/* PRODUCT */

.product p {
    margin-bottom: 1.5em;
    font-size: 95%;
}

.product .header {
    font-weight: 800;
    font-size: 2em;
    width: 100%;
    margin-bottom: 3em;
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
.product .header {
    margin-bottom: 1em;
}
}

.product .technology-footer {
    display: flex;
    width: 100%;
}

.product .technology-footer .col1 {
    width: 33.33%;
}

.product .technology-footer .col2 {
    width: 66.66%;
    padding-left: 1.5em;
}

.product .technology-footer .col2 .wrapper {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.product .technology-footer .col2 .wrapper .col {
    width: 50%;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
.product .technology-footer .col1 {
    display: none;
}
.product .technology-footer .col2 {
    padding: 0;
    width: 100%;
}
.product .technology-footer .col2 .wrapper {
    flex-direction: column;
}
.product .technology-footer .col2 .wrapper .col {
    width: 100%;
}
}

/* NEWS */
section.news {
    background-color: var(--dark-purple);
    /*backdrop-filter: invert(1);
    mix-blend-mode: screen;*/
}

.news .container {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.news .container.pubs .h4 {
    font-size: 3.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .news .container.pubs .h4 {
        font-size: 2.2rem;
    }
}

.news .wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5em;
    width: 100%;
    margin-top: 20px;
    mix-blend-mode: unset;
}

.news .wrapper a {
    text-decoration: none;
    display: block;
    width: 33.33%;
    height: 11em;
    padding-right: 1em;
}

@media only screen and (max-width: 767px) {
.news .wrapper {
    flex-direction: column;
    row-gap: 2em;
}
.news .wrapper a {
    width: 100%;
}
}

.news .wrapper .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .wrapper .item .headline {
    font-weight: 600;
    font-size: 20pt;
    line-height: 1.2;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
.news .wrapper .item {
    height: 70%;
}
.news .wrapper .item .headline {
    font-size: 14pt;
}
}

@media only screen and (max-width: 1024px) {
.news .wrapper .item .headline {
    font-size: 16pt;
}
}

.news .wrapper .item .info .date {
    color: var(--orange);
    font-weight: 500;
}

.news .wrapper .item .info .divider {
    margin-left: 0.3em;
    margin-right: 0.1em;
}

.news .wrapper .item .info .pub {
    font-style: italic;
}

/* publications/presentations */
.news .container.pubs {
    margin-top: 0px;
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
.news .container.pubs {
    padding-top: 0px;
}
}

.news .pubs .wrapper a:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 2px;
    background-color: var(--orange);
}

.news .pubs .wrapper .item .headline {
    font-weight: 400;
    font-size: 16pt;
}

@media only screen and (max-width: 767px) {
.news .pubs .wrapper .item .headline {
    font-size: 12pt;
}
}

@media only screen and (max-width: 1024px) {
.news .pubs .wrapper .item .headline {
    font-size: 14pt;
}
}

/* TEAM */
.team .container {
    margin-top: 100px;
}

.team .description {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 66.66%;
    display: flex
}

.team .description p {
    width: 50%;
}

@media only screen and (max-width: 767px) {
.team .description {
    width: 100%;
    flex-direction:column;
    row-gap: 1em;
}

.team .description p {
    width: 100%;
}
}

.team .selector {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid var(--orange);
    font-weight: 500;
}

.team .selector>div {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.team .selector input {
    display: none;
}

.team .selector label {
    cursor: pointer;
    user-select: none;
    padding-left: 0.5em;
    box-decoration-break: clone;
    position: relative;
    border-left: 1px solid transparent;
    transition: color 0.4s ease;
}

.team .selector label:hover {
    color: var(--orange);
}

.team .selector input:checked + label {
    color: var(--orange);
    border-left: 1px solid var(--orange);
}

.team .selector input:checked + label:before {
    content: "";
    position: absolute;
    background-color: var(--orange);
    top: 0;
    left: 0;
    width: 50%;
    height: 1px;
}

.team .wrapper {
    margin-top: 20px;
    transition: height 0.4s ease;
    position: relative;
}

.team .subteam {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3em;
    width: 100%;
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.team .subteam.active {
    max-height: 1200px;
}

.team .member {
    width: 33.33%;
    height: 190px;
    padding-right: 1em;
    display: flex;
    column-gap: 1em;
}

@media only screen and (max-width: 767px) {
.team .subteam {
    display: flex;
    flex-direction: column;
}
.team .member {
    width: 100%;
}
}

.team .member .image {
    height: 190px;
    width: 50%;
    overflow: hidden;
}

.team .member .image img {
    height: 100%;
    object-fit: cover;
}

.team .member .name {
    font-weight: 800;
    font-size: 13pt;
    text-transform: uppercase;
}

.team .member .position {
    font-weight: 300;
    font-size: 12pt;
}

.team .member .member-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team .member .links {
    height: 25px;
}

.team .member .links li {
    display: inline-block;
}

.team .member .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    background-position: center center;
}

.team .member .icon:hover {
    filter: brightness(0) saturate(100%) invert(65%) sepia(78%) saturate(1565%) hue-rotate(330deg) brightness(96%) contrast(94%);
}

.team .member .icon.linkedin {
    background-image: url("/img/social/linkedin.svg");
    background-size: 110%;
}

.team .member .icon.github {
    background-image: url("/img/social/github.svg");
    background-size: 90%;
}

.team .member .icon.scholar {
    background-image: url("/img/social/googlescholar.svg");
}

/* INVESTORS */
.investors .container {
    margin-top: 100px;
}

.investors .container .header {
    margin-left: 33.33%;
    width: 66.66%;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.1em;
}

.investors .container .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.investors .logo-wrapper .company {
    width: 33.33%;
    aspect-ratio: 3/2;
}

@media only screen and (max-width: 767px) {
.investors .container .header {
    margin: 0;
    width: 100%;
    font-size: 1.8em;
}
.investors .logo-wrapper .company {
    width: 50%;
}
}

.investors .logo-wrapper .company a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s ease;
}

.investors .logo-wrapper .company img {
    width: 66.66%;
    filter: grayscale(1) opacity(0.8);
    transition: filter 0.4s ease;
}

.investors .logo-wrapper .company a:hover > img {
    filter: none;
}

.investors .logo-wrapper .company a:hover {
    background-color: #F7CD974F;
}

.wrapper,main {
    position: relative
}
