body {
  /* Dark blue gradient background */
  background: linear-gradient(135deg, #0a1f44, #001530);

  /* Subtle grey grid lines on top */
  /*background-image:*/
  /*  linear-gradient(to right, rgba(128, 128, 128, 0.15) 1px, transparent 1px),*/
  /*  linear-gradient(to bottom, rgba(128, 128, 128, 0.15) 1px, transparent 1px);*/
    
     /*background-color: rgba(0, 128, 0, 0.1);*/

  background-size: 50px 50px;
  background-repeat: repeat;

  /*background: linear-gradient(to top, rgba(0, 128, 0, 0.6), transparent) !important; */

  /* Make sure background covers the whole viewport */
  min-height: 100vh;
  margin: 0;
  padding: 0;

  color: white;
  font-family: Arial, sans-serif;
}

 body {
    margin: 0px !important;
    padding: 0px !important;
}

.title span {
  display: inline-block;
  position: relative;
}


.vhidden,.ambienceSound {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.pRelative {
    position: relative
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.show-md-f,.show-md-ib,.show-md,.show-sm-f,.show-sm-ib,.show-sm,.show-xs-f,.show-xs-ib,.show-xs {
    display: none
}

@media(max-width: 1199px) {
    .show-md-f {
        display:flex !important
    }

    .show-md-ib {
        display: inline-block
    }

    .show-md {
        display: block
    }

    .hide-md {
        display: none
    }
}

@media(max-width: 979px) {
    .show-sm-f {
        display:flex !important
    }

    .show-sm-ib {
        display: inline-block
    }

    .show-sm {
        display: block
    }

    .hide-sm {
        display: none
    }
}

@media(max-width: 767px) {
    .show-xs-f {
        display:flex !important
    }

    .show-xs-ib {
        display: inline-block
    }

    .show-xs {
        display: block
    }

    .hide-xs {
        display: none
    }
}

@keyframes rotate {
    0% {
        transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes rotateInverse {
    0% {
        transform: rotateZ(360deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@media(max-width: 767px) {
    .noParallax-xs {
        transform:none !important
    }
}

@font-face {
    font-family: "Saans";
    src: url("../fonts/SaansVF.woff2") format("woff2 supports variations"),url("../fonts/SaansVF.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap
}

*,*::before,*::after,*:before,*:after,*:focus,*:active {
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4
}

*,::before,::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::before,::after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: rgba(0,0,0,0)
}

a:active,a:hover {
    outline-width: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit],[role=button] {
    cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button,input,select,textarea {
    background-color: rgba(0,0,0,0);
    border-style: none
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

html {
    font-size: 14px;
    line-height: 1.1428571429
}

@media(max-width: 1199px) {
    html {
        font-size:14px
    }
}

@media(max-width: 767px) {
    html {
        font-size:14px
    }
}

body {
    background: black;
    font-family: "Saans",Inter,sans-serif;
    letter-spacing: 0;
    color: #fff;
    font-weight: 380
}

*::selection {
    background: #fff;
    color: #000
}

*::-moz-selection {
    background: #fff;
    color: #000
}

*::-webkit-selection {
    background: #fff;
    color: #000
}

img {
    max-width: 100%
}

a,a:visited {
    color: currentColor;
    text-decoration: none
}

p {
    margin: 0
}

p+p {
    margin-top: 1.5rem
}

ul {
    padding: 0;
    margin: 0
}

ul,ul li {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: normal;
    font-size: 1rem
}

.st1 {
    /* font-size: clamp(100px,6svw + 5.5svh,200px); */
    font-size: 80px;
    line-height: 1.3;
    font-weight: 300
}

@media(max-width: 1199px) {
    .st1 {
        font-size:5.3571428571rem;
        line-height: 1.1428571429;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .st1 {
        font-size:2.8571428571rem;
        line-height: 1.1;
        line-height: 1.3
    }
}

@media(max-width: 359px) {
    .st1 {
        font-size:2.2857142857rem;
        line-height: 1;
        line-height: 1.3
    }
}

.st1 .line {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    overflow: clip;
    font-weight: 500;
}

.st1 .line .word {
    transform: translateY(110%) rotate(3deg);
    transform-origin: center left;
    opacity: 0
}

.st1 .line+.line {
    margin-top: -0.375em
}

@media(max-width: 767px) {
    .st1 .line+.line {
        margin-top:0
    }
}

.st2,.pSection--sport .recognition_titles,.collapse_content_title {
    font-size: clamp(16px, 1svw + 1.8svh, 20px);
    line-height: 1;
    font-weight: 300
}

@media(max-width: 1199px) {
    .st2,.pSection--sport .recognition_titles,.collapse_content_title {
        font-size:2.5714285714rem;
        line-height: 1.1111111111
    }
}

@media(max-width: 767px) {
    .st2,.pSection--sport .recognition_titles,.collapse_content_title {
        font-size:2.2857142857rem;
        line-height: 1.125
    }
}

@media(max-width: 359px) {
    .st2,.pSection--sport .recognition_titles,.collapse_content_title {
        font-size:2rem;
        line-height: 1.1428571429
    }
}

.st3 {
    display: block;
    font-size: clamp(20px,1.35svw,30px); 
    line-height: 1.1538461538;
    font-weight: normal
}

@media(max-width: 1199px) {
    .st3 {
        font-size:1.2857142857rem;
        line-height: 1;
        line-height: 1.1538461538
    }
}

@media(max-width: 767px) {
    .st3 {
        font-size:1.1428571429rem;
        line-height: 1;
        line-height: 1.1538461538
    }
}

@media(max-width: 359px) {
    .st3 {
        font-size:1rem;
        line-height: 1;
        line-height: 1.1538461538
    }
}

.st4 {
  display: block;
  font-size: clamp(24px, 2.5vw, 48px); /* bigger min, responsive mid, larger max */
  line-height: 1.2;
  font-weight: 600; /* 380 is very light — consider making it bolder */
}


@media(max-width: 767px) {
    .st4 {
        font-size:1rem;
        line-height: 1.1428571429;
        line-height: 1.2222222222
    }
}

.st5 {
    display: block;
    font-size: 1rem;
    line-height: 1.1428571429;
    font-weight: 790;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .st5 {
        font-size:.8571428571rem;
        line-height: 1.1428571429;
        margin-bottom: 15px
    }
}

.render {
    z-index: 0
}

.render canvas {
    z-index: 0
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, #ff7e5f, #feb47b); /* Your desired gradient */
  z-index: -1; /* If needed */
}


.render_blur {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    pointer-events: none
}

.parentFade {
    position: absolute;
    top: calc(100% + 15svh);
    height: 50svh
}

@media(max-width: 979px) {
    .parentFade {
        top:calc(100% + 35svh);
        height: 40svh
    }
}

.panel {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: calc(40.91796875vw + 3.125vw);
    opacity: 0;
    transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1),opacity .4s linear;
    will-change: clip-path,opacity
}

@media(max-width: 1199px) {
    .panel {
        width:calc(52.83203125vw + 3.125vw)
    }
}

.panel.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1
}

.panel--left {
    left: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media(max-width: 767px) {
    .panel--left {
        width:100%
    }
}

.panel--right {
    right: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

@media(max-width: 767px) {
    .panel--right {
        width:100%
    }
}

.scrollingMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .2s,opacity .2s linear
}

.scrollingMask.visible {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.tp-dfwv {
    position: fixed !important;
    top: 160px !important;
    z-index: 500 !important
}

.ambienceSound {
    position: absolute;
    pointer-events: none
}

[data-split] {
    font-kerning: none
}

.loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    transition: opacity .2s linear;
}

.loading.hidden {
    display: none
}

.hidden-video {
    display: none;
}

.hero {
  position: relative;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.loading_logo {
    position: absolute;
    z-index: 5;
    top: 50dvh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 600px;
    aspect-ratio: 11.4473684211;
    overflow: hidden
}

@media(max-width: 767px) {
    .loading_logo {
        width:80%
    }
}

.loading_logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    transform: translateY(100%) rotate(2deg);
    transform-origin: top left
}

.loading_counter {
    position: absolute;
    z-index: 5;
    top: 50dvh;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(100px,17svw,320px);
    line-height: 1;
    height: 1em;
    color: #fff;
    text-align: center;
    overflow: hidden
}

@media(max-width: 767px) {
    .loading_counter {
        width:90%
    }
}

.loading_counter.end .loading_counter_value {
    transform: translateX(-4vw);
    width: 1em
}

@media(max-width: 767px) {
    .loading_counter.end .loading_counter_value {
        transform:translateX(-8vw)
    }
}

.loading_counter.end .loading_counter_tsi {
    opacity: 1;
    transform: translateX(-4vw)
}

@media(max-width: 767px) {
    .loading_counter.end .loading_counter_tsi {
        transform:translateX(-8vw)
    }
}

.loading_counter_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%)
}

.loading_counter_value {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    transition: transform .8s cubic-bezier(0.19, 1, 0.22, 1)
}

.loading_counter_tsi {
    position: absolute;
    top: 0;
    left: 50%;
    padding-left: 3vw;
    transform: translateX(15vw);
    transition: transform .8s cubic-bezier(0.19, 1, 0.22, 1),opacity .3s linear;
    opacity: 0
}

.loading_counter_tsi::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 2vw;
    height: 2vw;
    background-color: currentColor;
    border-radius: 50%
}

.loading_sequence {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100lvh;
    background-color: #000
}

.loading_sequence_mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.loading_sequence_items {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 2s linear
}

.loading_sequence_items img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    opacity: 0
}

.loading_sequence_item {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.loading_sequence_item:nth-child(1) {
    background-image: url(../images/desktop/customer-1.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(1) {
        background-image:url(../images/mobile/customer-1.webp)
    }
}

.loading_sequence_item:nth-child(2) {
    background-image: url(../images/desktop/customer-2.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(2) {
        background-image:url(../images/mobile/customer-2.webp)
    }
}

.loading_sequence_item:nth-child(3) {
    background-image: url(../images/desktop/customer-3.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(3) {
        background-image:url(../images/mobile/customer-3.webp)
    }
}

.loading_sequence_item:nth-child(4) {
    background-image: url(../images/desktop/customer-4.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(4) {
        background-image:url(../images/mobile/customer-4.webp)
    }
}

.loading_sequence_item:nth-child(5) {
    background-image: url(../images/desktop/focus-1.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(5) {
        background-image:url(../images/mobile/focus-1.webp)
    }
}

.loading_sequence_item:nth-child(6) {
    background-image: url(../images/desktop/focus-2.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(6) {
        background-image:url(../images/mobile/focus-2.webp)
    }
}

.loading_sequence_item:nth-child(7) {
    background-image: url(../images/desktop/focus-3.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(7) {
        background-image:url(../images/mobile/focus-3.webp)
    }
}

.loading_sequence_item:nth-child(8) {
    background-image: url(../images/desktop/focus-4.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(8) {
        background-image:url(../images/mobile/focus-4.webp)
    }
}

.loading_sequence_item:nth-child(9) {
    background-image: url(../images/desktop/hero.webp)
}

@media(max-width: 767px) {
    .loading_sequence_item:nth-child(9) {
        background-image:url(../images/mobile/hero.webp)
    }
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.78125vw;
    margin-right: -0.78125vw
}

.row--noGutter {
    margin: 0 !important
}

.row--noGutter>div[class^=col] {
    padding: 0 !important
}

.row--start {
    justify-content: flex-start;
    text-align: start
}

.row--center {
    justify-content: center;
    text-align: center
}

.row--end {
    justify-content: flex-end;
    text-align: end
}

.row--top {
    align-items: flex-start
}

.row--middle {
    align-items: center
}

.row--bottom {
    align-items: flex-end
}

.row--around {
    justify-content: space-around
}

.row--between {
    justify-content: space-between
}

.row--reverse {
    flex-direction: row-reverse
}

.col--first {
    order: -1
}

.col--last {
    order: 1
}

.offset-0 {
    margin-left: 0%
}

.col-1 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 12.5%;
    flex: 0 0 12.5%
}

.offset-1 {
    margin-left: 12.5%
}

.col-2 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 25%;
    flex: 0 0 25%
}

.offset-2 {
    margin-left: 25%
}

.col-3 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 37.5%;
    flex: 0 0 37.5%
}

.offset-3 {
    margin-left: 37.5%
}

.col-4 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 50%;
    flex: 0 0 50%
}

.offset-4 {
    margin-left: 50%
}

.col-5 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 62.5%;
    flex: 0 0 62.5%
}

.offset-5 {
    margin-left: 62.5%
}

.col-6 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 75%;
    flex: 0 0 75%
}

.offset-6 {
    margin-left: 75%
}

.col-7 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 87.5%;
    flex: 0 0 87.5%
}

.offset-7 {
    margin-left: 87.5%
}

.col-8 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    max-width: 100%;
    flex: 0 0 100%
}

.offset-8 {
    margin-left: 100%
}

@media(min-width: 1500px) {
    .row--start-xl {
        justify-content:flex-start;
        text-align: start
    }

    .row--center-xl {
        justify-content: center;
        text-align: center
    }

    .row--end-xl {
        justify-content: flex-end;
        text-align: end
    }

    .row--top-xl {
        align-items: flex-start
    }

    .row--middle-xl {
        align-items: center
    }

    .row--bottom-xl {
        align-items: flex-end
    }

    .row--around-xl {
        justify-content: space-around
    }

    .row--between-xl {
        justify-content: space-between
    }

    .row--reverse-xl {
        flex-direction: row-reverse
    }

    .col--first-xl {
        order: -1
    }

    .col--last-xl {
        order: 1
    }

    .col-xl {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 0 .78125vw
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .col-xl-1 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .offset-xl-1 {
        margin-left: 12.5%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 25%;
        flex: 0 0 25%
    }

    .offset-xl-2 {
        margin-left: 25%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .offset-xl-3 {
        margin-left: 37.5%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 50%;
        flex: 0 0 50%
    }

    .offset-xl-4 {
        margin-left: 50%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .offset-xl-5 {
        margin-left: 62.5%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 75%;
        flex: 0 0 75%
    }

    .offset-xl-6 {
        margin-left: 75%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .offset-xl-7 {
        margin-left: 87.5%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 100%;
        flex: 0 0 100%
    }

    .offset-xl-8 {
        margin-left: 100%
    }
}

@media(max-width: 1499px) {
    .row--start-lg {
        justify-content:flex-start;
        text-align: start
    }

    .row--center-lg {
        justify-content: center;
        text-align: center
    }

    .row--end-lg {
        justify-content: flex-end;
        text-align: end
    }

    .row--top-lg {
        align-items: flex-start
    }

    .row--middle-lg {
        align-items: center
    }

    .row--bottom-lg {
        align-items: flex-end
    }

    .row--around-lg {
        justify-content: space-around
    }

    .row--between-lg {
        justify-content: space-between
    }

    .row--reverse-lg {
        flex-direction: row-reverse
    }

    .col--first-lg {
        order: -1
    }

    .col--last-lg {
        order: 1
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 0 .78125vw
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .col-lg-1 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .offset-lg-1 {
        margin-left: 12.5%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 25%;
        flex: 0 0 25%
    }

    .offset-lg-2 {
        margin-left: 25%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .offset-lg-3 {
        margin-left: 37.5%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 50%;
        flex: 0 0 50%
    }

    .offset-lg-4 {
        margin-left: 50%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .offset-lg-5 {
        margin-left: 62.5%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 75%;
        flex: 0 0 75%
    }

    .offset-lg-6 {
        margin-left: 75%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .offset-lg-7 {
        margin-left: 87.5%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 100%;
        flex: 0 0 100%
    }

    .offset-lg-8 {
        margin-left: 100%
    }
}

@media(max-width: 1199px) {
    .row--start-md {
        justify-content:flex-start;
        text-align: start
    }

    .row--center-md {
        justify-content: center;
        text-align: center
    }

    .row--end-md {
        justify-content: flex-end;
        text-align: end
    }

    .row--top-md {
        align-items: flex-start
    }

    .row--middle-md {
        align-items: center
    }

    .row--bottom-md {
        align-items: flex-end
    }

    .row--around-md {
        justify-content: space-around
    }

    .row--between-md {
        justify-content: space-between
    }

    .row--reverse-md {
        flex-direction: row-reverse
    }

    .col--first-md {
        order: -1
    }

    .col--last-md {
        order: 1
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 0 .78125vw
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .col-md-1 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .offset-md-1 {
        margin-left: 12.5%
    }

    .col-md-2 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 25%;
        flex: 0 0 25%
    }

    .offset-md-2 {
        margin-left: 25%
    }

    .col-md-3 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .offset-md-3 {
        margin-left: 37.5%
    }

    .col-md-4 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 50%;
        flex: 0 0 50%
    }

    .offset-md-4 {
        margin-left: 50%
    }

    .col-md-5 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .offset-md-5 {
        margin-left: 62.5%
    }

    .col-md-6 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 75%;
        flex: 0 0 75%
    }

    .offset-md-6 {
        margin-left: 75%
    }

    .col-md-7 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .offset-md-7 {
        margin-left: 87.5%
    }

    .col-md-8 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 100%;
        flex: 0 0 100%
    }

    .offset-md-8 {
        margin-left: 100%
    }
}

@media(max-width: 979px) {
    .row--start-sm {
        justify-content:flex-start;
        text-align: start
    }

    .row--center-sm {
        justify-content: center;
        text-align: center
    }

    .row--end-sm {
        justify-content: flex-end;
        text-align: end
    }

    .row--top-sm {
        align-items: flex-start
    }

    .row--middle-sm {
        align-items: center
    }

    .row--bottom-sm {
        align-items: flex-end
    }

    .row--around-sm {
        justify-content: space-around
    }

    .row--between-sm {
        justify-content: space-between
    }

    .row--reverse-sm {
        flex-direction: row-reverse
    }

    .col--first-sm {
        order: -1
    }

    .col--last-sm {
        order: 1
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 0 .78125vw
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .col-sm-1 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .offset-sm-1 {
        margin-left: 12.5%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 25%;
        flex: 0 0 25%
    }

    .offset-sm-2 {
        margin-left: 25%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .offset-sm-3 {
        margin-left: 37.5%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 50%;
        flex: 0 0 50%
    }

    .offset-sm-4 {
        margin-left: 50%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .offset-sm-5 {
        margin-left: 62.5%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 75%;
        flex: 0 0 75%
    }

    .offset-sm-6 {
        margin-left: 75%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .offset-sm-7 {
        margin-left: 87.5%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 100%;
        flex: 0 0 100%
    }

    .offset-sm-8 {
        margin-left: 100%
    }
}

@media(max-width: 767px) {
    .row--start-xs {
        justify-content:flex-start;
        text-align: start
    }

    .row--center-xs {
        justify-content: center;
        text-align: center
    }

    .row--end-xs {
        justify-content: flex-end;
        text-align: end
    }

    .row--top-xs {
        align-items: flex-start
    }

    .row--middle-xs {
        align-items: center
    }

    .row--bottom-xs {
        align-items: flex-end
    }

    .row--around-xs {
        justify-content: space-around
    }

    .row--between-xs {
        justify-content: space-between
    }

    .row--reverse-xs {
        flex-direction: row-reverse
    }

    .col--first-xs {
        order: -1
    }

    .col--last-xs {
        order: 1
    }

    .col-xs {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 0 .78125vw
    }

    .offset-xs-0 {
        margin-left: 0%
    }

    .col-xs-1 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .offset-xs-1 {
        margin-left: 12.5%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 25%;
        flex: 0 0 25%
    }

    .offset-xs-2 {
        margin-left: 25%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .offset-xs-3 {
        margin-left: 37.5%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 50%;
        flex: 0 0 50%
    }

    .offset-xs-4 {
        margin-left: 50%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .offset-xs-5 {
        margin-left: 62.5%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 75%;
        flex: 0 0 75%
    }

    .offset-xs-6 {
        margin-left: 75%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .offset-xs-7 {
        margin-left: 87.5%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        padding: 0 .78125vw;
        max-width: 100%;
        flex: 0 0 100%
    }

    .offset-xs-8 {
        margin-left: 100%
    }
}

.container {
    width: 100%;
    max-width: 93.75vw;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 767px) {
    .container {
        max-width:calc(100vw - 60px)
    }
}

.navbar {
    position: fixed;
    z-index: 50;
    top: 3.125vw;
    left: 3.125vw;
    right: 3.125vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: 0
}

@media(max-width: 767px) {
    .navbar {
        top:30px;
        left: 30px;
        right: 30px
    }
}

.navbar_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* prevent wrapping */
  width: 100%; /* or try 110% if your layout allows */
  max-width: 1200px; /* increase max width as needed */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media(max-width: 1199px) {
    .navbar_main {
        width:63.96484375vw
    }
}

@media(max-width: 979px) {
    .navbar_main {
        width:calc(100% - 80px)
    }
}

@media(max-width: 767px) {
    .navbar_main {
        width:100%
    }
}

.navbar_main a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 2.4em 10px 0;
    height: 42px;
    font-size: clamp(16px,.95svw,20px);
    line-height: 1.2222222222;
    text-transform: uppercase;
    cursor: pointer
}

.navbar_main a span:first-child {
    position: absolute;
    width: .8em;
    height: .8em;
    top: 50%;
    left: -1.2em;
    margin-top: -0.4em
}

.navbar_main a span:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .5em;
    height: .5em;
    margin-top: -0.25em;
    margin-left: -0.25em;
    background-color: #fff;
    border-radius: 50%
}

.navbar_logo {
    position: relative;
    width: 10.3515625vw;
    padding-top: 20px;
    overflow: hidden
}

@media(max-width: 1499px) {
    .navbar_logo img {
        max-width:60px
    }
}

@media(max-width: 1300px) {
    .navbar_logo {
        width:15%
    }
}

@media(max-width: 979px) {
    .navbar_logo {
        padding-top:15px
    }
}

@media(max-width: 767px) {
    .navbar_logo {
        width:20%;
        padding-top: 5px
    }

    .navbar_logo img {
        max-width: 55px
    }
}

.navbar_logo a {
    display: block;
    opacity: .4;
    transition: opacity .2s linear;
    padding-right: 0
}

.navbar_logo a:hover,.navbar_logo a.active {
    opacity: 1
}

.navbar_nav {
    display: flex;
    align-items: center;
    flex: 1;
    padding-top: 20px;
    justify-content: center;
    gap: 40px; 
}

.navbar_nav a {
    font-size: 1.2857142857rem;
    line-height: 1.2222222222;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 570;
    opacity: .4;
    transition: opacity .2s linear;
    margin-left: 20px; 
    width: auto   
}


@media(max-width: 979px) {
    .navbar_nav {
        display:none
    }
}



@media(max-width: 1499px) {
    .navbar_nav a {
        font-size:1.1428571429rem;
        line-height: 1.375
    }
}

@media(max-width: 1300px) {
    .navbar_nav a {
        margin-left:0
    }
}

.navbar_nav a span {
    display: inline-block
}

.navbar_nav a:hover,.navbar_nav a.active {
    opacity: 1
}

/* .navbar_nav a:nth-child(1) {
    width: 22.265625vw
}

@media(max-width: 1300px) {
    .navbar_nav a:nth-child(1) {
        width:40%
    }
}

.navbar_nav a:nth-child(2) {
    width: 22.265625vw
}

@media(max-width: 1300px) {
    .navbar_nav a:nth-child(2) {
        width:30%
    }
}

.navbar_nav a:nth-child(3) {
    width: 10.3515625vw
}

@media(max-width: 1300px) {
    .navbar_nav a:nth-child(3) {
        width:30%
    }
} */

.navbar_progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 2px;
    display: flex
}

.navbar_progress_track {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    transform-origin: center left;
    transform: scaleX(0)
}

.navbar_progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    transform-origin: center left;
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden
}

@media(max-width: 979px) {
    .navbar_progress_bar {
        opacity:1;
        visibility: visible
    }
}

.navbar_progress_section {
    position: relative;
    height: 100%
}

@media(max-width: 979px) {
    .navbar_progress_section {
        opacity:0;
        visibility: hidden
    }
}

.navbar_progress_section span {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform-origin: center left;
    transform: scaleX(0)
}

.navbar_progress_section[data-section=whyown] {
    width: 10.3515625vw
}

@media(max-width: 1300px) {
    .navbar_progress_section[data-section=whyown] {
        width:15%
    }
}

.navbar_progress_section[data-section=features] {
    width: 23.828125vw
}

@media(max-width: 1300px) {
    .navbar_progress_section[data-section=features] {
        width:34%
    }
}

.navbar_progress_section[data-section=gait] {
    width: 23.828125vw
}

@media(max-width: 1300px) {
    .navbar_progress_section[data-section=gait] {
        width:25.5%
    }
}

.navbar_progress_section[data-section=smart] {
    width: 11.9140625vw
}

@media(max-width: 1300px) {
    .navbar_progress_section[data-section=smart] {
        width:25.5%
    }
}

@media(max-width: 979px) {
    .navbar_actions {
        display:none
    }
}

.navbar_actions .button+.button {
    margin-left: 10px
}

.navbar_actions .button {
    transform-origin: center left;
    display: inline-block;
    vertical-align: middle;
    min-width: 60px;
    text-align: center
}

.navbar_menuToggle {
    position: absolute;
    z-index: 10;
    top: 4px;
    right: -8px;
    width: 60px;
    height: 60px;
    opacity: 0;
    display: none
}

@media(max-width: 979px) {
    .navbar_menuToggle {
        display:block
    }
}

@media(max-width: 767px) {
    .navbar_menuToggle {
        width:40px;
        height: 40px
    }
}

.navbar_menuToggle span {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transform-origin: center right
}

@media(max-width: 767px) {
    .navbar_menuToggle span {
        width:20px;
        left: 10px
    }
}

.navbar_menuToggle span:nth-child(1) {
    margin-top: -7px
}

@media(max-width: 767px) {
    .navbar_menuToggle span:nth-child(1) {
        margin-top:-6px
    }
}

.navbar_menuToggle span:nth-child(2) {
    margin-top: -1px;
    transform: scaleX(0.8)
}

.navbar_menuToggle span:nth-child(3) {
    margin-top: 5px;
    transform: scaleX(0.5)
}

@media(max-width: 767px) {
    .navbar_menuToggle span:nth-child(3) {
        margin-top:4px
    }
}

.ambienceSoundToggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 36px;
    padding: 0 !important;
    text-align: center;
    border-radius: 50px
}

@media(max-width: 767px) {
    .ambienceSoundToggle {
        display:none !important
    }
}

.ambienceSoundToggle_render {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity .2s linear,transform .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.ambienceSoundToggle_render canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px
}

.ambienceSoundToggle_label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    transition: opacity .2s linear
}

.ambienceSoundToggle.playing .ambienceSoundToggle_render {
    opacity: 1;
    transform: scaleY(1)
}

.ambienceSoundToggle.playing .ambienceSoundToggle_label {
    opacity: 0
}

.footer {
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 12svh 0 12svh 0;
    line-height: 1.3
}

@media(max-width: 767px) {
    .footer {
        padding:8svh 0 8svh 0;
        font-size: .8571428571rem;
        line-height: 1.1428571429
    }
}

.footer_logo {
    display: inline-block
}

.footer_logo img {
  width: 30%; /* 100% - 70% = 30% */
  height: auto; /* keeps aspect ratio */
}

.footer p+p {
    margin-top: 10px
}

.footer a:hover {
    text-decoration: underline
}

@media(max-width: 767px) {
    .footer .st5 {
        margin-top:30px
    }
}

.pSection {
    position: relative;
    z-index: 1;
    min-height: 100svh;
}

.pSection_progress {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0
}

.pSection_triggerCircles {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0
}

.pSection_header {
    position: relative;
    z-index: 1;
    min-height: 200dvh;
    max-width: 93.75vw;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 767px) {
    .pSection_header {
        display:block;
        min-height: 150dvh;
        max-width: calc(100vw - 60px)
    }
}

.pSection_header_inner {
    position: sticky;
    top: 0;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px
}

.pSection_header_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

@media(max-width: 767px) {
    .pSection_header_content {
        display:block
    }
}

.pSection_header_title {
    width: 58.0078125vw
}

@media(max-width: 767px) {
    .pSection_header_title {
        width:100%
    }
}

.pSection_header_title .st4 {
    max-width: 22.265625vw;
    margin-bottom: 4svh;
    opacity: 0;
    transform: translateY(40px)
}

@media(max-width: 767px) {
    .pSection_header_title .st4 {
        max-width:50%;
        margin-bottom: 20px
    }

    .pSection_header_title .st4 br {
        display: none
    }
}

.pSection_header_additional {
    width: 34.1796875vw
}

@media(max-width: 767px) {
    .pSection_header_additional {
        width:100%;
        margin-top: 30px
    }
}

.pSection_header_additional .st3 .line {
    overflow: clip;
    font-weight:300;
}

.pSection_header_additional .st3 .line .word {
    transform: translateY(100%)
}

.pSection_header_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 7svh
}

@media(max-width: 767px) {
    .pSection_header_footer {
        margin-top:30px
    }
}

.pSection_header_footer .button {
    opacity: 0;
    transform: translateY(40px)
}

@media(max-width: 359px) {
    .pSection_header_footer .button {
        display:none
    }
}

.pSection_header_actions {
    width: 58.0078125vw
}

@media(max-width: 767px) {
    .pSection_header_actions {
        width:auto;
        flex: 1
    }
}

.pSection_header_discover {
    width: 34.1796875vw
}

@media(max-width: 767px) {
    .pSection_header_discover {
        width:calc(36px + 1.5625vw);
        margin-left: auto
    }
}

.pSection_sticky {
    position: sticky;
    z-index: 1;
    top: 0;
    padding-top: 150px;
    min-height: 100dvh
}

@media(max-width: 767px) {
    .pSection_sticky {
        padding-top:80px
    }
}

.pSection_sub {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    min-height: 100svh
}

@media(max-width: 767px) {
    .pSection_sub {
        padding-top:80px
    }
}

.sectionTransition {
    position: absolute;
    top: 25svh;
    left: 0;
    width: 20px;
    height: 50svh;
    z-index: 2;
    pointer-events: none
}

.sectionTransition--inline {
    position: relative;
    top: auto;
    left: 0;
    width: 20px;
    height: 50svh
}

.menu {
    position: fixed;
    z-index: 11150;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    background-color: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: clip-path .8s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: clip-path;
    overflow: hidden;
    display: none
}

@media(max-width: 979px) {
    .menu {
        display:block
    }
}

.menu.open {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.menu.open .menu_scroller {
    opacity: 1;
    transform: translateX(0)
}

.menu_scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 30px;
    opacity: 0;
    transform: translateX(30vw);
    transition: opacity .2s linear,transform cubic-bezier(0.19, 1, 0.22, 1) .6s
}

.menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu_close {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    top: 30px;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 36px
}

.menu_nav {
    margin-top: 45px;
    font-size: 2.5714285714rem;
    line-height: 1.1111111111
}

@media(max-width: 767px) {
    .menu_nav {
        font-size:2rem;
        line-height: 1.1428571429
    }
}

.menu_nav img {
    display: block;
    height: 30px
}

@media(max-width: 767px) {
    .menu_nav img {
        height:24px
    }
}

.menu_nav ul li {
    position: relative;
    padding-left: 45px
}

.menu_nav ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 5px;
    height: 5px;
    background-color: #fff
}

@media(max-width: 767px) {
    .menu_nav ul li::before {
        top:15px
    }
}

.menu_nav ul li+li {
    margin-top: 20px
}

.menu_actions {
    border-top: 1px solid #fff;
    margin-top: 45px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px
}

@media(max-width: 767px) {
    .menu_actions {
        padding-left:0;
        padding-right: 0
    }
}

.menu_footer {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px
}

@media(max-width: 767px) {
    .menu_footer {
        padding-left:0;
        padding-right: 0
    }
}

.menu_footer .st5 {
    margin-bottom: 15px
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.ls-appear {
    transform: translateY(4rem);
    opacity: 0;
    transition: opacity .4s linear,transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform,opacity
}

.ls-appear.is-inview {
    transform: translateY(0);
    opacity: 1
}

.ls-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: clip-path
}

.ls-cover.is-inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.ls-cover.is-inview img {
    transform: scale(1) rotate(0deg)
}

.ls-cover--rtl {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.ls-cover--ltr {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.ls-cover--btt {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.ls-cover--ttb {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

.ls-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.3) rotate(3deg);
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1)
}

.ls-delay--1 {
    transition-delay: .15s
}

.ls-delay--2 {
    transition-delay: .3s
}

.ls-delay--3 {
    transition-delay: .45s
}

.ls-delay--4 {
    transition-delay: .6s
}

.ls-delay--5 {
    transition-delay: .75s
}

.ls-delay--6 {
    transition-delay: .9s
}

.ls-delay--7 {
    transition-delay: 1.05s
}

.ls-delay--8 {
    transition-delay: 1.2s
}

.ls-delay--9 {
    transition-delay: 1.35s
}

.ls-delay--10 {
    transition-delay: 1.5s
}

.toggleGrid {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px 50px 0 50px;
    background: #3eff54;
    border: 0;
    box-shadow: 0 35px 40px 0 rgba(50,51,94,.25);
    cursor: pointer;
    transition: transform .4s cubic-bezier(0.23, 1, 0.32, 1)
}

.toggleGrid:active {
    transform: scale(0.92)
}

.toggleGrid svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    fill: #fff
}

.gridDebug {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    pointer-events: none;
    display: none
}

.gridDebug[data-state="1"] {
    display: block
}

.gridDebug[data-state="1"] .colOverlay {
    background: rgba(62,255,84,.2)
}

.gridDebug[data-state="2"] {
    display: block
}

.gridDebug[data-state="2"] .colOverlay {
    background: rgba(62,255,84,.5)
}

.gridDebug[data-state="3"] {
    display: block
}

.gridDebug[data-state="3"] .colOverlay {
    background: none;
    border-left: 1px solid rgba(62,255,84,.8);
    border-right: 1px solid rgba(62,255,84,.8)
}

.gridDebug .container {
    height: 100%
}

.gridDebug .row {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.gridDebug .row .col-1 {
    flex: 0 0 auto;
    padding: 0 .78125vw;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 12.5%;
    flex: 0 0 12.5%
}

.gridDebug .colOverlay {
    position: relative;
    display: block;
    height: 100%;
    background: #3eff54
}

.gridDebug .colOverlay span {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-family: monospace;
    font-size: 14px;
    outline: 2px solid #000;
    background-color: #fff
}

.button {
    position: relative;
    padding: 7px 20px 8px 35px;
    height: 36px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    font-weight: 380
}

.button+.button {
    margin-left: 10px
}

.button[href] {
    padding-top: 10px
}

.button--round {
    width: 36px;
    padding: 8px 0;
    text-align: center
}

.button--empty {
    padding: 10px 20px
}

.button::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid currentColor;
    border-radius: 36px;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.button_circle {
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: 50%;
    left: 15px;
    margin-top: -4px;
    background-color: currentColor;
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1),opacity .2s linear
}

.button_label {
    position: relative;
    z-index: 1;
    display: inline-block
}

.button_plus {
    position: absolute;
    z-index: 1;
    right: 18px;
    transform: translateX(30px) scale(0);
    opacity: 0;
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1),opacity .2s linear
}

@media(hover: hover) {
    .button:hover::before {
        transform:scale(1.1)
    }
}

.button:hover .button_circle {
    transform: translateX(-30px) scale(0);
    opacity: 0
}

.button:hover .button_plus {
    transform: translateX(0) scale(1);
    opacity: 1
}

.button:active::before {
    transform: scale(1)
}

.buttonWrap {
    display: inline-block
}

.buttonWrap+.buttonWrap {
    margin-left: 10px
}

.buttonDiscover {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    font-weight: 380;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden
}

@media(max-width: 767px) {
    .buttonDiscover {
        width:36px;
        height: 36px
    }
}

.buttonDiscover_border {
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    transform-origin: center left
}

@media(max-width: 767px) {
    .buttonDiscover_border {
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border: 1px solid currentColor;
        background-color: rgba(0,0,0,0);
        border-radius: 36px;
        transform-origin: center center
    }
}

.buttonDiscover_label {
    position: relative;
    height: calc(1em + 20px);
    display: block;
    width: 150px;
    padding: 10px 0 10px;
    overflow: hidden
}

@media(max-width: 767px) {
    .buttonDiscover_label {
        display:none
    }
}

.buttonDiscover_label_txt {
    position: absolute;
    top: 10px;
    left: 0;
    white-space: nowrap
}

.buttonDiscover_label_txt--2 .char {
    transform: translateY(-30px)
}

.buttonDiscover_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 25px;
    overflow: hidden
}

@media(max-width: 767px) {
    .buttonDiscover_arrow {
        right:14px;
        bottom: 8px
    }
}

.buttonDiscover_arrow_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    fill: currentColor
}

.buttonDiscover_arrow_icon--2 {
    transform: translateY(-30px)
}

.collapses {
    display: flex;
    flex-direction: column;
     height: calc(100dvh - 150px - 4vh) 
    /* height: auto !important; */
}



@media(max-width: 767px) {
    .collapses {
        height:calc(100dvh - 80px - 5vh)
    }
}

.collapse {
  position: relative;
  overflow: hidden;
  height: auto;
  flex: 0 1 60px; /* shrink/grow with animation */
  transition: flex 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column; 
}

.collapse:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scale(0);
    transform-origin: left center;
    transition: transform .8s cubic-bezier(0.19, 1, 0.22, 1)
}

.collapse.active {
  flex: 1 1 auto;
  height: auto;
  overflow: visible;
}

.collapse:not(.default).is-inview::before {
    transform: scaleX(1)
}

.collapse:not(.default).is-inview .collapse_title_num {
    opacity: 1
}

.collapse:not(.default).is-inview .collapse_title_txt {
    opacity: 1
}

.collapse_title {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.collapse_title_num {
    position: absolute;
    top: 22px;
    width: 4.39453125vw;
    opacity: 0
}

@media(max-width: 979px) {
    .collapse_title_num {
        width:50px
    }
}

@media(max-width: 767px) {
    .collapse_title_num {
        transform:translateY(0) !important
    }
}

@media(max-width: 359px) {
    .collapse_title_num {
        font-size:1rem;
        line-height: 1.2857142857
    }
}

.collapse_title_txt {
    padding-left: 4.39453125vw;
    font-size: 1.2857142857rem;
    line-height: 1.1111111111;
    opacity: 0
}

.collapse_title_txt br {
    display: none
}

@media(max-width: 979px) {
    .collapse_title_txt {
        padding-left:50px
    }
}

@media(max-width: 359px) {
    .collapse_title_txt {
        font-size:1rem;
        line-height: 1.2857142857
    }
}

.collapse_content {
  height: auto;
  max-height: none;
  overflow: visible;
  /* margin-top: -30px; */
}

@media(max-width: 767px) {
    .collapse_content {
        top:0
    }
}

.collapse_content_title {
    margin-left: 4.39453125vw
}

@media(max-width: 979px) {
    .collapse_content_title {
        margin-left:50px
    }
}

@media(max-width: 767px) {
    .collapse_content_title {
        font-size:1.5714285714rem;
        line-height: 1.1818181818;
        margin-top: 14px
    }
}

.collapse_content_title .line {
    opacity: 0
}

.collapse_content_body {
    position: relative;
    margin-top: 4vh
}

@media(max-width: 767px) {
    .collapse_content_body {
        margin-top:15px
    }
}

.collapse_content_txt {
    line-height: 1.4
}

@media(max-width: 767px) {
    .collapse_content_txt {
        font-size:.8571428571rem;
        line-height: 1.3333333333
    }
}

.collapse_content_media {
    position: relative;
    margin-top: 3vh;
    margin-left: 4.39453125vw;
    max-width: 22.265625vw;
    aspect-ratio: 1.7777777778
}

.collapse_content_media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 2px red */
}

@media(max-width: 1199px) {
    .collapse_content_media {
        max-width:65%
    }
}

@media(max-width: 979px) {
    .collapse_content_media {
        margin-left:50px;
        max-width: 75%
    }
}

@media(max-width: 767px) {
    .collapse_content_media {
        margin-top:15px
    }
}

@media(max-width: 359px) {
    .collapse_content_media {
        display:none
    }
}

.collapse--media .collapse_content_txt {
    padding-left: 4.39453125vw
}

@media(max-width: 979px) {
    .collapse--media .collapse_content_txt {
        padding-left:50px
    }
}

.collapse--cols .collapse_content_body {
    width: 100%;
    padding-left: 4.39453125vw
}

@media(max-width: 979px) {
    .collapse--cols .collapse_content_body {
        padding-left:50px
    }
}

.collapse--cols .collapse_content_media {
    display: none
}

@media(max-width: 767px) {
    .collapse--cols .collapse_content_media {
        display:block;
        margin-left: 0
    }
}

@media(max-width: 359px) {
    .collapse--cols .collapse_content_media {
        display:none
    }
}

.circles {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    z-index: 5;
    overflow: hidden;
    pointer-events: none;
    color: #fff
}

@media(max-width: 767px) {
    .circles {
        opacity:.5
    }
}

.circles .circle {
    position: absolute;
    top: 53svh;
    left: 50vw;
    margin-left: -33svh;
    margin-top: -33svh;
    width: 66svh;
    height: 66svh;
    opacity: 0
}

.circles .circle::before,.circles .circle::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 120%;
    margin-top: -1px;
    margin-left: -10%;
    top: 50%;
    left: 0;
    opacity: .2
}

.circles .circle::after {
    transform: rotate(90deg)
}

.circles .circle--1 .circle_inner {
    transform: rotate(var(--c-rotate)) scale(var(--c-scale))
}

.circles .circle--1 .circle_border {
    animation: rotate 90s linear infinite
}

.circles .circle--2 .circle_inner {
    transform: rotate(var(--c-rotate-inverse)) scale(var(--c-scale))
}

.circles .circle--2 .circle_border {
    animation: rotateInverse 120s linear infinite
}

.circles .circle--3 .circle_inner {
    transform: scale(var(--c-scale))
}

.circles .circle_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
    transition: transform .6s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.circles .circle_border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 66svh;
    border: 1px solid rgba(255,255,255,.3)
}

.circles .circle_value {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    padding-top: 15px;
    width: 80px;
    transform-origin: top center;
    text-align: center;
    font-size: .8571428571rem;
    line-height: 1.1428571429
}

.circles .circle_plus {
    position: absolute;
    width: 11px;
    height: 11px
}

.circles .circle_plus::before,.circles .circle_plus::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 5px;
    background-color: #fff
}

.circles .circle_plus::after {
    transform: rotate(90deg)
}

.circles .circle_plus:nth-child(1) {
    bottom: calc(100% - 5px);
    left: 50%;
    margin-left: -5px
}

.circles .circle_plus:nth-child(1) .circle_value {
    transform: rotate(180deg)
}

.circles .circle_plus:nth-child(2) {
    top: calc(100% - 5px);
    left: 50%;
    margin-left: -5px
}

.circles .circle_plus:nth-child(2) .circle_value {
    top: 11px
}

.circles .circle_plus:nth-child(3) {
    left: calc(100% - 5px);
    top: 50%;
    margin-left: -5px;
    transform-origin: top center;
    transform: rotate(-90deg)
}

.circles .circle_plus:nth-child(3) .circle_value {
    top: 11px
}

.circles .circle_plus:nth-child(4) {
    right: calc(100% - 5px);
    top: 50%;
    margin-right: -5px;
    transform-origin: top center;
    transform: rotate(90deg)
}

.circles .circle_plus:nth-child(4) .circle_value {
    top: 11px
}

#cc-main {
    background: rgba(0,0,0,0);
    color: var(--cc-primary-color);
    font-family: var(--cc-font-family);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    z-index: var(--cc-z-index)
}

#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span {
    all: unset;
    box-sizing: border-box
}

#cc-main .pm__badge,#cc-main button {
    all: initial;
    box-sizing: border-box;
    color: unset;
    visibility: unset
}

#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden
}

#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr {
    all: revert;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

:root {
    --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --cc-modal-border-radius: .5rem;
    --cc-btn-border-radius: .4rem;
    --cc-modal-transition-duration: .25s;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #30363c;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #667481;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0,0,0,.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em
}

#cc-main.cc--rtl {
    direction: rtl
}

#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong {
    font-weight: 600
}

#cc-main button>span {
    pointer-events: none
}

#cc-main .cc__link,#cc-main a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    font-weight: 600;
    position: relative;
    transition: background-size .25s,color .25s ease
}

#cc-main .cc__link:hover,#cc-main a:hover {
    background-size: 100% 1px;
    color: var(--cc-primary-color)
}

#cc-main .cc__link {
    color: var(--cc-link-color)
}

#cc-main .cm__desc,#cc-main .pm__body {
    overscroll-behavior: auto contain;
    scrollbar-width: thin
}

@media screen and (min-width: 640px) {
    #cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track {
        all:revert
    }

    #cc-main ::-webkit-scrollbar-thumb {
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: var(--cc-toggle-readonly-bg);
        border: .25rem solid var(--cc-bg);
        border-radius: 1rem
    }

    #cc-main ::-webkit-scrollbar-thumb:hover {
        background: var(--cc-toggle-off-bg)
    }

    #cc-main ::-webkit-scrollbar {
        background: rgba(0,0,0,0);
        width: 12px
    }
}

html.disable--interaction.show--consent,html.disable--interaction.show--consent body {
    height: auto !important;
    overflow: hidden !important
}

@media(prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s
    }
}

.cc--darkmode {
    --cc-bg: #161a1c;
    --cc-primary-color: #ebf3f6;
    --cc-secondary-color: #aebbc5;
    --cc-btn-primary-bg: #c2d0e0;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #98a7b6;
    --cc-btn-primary-hover-color: #000;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #242c31;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #353d43;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
    --cc-separator-border-color: #222a30;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #525f6b;
    --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-readonly-bg: #343e45;
    --cc-toggle-readonly-knob-bg: #5f6b72;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: #1e2428;
    --cc-cookie-category-block-bg: #1e2428;
    --cc-cookie-category-block-border: var(--cc-section-category-border);
    --cc-cookie-category-block-hover-bg: #242c31;
    --cc-cookie-category-block-hover-border: #232a2f;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
    --cc-overlay-bg: rgba(0,0,0,.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: #0c0e0f;
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #060809
}

.cc--darkmode #cc-main {
    color-scheme: dark
}

#cc-main .cm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: 0 .625em 1.875em rgba(0,0,2,.3);
    display: flex;
    flex-direction: column;
    max-width: 24rem;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transform: translateY(1.6em);
    visibility: hidden;
    z-index: 1
}

#cc-main .cm--top {
    top: var(--cc-modal-margin)
}

#cc-main .cm--middle {
    top: 50%;
    transform: translateY(calc(-50% + 1.6em))
}

#cc-main .cm--bottom {
    bottom: var(--cc-modal-margin)
}

#cc-main .cm--center {
    left: var(--cc-modal-margin);
    margin: 0 auto;
    right: var(--cc-modal-margin);
    width: unset
}

#cc-main .cm--left {
    left: var(--cc-modal-margin);
    margin-right: var(--cc-modal-margin)
}

#cc-main .cm--right {
    margin-left: var(--cc-modal-margin);
    right: var(--cc-modal-margin)
}

#cc-main .cm__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

#cc-main .cm__btns,#cc-main .cm__links {
    padding: 1rem 1.3rem;
    width: unset
}

#cc-main .cm__texts {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 0
}

#cc-main .cm__desc,#cc-main .cm__title {
    padding: 0 1.3rem
}

#cc-main .cm__title {
    font-size: 1.05em
}

#cc-main .cm__title+.cm__desc {
    margin-top: 1.1em
}

#cc-main .cm__desc {
    color: var(--cc-secondary-color);
    font-size: .9em;
    line-height: 1.5;
    max-height: 40vh;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 1em
}

#cc-main .cm__btns {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    flex-direction: column;
    justify-content: center
}

#cc-main .cm__btn-group {
    display: grid;
    grid-auto-columns: minmax(0, 1fr)
}

#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group {
    margin-top: .375rem
}

#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: .375rem;
    margin-top: 0
}

#cc-main .cm--inline .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: .375rem;
    margin-right: 0
}

#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-right: .375rem
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven {
    display: flex;
    flex: 1;
    justify-content: space-between
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
    flex-direction: row-reverse
}

#cc-main .cm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    padding: .5em 1em;
    text-align: center
}

#cc-main .cm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close {
    border-radius: 0;
    border-bottom-left-radius: var(--cc-btn-border-radius);
    border-right: none;
    border-top: none;
    display: none;
    font-size: 1em;
    height: 42px;
    min-width: auto !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

#cc-main .cm__btn--close svg {
    stroke: var(--cc-btn-primary-color);
    transform: scale(0.5);
    transition: stroke .15s ease
}

#cc-main .cm__btn--close:hover svg {
    stroke: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
    stroke: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
    stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close+.cm__texts .cm__title {
    padding-right: 3rem
}

#cc-main .cm--inline .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm__footer {
    background: var(--cc-footer-bg);
    border-top: 1px solid var(--cc-footer-border-color);
    color: var(--cc-footer-color);
    padding: .4em 0 .5em
}

#cc-main .cm__links {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    padding-top: 0
}

#cc-main .cm__link-group {
    display: flex;
    flex-direction: row;
    font-size: .8em;
    width: 100%
}

#cc-main .cm__link-group>*+* {
    margin-left: 1.3rem
}

#cc-main .cm--flip .cm__btn:last-child {
    grid-row: 1
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--box .cm__btn--close {
    display: block
}

#cc-main .cm--box.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cm--box.cm--wide {
    max-width: 36em
}

#cc-main .cm--box.cm--wide .cm__btns {
    flex-direction: row;
    justify-content: space-between
}

#cc-main .cm--box.cm--wide .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm--box.cm--wide .cm__btn {
    min-width: 120px;
    padding-left: 1.8em;
    padding-right: 1.8em
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
    flex-direction: row-reverse
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--cloud {
    max-width: 54em;
    width: unset
}

#cc-main .cm--cloud .cm__body {
    flex-direction: row
}

#cc-main .cm--cloud .cm__texts {
    flex: 1
}

#cc-main .cm--cloud .cm__desc {
    max-height: 9.4em
}

#cc-main .cm--cloud .cm__btns {
    border-left: 1px solid var(--cc-separator-border-color);
    border-top: none;
    max-width: 23em
}

#cc-main .cm--cloud .cm__btn-group {
    flex-direction: column
}

#cc-main .cm--cloud .cm__btn {
    min-width: 19em
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
    flex-direction: row
}

#cc-main .cm--cloud.cm--inline .cm__btn {
    min-width: 10em
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
    flex-direction: row-reverse
}

#cc-main .cm--bar {
    border-radius: 0;
    left: 0;
    margin: 0;
    max-width: unset;
    opacity: 1;
    right: 0;
    transform: translateY(0);
    width: 100vw;
    --cc-modal-transition-duration: .35s
}

#cc-main .cm--bar.cm--top {
    top: 0;
    transform: translateY(-100%)
}

#cc-main .cm--bar.cm--bottom {
    bottom: 0;
    transform: translateY(100%)
}

#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links {
    margin: 0 auto;
    max-width: 55em;
    width: 100%
}

#cc-main .cm--bar .cm__body {
    padding: .5em 0 .9em
}

#cc-main .cm--bar .cm__btns {
    border-top: none;
    flex-direction: row;
    justify-content: space-between
}

#cc-main .cm--bar .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--bar .cm__btn {
    min-width: 120px;
    padding-left: 2em;
    padding-right: 2em
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .cm--bar.cm--flip .cm__btns {
    flex-direction: row-reverse
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links {
    max-width: 74em
}

#cc-main .cm--bar.cm--inline .cm__body {
    flex-direction: row;
    padding: 0
}

#cc-main .cm--bar.cm--inline .cm__btns {
    flex-direction: column;
    justify-content: center;
    max-width: 23em
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease
}

#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close {
    transition: background-color .15s ease,border-color .15s ease,color .15s ease
}

.disable--interaction #cc-main .cm-wrapper:before {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 0
}

.show--consent #cc-main .cc--anim .cm {
    opacity: 1;
    transform: translateY(0);
    visibility: visible !important
}

.show--consent #cc-main .cc--anim .cm--middle {
    transform: translateY(-50%)
}

.show--consent #cc-main .cc--anim .cm--bar {
    transform: translateY(0)
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
    opacity: 1;
    visibility: visible
}

#cc-main.cc--rtl .cm__btn--close {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--cc-btn-border-radius);
    left: 0;
    right: unset
}

#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title {
    padding-left: 3rem !important;
    padding-right: 1.3rem
}

#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .cm__link-group>*+* {
    margin-left: 0;
    margin-right: 1.3rem
}

@media screen and (max-width: 640px) {
    #cc-main {
        --cc-modal-margin:.5em
    }

    #cc-main .cm {
        max-width: none !important;
        width: auto !important
    }

    #cc-main .cm__body {
        flex-direction: column !important;
        padding: 0 !important
    }

    #cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title {
        padding-left: 1.1rem !important;
        padding-right: 1.1rem !important
    }

    #cc-main .cm__btns {
        border-left: none !important;
        border-top: 1px solid var(--cc-separator-border-color) !important;
        flex-direction: column !important;
        max-width: none !important;
        min-width: auto !important
    }

    #cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group {
        margin: .375rem 0 0 !important
    }

    #cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
        margin-bottom: .375rem !important;
        margin-top: 0 !important
    }

    #cc-main .cm__btn-group {
        display: flex !important;
        flex-direction: column !important;
        min-width: auto !important
    }

    #cc-main .cm__btn {
        flex: auto !important
    }

    #cc-main .cm__link-group {
        justify-content: center !important
    }

    #cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns {
        flex-direction: column-reverse !important
    }
}

#cc-main .pm-wrapper {
    position: relative;
    z-index: 2
}

#cc-main .pm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: 0 .625em 1.875em rgba(0,0,2,.3);
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: unset;
    z-index: 1
}

#cc-main svg {
    fill: none;
    width: 100%
}

#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm__header {
    align-items: center;
    border-bottom: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__title {
    align-items: center;
    display: flex;
    flex: 1;
    font-weight: 600;
    margin-right: 2em
}

#cc-main .pm__close-btn {
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: 40px;
    position: relative;
    transition: all .15s ease;
    width: 40px
}

#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%
}

#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
    transition: stroke .15s ease
}

#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color)
}

#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay
}

#cc-main .pm__section,#cc-main .pm__section--toggle {
    border-radius: var(--cc-btn-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: .5em
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    margin-top: 0 !important;
    overflow: hidden
}

#cc-main .pm__section {
    border: 1px solid var(--cc-separator-border-color);
    padding: 1em;
    transition: background-color .25s ease,border-color .25s ease
}

#cc-main .pm__section:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none
}

#cc-main .pm__section:not(:first-child):hover {
    background: var(--cc-cookie-category-block-bg);
    border-color: var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-toggles+.pm__section {
    margin-top: 2em
}

#cc-main .pm__section--toggle {
    background: var(--cc-cookie-category-block-bg);
    border-top: none;
    margin-bottom: .375rem
}

#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 1.1em 5.4em 1.1em 1.2em;
    position: relative;
    transition: background-color .25s ease,border-color .25s ease;
    width: 100%
}

#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg);
    border-color: var(--cc-cookie-category-block-hover-border)
}

#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: 1em
}

#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(0.5) rotate(180deg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex
}

#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
    padding-left: 3.4em
}

#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    width: 20px
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5)
}

#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
    margin-top: .85em
}

#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
    font-size: .95em;
    font-weight: 600
}

#cc-main .pm__badge {
    align-items: center;
    background: var(--cc-btn-secondary-bg);
    border-radius: 5em;
    color: var(--cc-secondary-color);
    display: flex;
    flex: none;
    font-size: .8em;
    font-weight: 600;
    height: 23px;
    justify-content: center;
    margin-left: 1em;
    min-width: 23px;
    overflow: hidden;
    padding: 0 .6em 1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto
}

#cc-main .pm__service-counter {
    background: var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-color);
    padding: 0;
    width: 23px
}

#cc-main .pm__service-counter[data-counterlabel] {
    padding: 0 .6em 1px;
    width: auto
}

#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label {
    border-radius: var(--cc-pm-toggle-border-radius);
    height: 23px;
    transform: translateZ(0);
    width: 50px
}

#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: 18px;
    z-index: 1
}

#cc-main .toggle-service {
    height: 19px;
    position: relative;
    right: 0;
    width: 42px
}

#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label {
    height: 19px;
    width: 42px
}

#cc-main .toggle-service .toggle__icon {
    position: relative
}

#cc-main .toggle-service .toggle__icon-circle {
    height: 19px;
    width: 19px
}

#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translateX(23px)
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none !important
}

#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0
}

#cc-main .section__toggle:disabled {
    cursor: not-allowed
}

#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all .25s ease
}

#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: var(--cc-pm-toggle-border-radius);
    box-shadow: 0 1px 2px rgba(24,32,3,.36);
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .25s ease,background-color .25s ease;
    width: 23px
}

#cc-main .toggle__icon-off,#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity .15s ease;
    width: 100%
}

#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg)
}

#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(0.55) rotate(-45deg)
}

#cc-main .toggle__icon-off {
    opacity: 1
}

#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(0.55)
}

#cc-main .section__toggle:checked~.toggle__icon {
    background: var(--cc-toggle-on-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-on-bg)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
    transform: translateX(27px)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on {
    opacity: 1
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off {
    opacity: 0
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
    background: var(--cc-toggle-readonly-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg)
}

#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none
}

#cc-main .section__toggle:checked:disabled~.toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color)
}

#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1
}

#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
    font-size: .9em
}

#cc-main .pm__section-desc-wrapper>:not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-services {
    display: flex;
    flex-direction: column
}

#cc-main .pm__service {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .4em 1.2em;
    position: relative;
    transition: background-color .15s ease
}

#cc-main .pm__service:hover {
    background-color: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__service-header {
    align-items: center;
    display: flex;
    margin-right: 1em;
    width: 100%
}

#cc-main .pm__service-icon {
    border: 2px solid;
    border-radius: 100%;
    height: 8px;
    margin-left: 6px;
    margin-right: 20px;
    margin-top: 1px;
    min-width: 8px
}

#cc-main .pm__service-title {
    font-size: .95em;
    width: 100%;
    word-break: break-word
}

#cc-main .pm__section-desc {
    line-height: 1.5em
}

#cc-main .pm__section-table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%
}

#cc-main .pm__table-caption {
    text-align: left
}

#cc-main .pm__table-caption,#cc-main .pm__table-head>tr {
    border-bottom: 1px dashed var(--cc-separator-border-color);
    color: var(--cc-primary-color);
    font-weight: 600
}

#cc-main .pm__table-tr {
    transition: background-color .15s ease
}

#cc-main .pm__table-tr:hover {
    background: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th {
    padding: .625em .625em .625em 1.2em;
    vertical-align: top
}

#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__btn-group {
    display: flex
}

#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
    margin-left: .375rem
}

#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .pm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    min-width: 110px;
    padding: .5em 1.5em;
    text-align: center;
    transition: background-color .15s ease,border-color .15s ease,color .15s ease
}

#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color)
}

#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color)
}

#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm--box {
    height: calc(100% - 2em);
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: 37.5em;
    max-width: 43em;
    right: var(--cc-modal-margin);
    top: 50%;
    transform: translateY(calc(-50% + 1.6em))
}

#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: 29em;
    opacity: 1;
    top: 0;
    width: 100%;
    --cc-modal-transition-duration: .35s
}

#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr {
    display: block
}

#cc-main .pm--bar .pm__table-head {
    display: none
}

#cc-main .pm--bar .pm__table-caption {
    display: block
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color)
}

#cc-main .pm--bar .pm__table-td {
    display: flex;
    justify-content: space-between
}

#cc-main .pm--bar .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis
}

#cc-main .pm--bar .pm__table-td>div {
    flex: 3
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header {
    padding: 1em 1.3em
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer {
    flex-direction: column
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin: .375rem 0 0
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
    flex-direction: column-reverse
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group {
    margin-bottom: .375rem;
    margin-top: 0
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
    display: none
}

#cc-main .pm--bar.pm--left {
    left: 0;
    transform: translateX(-100%)
}

#cc-main .pm--bar.pm--right {
    right: 0;
    transform: translateX(100%)
}

#cc-main .pm--bar.pm--wide {
    max-width: 35em
}

#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1
}

#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease
}

.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible !important
}

.show--preferences #cc-main .cc--anim .pm--box {
    transform: translateY(-50%)
}

.show--preferences #cc-main .cc--anim .pm--bar {
    transform: translateX(0)
}

.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible
}

#cc-main.cc--rtl .pm__service-header {
    margin-left: 1em;
    margin-right: 0
}

#cc-main.cc--rtl .pm__section-arrow {
    left: unset;
    right: 18px
}

#cc-main.cc--rtl .section__toggle-wrapper {
    left: 18px;
    right: unset;
    transform-origin: left
}

#cc-main.cc--rtl .toggle-service {
    left: 0
}

#cc-main.cc--rtl .pm__service-icon {
    margin-left: 20px;
    margin-right: 5px
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
    padding-left: 5.4em;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
    padding-right: 3.4em
}

#cc-main.cc--rtl .pm__badge {
    margin-left: unset;
    margin-right: 1em
}

#cc-main.cc--rtl .toggle__icon-circle {
    transform: translateX(27px)
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
    transform: translateX(23px)
}

#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translateX(0)
}

#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th {
    padding-left: unset;
    padding-right: 1.2em;
    text-align: right
}

#cc-main.cc--rtl .pm__table-td {
    padding-left: unset;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__table-td:before {
    padding-left: 2em;
    padding-right: unset
}

#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin-left: 0
}

@media screen and (max-width: 640px) {
    #cc-main .pm {
        border-radius:0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: none !important;
        right: 0;
        top: 0;
        transform: translateY(1.6em)
    }

    #cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
        padding: .9em !important
    }

    #cc-main .pm__badge {
        display: none
    }

    #cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr {
        display: block
    }

    #cc-main .pm__table-head {
        display: none
    }

    #cc-main .pm__table-tr:not(:last-child) {
        border-bottom: 1px solid var(--cc-separator-border-color)
    }

    #cc-main .pm__table-td {
        display: flex;
        justify-content: space-between
    }

    #cc-main .pm__table-td:before {
        color: var(--cc-primary-color);
        content: attr(data-column);
        flex: 1;
        font-weight: 600;
        min-width: 100px;
        overflow: hidden;
        padding-right: 2em;
        text-overflow: ellipsis
    }

    #cc-main .pm__table-td>div {
        flex: 3
    }

    #cc-main .pm__btn-group,#cc-main .pm__footer {
        flex-direction: column !important
    }

    #cc-main .pm__btn-group {
        display: flex !important
    }

    #cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
        margin: .375rem 0 0 !important
    }

    #cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
        margin-bottom: .375rem !important;
        margin-top: 0 !important
    }

    #cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse !important
    }

    .show--preferences #cc-main .cc--anim .pm {
        transform: translateY(0) !important
    }
}

@media(max-width: 767px) {
    #cc-main {
        z-index:990 !important
    }
}

#cc-main .cm {
    background-color: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    right: 0;
    bottom: 0;
    padding: 80px 80px 60px 80px;
    border-radius: 0;
    max-width: 1000px;
    width: 100%;
    box-shadow: none;
    margin-left: 0
}

@media(max-width: 767px) {
    #cc-main .cm {
        padding:20px
    }
}

#cc-main .cm--cloud .cm__btns {
    border-left: 0;
    border-top: 0 !important
}

#cc-main .cm__desc {
    color: #fff
}

#cc-main .cm__btn {
    border-radius: 40px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: 1px solid #fff
}

#cc-main .cm__btn[data-role=all] {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}

#cc-main .cm__btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}

#cc-main .cm--inline .cm__btn+.cm__btn {
    margin-left: 10px
}

#cc-main .cm__btn-group+.cm__btn-group {
    margin-top: 10px
}

.pSection--hero {
    min-height: 250svh
}

.pSection--hero[data-step="1"] .hero_footer {
    pointer-events: none
}

.pSection--hero[data-step="2"] .hero_scroll {
    pointer-events: none
}

.pSection--hero .pSection_triggeSteps {
    position: absolute;
    pointer-events: none
}

.pSection--hero .pSection_triggeSteps[data-step="1"] {
    top: 0;
    height: 100vh
}

.pSection--hero .pSection_triggeSteps[data-step="2"] {
    top: 100vh;
    bottom: 0
}

.pSection--hero .pSection_progress--blur {
    top: 50vh;
    height: 50vh
}

.pSection--hero .pSection_target {
    position: absolute;
    top: 65vh
}

.pSection--hero .hero {
    position: sticky;
    top: 0;
    min-height: 100dvh
}

.pSection--hero .hero .pSection_header {
    min-height: 100dvh
}

.pSection--hero .hero_titles {
    position: relative;
    min-height: 1.77em;
    font-size: clamp(80px,7.35svw,160px);
    line-height: .8125;
    font-weight: 500;
    line-height: 1.3;
    font-size: 80px;
    margin-bottom: 20px;
}

@media(max-width: 1199px) {
    .pSection--hero .hero_titles {
        font-size:4.1428571429rem;
        line-height: 1.1428571429;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .pSection--hero .hero_titles {
        font-size:2.8571428571rem;
        line-height: 1.1;
        line-height: 1.3
    }
}

@media(max-width: 359px) {
    .pSection--hero .hero_titles {
        font-size:2.2857142857rem;
        line-height: 1;
        line-height: 1.3
    }
}

.pSection--hero .hero_titles .line {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    overflow: clip
    font-weight: 300;
}

.pSection--hero .hero_titles .line .word {
    transform: translateY(110%) rotate(3deg);
    transform-origin: center left;
    opacity: 0
}

.pSection--hero .hero_titles .line+.line {
    margin-top: -0.375em
}

@media(max-width: 767px) {
    .pSection--hero .hero_titles .line+.line {
        margin-top:0
    }
}

.pSection--hero .hero_titles span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .pSection--hero .hero_titles span {
        top:auto;
        bottom: 0
    }
}

.pSection--hero .hero .buttonDiscover {
    opacity: 0
}

@media(max-width: 767px) {
    .pSection--hero .hero .buttonDiscover {
        margin-left:auto
    }
}

.pSection--hero .hero_scroll {
    position: absolute;
    bottom: 3.125vw;
    right: 0;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100px;
    opacity: 0
}

@media(max-width: 979px) {
    .pSection--hero .hero_scroll {
        width:80px;
        height: 80px
    }
}

@media(max-width: 767px) {
    .pSection--hero .hero_scroll {
        width:60px;
        height: 60px;
        bottom: 20px;
        right: -10px
    }
}

.pSection--hero .hero_scroll_label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1428571429;
    line-height: 20px;
    margin-top: -10px;
    text-transform: uppercase;
    overflow: hidden
}

@media(max-width: 979px) {
    .pSection--hero .hero_scroll_label {
        font-size:.9285714286rem;
        line-height: 1.1428571429;
        line-height: 20px;
        font-weight: 570
    }
}

@media(max-width: 767px) {
    .pSection--hero .hero_scroll_label {
        font-size:.7857142857rem;
        line-height: 1.1428571429;
        font-weight: 570;
        line-height: 20px
    }
}

.pSection--hero .hero_scroll svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -16px;
    fill: currentColor;
    transform: translateY(-30px);
    opacity: 0
}

.pSection--hero .hero_scroll::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: transform .8s cubic-bezier(0.19, 1, 0.22, 1)
}

@media(hover: hover) {
    .pSection--hero .hero_scroll:hover::before {
        transform:scale(1.1)
    }
}

.pSection--hero .hero_scroll:active::before {
    transform: scale(0.92)
}

.pSection--sport .pSection_sub {
    min-height: 300svh;
    padding-top: 0
}

.pSection--sport .pSection_sticky {
    display: flex;
    align-items: center
}

.pSection--sport .manifesto .st4 {
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .pSection--sport .manifesto .st4 {
        margin-bottom:30px
    }
}

@media(max-width: 359px) {
    .pSection--sport .manifesto .st4 {
        margin-bottom:0
    }
}

@media(max-width: 359px) {
    .pSection--sport .manifesto .buttonWrap {
        display:none
    }
}

.pSection--sport .manifesto .word {
    opacity: .4;
    filter: blur(15px);
    transform: scale(0.85);
    transition: opacity .2s linear,filter .3s linear,transform .6s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.pSection--sport .manifesto .word.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1)
}

@media(max-width: 767px) {
    .pSection--sport .manifesto_content {
        margin-top:45px
    }
}

.pSection--sport .recognition {
    position: relative;
    min-height: 400svh;
    padding-top: 0
}

.pSection--sport .recognition_progress {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 0
}

.pSection--sport .recognition .pSection_sticky {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.pSection--sport .recognition_carousel {
    width: 93.75vw;
    max-width: 93.75vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px
}

@media(max-width: 767px) {
    .pSection--sport .recognition_carousel {
        padding-bottom:30px;
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px)
    }
}

.pSection--sport .recognition_titles {
    position: relative;
    height: 5.5em;
    color: #fff
}

@media(max-width: 767px) {
    .pSection--sport .recognition_titles {
        height:9.2em
    }
}

.pSection--sport .recognition_titles .st4 {
    position: absolute;
    bottom: calc(100% + 30px)
}

.pSection--sport .recognition_title {
    position: absolute;
    width: 100%;
    pointer-events: none;
    line-height: 1.3
}

@media(max-width: 767px) {
    .pSection--sport .recognition_title br {
        display:none
    }
}

.pSection--sport .recognition_title .line {
    margin-top: -0.15em;
    margin-bottom: -0.15em;
    overflow: clip
}

.pSection--sport .recognition_title .line .word {
    transform: translateY(110%) rotate(3deg);
    transform-origin: center left;
    opacity: 0
}

.pSection--sport .recognition_title .line+.line {
    margin-top: -0.2em
}

.pSection--sport .recognition_title .spacer {
    display: block !important;
    margin-bottom: 30px
}

.pSection--sport .recognition_title.active {
    pointer-events: all
}

.pSection--sport .recognition_nav {
    position: relative;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media(max-width: 767px) {
    .pSection--sport .recognition_nav {
        margin-top:30px;
        padding-bottom: 30px
    }
}

.pSection--sport .recognition_nav_item {
    width: calc(33.3333333333% - 1.5625vw);
    text-transform: uppercase
}

.pSection--sport .recognition_nav_item.is-inview {
    opacity: .5
}

.pSection--sport .recognition_nav_item.is-inview.active {
    opacity: 1
}

.pSection--sport .recognition_nav_item.is-inview.active .recognition_nav_num {
    transform: translateX(15px)
}

@media(max-width: 979px) {
    .pSection--sport .recognition_nav_item.is-inview.active .recognition_nav_num {
        transform:none
    }
}

.pSection--sport .recognition_nav_item.is-inview.active .recognition_nav_label {
    font-weight: 790;
    transform: translateX(15px)
}

@media(max-width: 979px) {
    .pSection--sport .recognition_nav_item.is-inview.active .recognition_nav_label {
        transform:none
    }
}

.pSection--sport .recognition_nav_item.is-inview.active .recognition_nav_progress_bar {
    opacity: 1
}

.pSection--sport .recognition_nav_progress {
    display: block;
    position: relative;
    height: 1px;
    background-color: currentColor;
    margin: 20px 0
}

.pSection--sport .recognition_nav_progress_bar {
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: center left
}

.pSection--sport .recognition_nav_num {
    display: block;
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1)
}

@media(max-width: 767px) {
    .pSection--sport .recognition_nav_num {
        display:none
    }
}

.pSection--sport .recognition_nav_label {
    display: block;
    letter-spacing: .05em;
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .15s
}

@media(max-width: 979px) {
    .pSection--sport .recognition_nav_label {
        font-size:.9285714286rem;
        line-height: 1.1428571429
    }
}

@media(max-width: 767px) {
    .pSection--sport .recognition_nav_label {
        display:none
    }
}

.pSection--sport .recognition_nav_mobileTitles {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px
}

@media(max-width: 767px) {
    .pSection--sport .recognition_nav_mobileTitles {
        display:block
    }
}

.pSection--sport .recognition_nav_mobileTitles_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 570;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .2s linear,transform .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.pSection--sport .recognition_nav_mobileTitles_item.active {
    transform: translateY(0);
    opacity: 1
}

.pSection--sport .recognition_nav_mobileTitles_item_label {
    display: block;
    letter-spacing: .05em;
    flex: 1
}

.pSection--sport .recognition_nav_mobileTitles_item_num {
    display: block;
    margin-left: 30px
}

.pSection--sport .recognition .nbsp {
    position: relative;
    white-space: nowrap
}

.pSection--sport .recognition .brand {
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

@media(hover: hover) {
    .pSection--sport .recognition .brand:hover {
        z-index:11
    }
}

.pSection--sport .recognition .brand::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    transform-origin: center left
}

@media(max-width: 767px) {
    .pSection--sport .recognition .brand::after {
        height:2px
    }
}

.pSection--sport .recognition_brands {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s linear
}

@media(max-width: 767px) {
    .pSection--sport .recognition_brands {
        display:none
    }
}

.pSection--sport .recognition_brands.active {
    opacity: 1
}

.pSection--sport .recognition_brands.active .recognition_brands_cartouche::before {
    transform: scale(1)
}

.pSection--sport .recognition_brands_cartouche {
    position: absolute;
    width: 400px;
    height: 140px;
    top: 0;
    left: 0;
    margin-top: -200px;
    margin-left: 20px;
    transition: transform .8s cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media(max-width: 1199px) {
    .pSection--sport .recognition_brands_cartouche {
        width:300px;
        height: 105px;
        margin-top: -200px
    }
}

.pSection--sport .recognition_brands_cartouche::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 140px;
    background-color: #fff;
    transform: scale(0);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.pSection--sport .recognition_brands_cartouche img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1) rotate(-10deg);
    max-width: 350px;
    max-height: 100px;
    opacity: 0;
    transition: opacity .3s linear,transform .8s cubic-bezier(0.19, 1, 0.22, 1)
}

@media(max-width: 1199px) {
    .pSection--sport .recognition_brands_cartouche img {
        max-width:250px;
        max-height: 75px
    }
}

.pSection--sport .recognition_brands_cartouche img.active {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: .9
}

.pSection--sphere .sphereTitle {
    font-size: clamp(70px,5.5svw,110px);
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 7svh
}

@media(max-width: 1199px) {
    .pSection--sphere .sphereTitle {
        font-size:4.1428571429rem;
        line-height: 1.1428571429;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .pSection--sphere .sphereTitle {
        font-size:2.8571428571rem;
        line-height: 1.1;
        line-height: 1.3
    }
}

@media(max-width: 359px) {
    .pSection--sphere .sphereTitle {
        font-size:2.2857142857rem;
        line-height: 1;
        line-height: 1.3
    }
}

.pSection--sphere .sphereTitle .line {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    overflow: clip
}

.pSection--sphere .sphereTitle .line .word {
    transform: translateY(110%) rotate(3deg);
    transform-origin: center left;
    opacity: 0
}

.pSection--sphere .sphereTitle .line+.line {
    margin-top: -0.375em
}

@media(max-width: 767px) {
    .pSection--sphere .sphereTitle .line+.line {
        margin-top:0
    }
}

.pSection--sphere .sphereExperimentation {
    margin-top: 30svh;
    min-height: 300svh
}

@media(max-width: 1499px) {
    .pSection--sphere .sphereExperimentation .pSection_sticky {
        padding-top:110px
    }

    .pSection--sphere .sphereExperimentation .collapses {
        height: calc(100dvh - 110px - 4vh)
    }
}

.pSection--sphere .sphereExperimentation .pSection_triggerCircles {
    top: -30svh
}

.pSection--sphere .sphereExperimentation .st4 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(max-width: 1499px) {
    .pSection--sphere .sphereExperimentation .st4 {
        margin-bottom:3svh
    }
}

.pSection--sphere .sphereExperimentation_progress {
    position: absolute;
    z-index: 111;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.pSection--sphere .sphereExperimentation .parentFade {
    top: 100%
}

.pSection--sphere .sphereFocus {
    position: relative;
    padding-top: 0;
    min-height: 330svh
}

.pSection--sphere .sphereFocus .pSection_triggerCircles[data-state="7"] {
    top: 0;
    height: 350svh;
    right: 200px;
    bottom: auto
}

.pSection--sphere .sphereFocus_progress {
    position: absolute;
    top: 150svh;
    height: 200svh;
    pointer-events: none
}

.pSection--sphere .sphereFocus_progress--contents {
    top: 80svh;
    height: 250svh
}

.pSection--sphere .sphereFocus_contents {
    margin-top: 50svh
}

.pSection--sphere .sphereFocus .parentFade {
    top: 100%
}

.pSection--invest .st1 {
    font-size: clamp(80px,7.35svw,160px);
    font-weight: 300;
    line-height: 1.3
}

@media(max-width: 1199px) {
    .pSection--invest .st1 {
        font-size:4.1428571429rem;
        line-height: 1.1428571429;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .pSection--invest .st1 {
        font-size:2.8571428571rem;
        line-height: 1.1;
        line-height: 1.3
    }
}

@media(max-width: 359px) {
    .pSection--invest .st1 {
        font-size:2.2857142857rem;
        line-height: 1;
        line-height: 1.3
    }
}

.pSection--invest .joinInvest {
    padding-top: 40svh;
    min-height: auto;
    padding-bottom: 25svh
}

@media(max-width: 767px) {
    .pSection--invest .joinInvest {
        padding-top:25svh;
        padding-bottom: 20svh
    }
}

.pSection--invest .joinInvest_contact {
    position: relative
}

.pSection--invest .joinInvest_contact .parentFade {
    top: 73svh;
    height: 25svh
}

@media(max-width: 1199px) {
    .pSection--invest .joinInvest_contact .parentFade {
        top:82svh
    }
}

@media(max-width: 979px) {
    .pSection--invest .joinInvest_contact .parentFade {
        top:80svh
    }
}

@media(max-width: 767px) {
    .pSection--invest .joinInvest_contact {
        margin-top:60px
    }
}

.pSection--invest .joinInvest_contact_link {
    position: relative;
    display: inline-block
}

.pSection--invest .joinInvest_contact_link_border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: currentColor
}

@media(max-width: 767px) {
    .pSection--invest .joinInvest_contact_link_border {
        height:2px
    }
}

.pSection--invest .joinInvest_contact a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: clamp(100px,6.5svw + 4svh,200px);
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .pSection--invest .joinInvest_contact a {
        font-size:2.2857142857rem;
        line-height: 1
    }
}

.pSection--invest .joinInvest_contact a span {
    display: inline-block;
    padding-bottom: .15em
}

.pSection--invest .joinInvest_contact a span:last-child {
    position: absolute;
    top: 0;
    left: 0
}

.pSection--invest .joinInvest_contact a span:last-child .char {
    transform: translateY(120%);
    opacity: 0
}

[lang=fr] .pSection--hero .hero_titles {
    min-height: 1.77em;
    font-size: clamp(60px,5.4svw,160px);
    line-height: 1.3;
    font-weight: 300
}

@media(max-width: 1199px) {
    [lang=fr] .pSection--hero .hero_titles {
        font-size:4.1428571429rem;
        line-height: 1.1428571429;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    [lang=fr] .pSection--hero .hero_titles {
        font-size:2.8571428571rem;
        line-height: 1.1;
        line-height: 1.3
    }
}

@media(max-width: 359px) {
    [lang=fr] .pSection--hero .hero_titles {
        font-size:2.2857142857rem;
        line-height: 1;
        line-height: 1.3
    }
}

.edito {
    background-color: #000;
    color: #000
}

.edito .main {
    position: relative;
    z-index: 1
}

.edito .navbarEdito {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.125vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    color: #fff;
    mix-blend-mode: difference
}

@media(max-width: 767px) {
    .edito .navbarEdito {
        padding-top:30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.edito .navbarEdito_back {
    position: relative;
    width: 22.265625vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2857142857rem;
    line-height: 1.1428571429;
    text-transform: uppercase;
    padding: 30px 0
}

@media(max-width: 1199px) {
    .edito .navbarEdito_back {
        width:29.00390625vw
    }
}

@media(max-width: 767px) {
    .edito .navbarEdito_back {
        width:100%;
        padding: 20px 0
    }
}

.edito .navbarEdito_back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor
}

.edito .navbarEdito_back a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media(max-width: 767px) {
    .edito .navbarEdito_actions {
        display:none
    }
}

.edito .navbarMask {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    display: none
}

@media(max-width: 767px) {
    .edito .navbarMask {
        display:block
    }
}

.edito .navbarMask.visible {
    opacity: 1
}

.edito .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    width: calc(34.1796875vw + 3.125vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    mix-blend-mode: difference;
    margin-top: calc(100dvh - var(--header_height))
}

@media(max-width: 767px) {
    .edito .header {
        width:100%;
        position: relative;
        background: rgba(0,0,0,.3);
        mix-blend-mode: normal;
        margin-top: 0;
        height: 100dvh
    }
}

.edito .header_content {
    padding-top: calc(3.125vw + 160px);
    padding-left: 3.125vw;
    padding-bottom: 4.6875vw
}

@media(max-width: 767px) {
    .edito .header_content {
        padding-bottom:30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.edito .header_content_txt {
    padding-right: 11.9140625vw;
    margin-top: 3.125vw
}

@media(max-width: 1199px) {
    .edito .header_content_txt {
        padding-right:4.39453125vw
    }
}

@media(max-width: 767px) {
    .edito .header_content_txt {
        padding-right:0
    }
}

.edito_scroll {
    position: fixed;
    z-index: 0;
    top: calc(100vh - 100px - 3.125vw);
    right: 3.125vw;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100px
}

@media(max-width: 979px) {
    .edito_scroll {
        width:80px;
        height: 80px;
        top: auto;
        bottom: 20px
    }
}

@media(max-width: 767px) {
    .edito_scroll {
        width:60px;
        height: 60px;
        top: auto;
        bottom: 15px;
        right: 15px
    }
}

.edito_scroll_label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1428571429;
    line-height: 20px;
    margin-top: -10px;
    text-transform: uppercase;
    overflow: hidden
}

@media(max-width: 979px) {
    .edito_scroll_label {
        font-size:.9285714286rem;
        line-height: 1.1428571429;
        line-height: 20px;
        font-weight: 570
    }
}

@media(max-width: 767px) {
    .edito_scroll_label {
        font-size:.7857142857rem;
        line-height: 1.1428571429;
        font-weight: 570;
        line-height: 20px
    }
}

.edito_scroll svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -16px;
    fill: currentColor;
    transform: translateY(-30px);
    opacity: 0
}

.edito_scroll::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: transform .8s cubic-bezier(0.19, 1, 0.22, 1)
}

@media(hover: hover) {
    .edito_scroll:hover::before {
        transform:scale(1.1)
    }
}

.edito_scroll:active::before {
    transform: scale(0.92)
}

.edito .cover {
    position: fixed;
    height: 100svh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #000
}

.edito .cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: var(--cover_mask)
}

.edito .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(var(--cover_scale))
}

.edito .content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    min-height: 100svh;
    padding: 120px 0 120px 0;
    font-size: 1.2857142857rem;
    line-height: 1.2222222222
}

@media(max-width: 767px) {
    .edito .content {
        padding:80px 0 80px 0;
        font-size: 1rem;
        line-height: 1.2857142857
    }
}

.edito .content a {
    text-decoration: underline
}

.edito .content a:hover {
    text-decoration: none
}

.edito .content p+p {
    margin-top: 1em
}

.edito .content p+h2 {
    margin-top: 60px
}

@media(max-width: 767px) {
    .edito .content p+h2 {
        margin-top:45px
    }
}

.edito .content p+h3 {
    margin-top: 30px
}

@media(max-width: 767px) {
    .edito .content p+h3 {
        margin-top:30px
    }
}

.edito .content ul {
    padding-left: revert;
    padding-top: 10px;
    padding-bottom: 10px
}

.edito .content ul li {
    list-style: circle
}

.edito .content ul li+li {
    margin-top: 10px
}

.edito .content ul+h2 {
    margin-top: 60px
}

@media(max-width: 767px) {
    .edito .content ul+h2 {
        margin-top:45px
    }
}

.edito .content h2 {
    font-size: clamp(40px,2.5svw,55px);
    line-height: 1;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .edito .content h2 {
        font-size:2.1428571429rem;
        line-height: 1;
        margin-bottom: 15px
    }
}

.edito .content h3 {
    font-size: 1.7142857143rem;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 570
}

.edito .footer {
    color: #fff
}

.edito .jobsIframe {
    width: 100%
}

/*# sourceMappingURL=main.css.map */

/* 
#customTitleWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  
} */

#customTitle {
  font-size: clamp(24px, 4vw, 48px);
  background: linear-gradient(90deg, #7f8181, #1a1b1b); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: bold;
  
}


.pSection_header_inner.centered-section {
  min-height: 100dvh;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
}

.pSection_header_inner.centered-section .pSection_header_content {
  display: block;
  text-align: center;
}

#gait-analysis-section .container::-webkit-scrollbar {
            height: 8px;
        }

        #gait-analysis-section .container::-webkit-scrollbar-thumb {
            background: #555;
            border-radius: 4px;
        }

        /* Section container - STICKY */
   #gait-analysis-section {
    position: -webkit-sticky;
    top: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    box-sizing: border-box;
    color: white;
    z-index: 10;

    /* Subtle grey grid background */
    background-image:
    linear-gradient(to right, rgba(128, 128, 128, 0.5) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(128, 128, 128, 0.5) 1px, transparent 1px);
    background-size: 50px 50px; /* adjust grid size here */
    background-position: center;
}


        #gait-analysis-section .main-title {
            text-align: center;
            font-size: 48px;
            font-weight: bold;
            user-select: none;
            margin: 0; /* Remove default margins */
            flex-shrink: 0; /* Prevent title from shrinking */
        }

        /* Container positioned at bottom */
        #gait-analysis-section .container {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            overflow: hidden; /* Remove horizontal scroll */
            gap: 16px; /* Reduced gap to fit all cards */
            padding: 20px;
            height: 350px;
            margin: 0 20px; /* Reduced margin */
            flex-shrink: 0; /* Prevent container from shrinking */
            width: calc(100% - 40px); /* Ensure full width usage */
        }

        /* Cards with light grey border */
        #gait-analysis-section .card {
            position: relative;
            border: 2px solid #d3d3d3; 
            border-radius: 12px;
            width: 70px;
            height: 280px; 
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            padding: 8px; /* Reduced padding */
            cursor: pointer;
            transition: width 0.5s ease;
            flex-shrink: 0;
            overflow: hidden;
            background: transparent;
            margin-top: 50px;
            box-sizing: border-box;
            will-change: width, background;
        }

        #gait-analysis-section .card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;              
    height: 100%;            
    transform: translate(-50%, -50%); 
    background-image: var(--bg-image);
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;                /* set to 1 if you want it visible */
    transition: opacity 0.5s ease;
    border-radius: 12px;
    z-index: 0;
}

        /* Hover state */
      #gait-analysis-section .card:hover {
    width: 250px; 
    background: rgba(0, 0, 0, 0.6);
    justify-content: flex-start;
    z-index: 5;
    overflow: visible; /* Important to allow children to overflow if needed */
}

.card img {
  display: none;
}
        #gait-analysis-section .card:hover::before {
            opacity: 1;
        }

        /* Vertical title */
    #gait-analysis-section .card-title {
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    z-index: 1;
    margin-bottom: auto;

    /* Fixes for long titles */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 240px; /* Prevent overflow vertically */
}

        /* Hide vertical title on hover */
        #gait-analysis-section .card:hover .card-title {
            opacity: 0;
        }

        /* Horizontal title */
    #gait-analysis-section .card-title-horizontal {
    position: absolute;
    top: 20px;
    left: 80px; /* Already adjusted for smaller hover width */
    font-weight: 700;
    font-size: 1.3rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease 0.3s;
    z-index: 2;

    /* Fixes for long titles */
    white-space: normal;           /* Allow text wrapping */
    overflow-wrap: break-word;     /* Break long words if needed */
    max-width: 150px;              /* Adjust as needed based on your hover width */
}

        /* Show horizontal title on hover */
        #gait-analysis-section .card:hover .card-title-horizontal {
            opacity: 1;
        }

        /* Card content */
        #gait-analysis-section .card-content {
            position: relative;
            font-size: 0.9rem;
            color: #ddd;
            opacity: 0;
            transition: opacity 0.3s ease 0.4s;
            padding: 10px 15px 40px;
            text-align: left;
            z-index: 2;
        }

        /* Show content on hover */
        #gait-analysis-section .card:hover .card-content {
            opacity: 1;
        }

        /* Card number */
        #gait-analysis-section .card-number {
            position: absolute;
            bottom: 10px;
            font-weight: 900;
            font-size: 2rem;
            color: white;
            z-index: 2;
        }

        /* Hover effect for card number */
        #gait-analysis-section .card:hover .card-number {
            text-shadow: 0 0 8px #00ffff, 0 0 15px #00ffff, 0 0 20px #00ffff;
            color: #00ffff;
            transition: text-shadow 0.3s ease, color 0.3s ease;
        }    

        #gait-analysis-section .description {
        text-align: center;
        font-size: 1.1rem;
        max-width: 800px;
        margin: 1rem auto 2rem;
        color: #ccc;
        line-height: 1.6;
}
.pSection_header_title .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.own-bg {
    background-image: url('assets/Why-OWN-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.smart-image-wrapper {
  text-align: center;
  margin-bottom: 2rem; /* more spacing */
  max-width: none !important; /* remove any width restrictions */
  width: 100%; /* allow full width in the container */
}

#smart-image {
  height: 500px !important;  
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: relative; 
  z-index: 10;
  pointer-events: none;
  user-select: none;
}



.pSection_sub.recognition {
  background-image: url('assets/Features_Web.jpg');
  background-attachment: fixed;    
  background-size: cover;       
  background-position: center;    
  background-repeat: no-repeat;   
}

.pSection.pSection--join {
  background-image: url('assets/Web_3.png');
  background-attachment: fixed;    /* Make background fixed */
  background-size: contain;       /* Show the full image without cropping */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* No tiling */
  min-height: 100vh;              /* Make the section at least full viewport height */
}

#smart .row {
    margin-top: -60px;
}




@gmedia (max-width: 768px) {
    #gait-analysis-section .card:hover {
        width: 90vw; /* Use more screen width on smaller devices */
    }

    #gait-analysis-section .card-title-horizontal {
        max-width: 70vw;
    }
}

@media screen and (max-width: 480px) {

    .pSection_header,
  .pSection_header_inner,
  .pSection_header_content,
  .pSection_header_title {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero_titles span {
    font-size: 40px;
    padding: 0;
    margin: 0 2px 0 2px;
    width: 100%;
    max-width: 100%;
  }

  .pSection_header_inner {
    padding: 0;
  }

  .pSection_header_content {
    padding: 0;
  }

  .pSection_header_inner {
    padding: 1rem;
  }

  .recognition_nav_item {
    flex: 1 1 100%;
  }

    .pSection_header_title h1 {
    font-size: 2.5rem; /* 40px approx */
  }

 .pSection_header_additional .st3 {
    font-size: 1.25rem; /* bigger paragraph text */
  }

   .buttonDiscover {
    font-size: 1.2rem;
  }

   .pSection_sub.recognition {
    background-image: url('assets/Web_6.png'); 
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .recognition_titles .recognition_title {
    font-size: 1.5rem; /* bigger title font */
  }

  /* Reduce font size of the list labels/descriptions */
  .recognition_nav_label, 
  .recognition_nav_mobileTitles_item_label {
    font-size: 0.75rem; /* smaller description font */
  }

  .st4 {
    font-size: 2.5rem; /* increase as you like */
  }

   #gait-analysis-section {
        padding: 1rem;
    }

    #gait-analysis-section .main-title {
        font-size: 28px;
    }

    #gait-analysis-section .description {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    #gait-analysis-section .container {
        overflow-x: auto; /* Enable horizontal scroll */
        justify-content: flex-start;
        gap: 12px;
        padding: 10px;
        margin: 0;
        height: 320px;
        width: 100%;
    }

    #gait-analysis-section .container::-webkit-scrollbar {
        height: 6px;
    }

    #gait-analysis-section .card {
        width: 60px;
        height: 240px;
        padding: 6px;
        margin-top: 30px;
        flex-shrink: 0;
    }

    #gait-analysis-section .card:hover {
        width: 200px;
    }

    #gait-analysis-section .card-title {
        font-size: 0.85rem;
        max-height: 200px;
    }

    #gait-analysis-section .card-title-horizontal {
        font-size: 1rem;
        top: 16px;
        left: 70px;
        max-width: 110px;
    }

    #gait-analysis-section .card-content {
        font-size: 0.8rem;
        padding: 8px 10px 30px;
    }

    #gait-analysis-section .card-number {
        font-size: 1.5rem;
        bottom: 8px;
    }
  
}



.pSection--sport .recognition_title.active {
    margin-top: 40px;
}


@media (max-width: 1400px) {
  .collapses {
    height: auto; /* let content define height */
    max-height: none;
    overflow: visible;
  }

  .collapse {
    flex: unset;
    height: auto;
  }

  .collapse.active {
    flex: unset;
  }

  /* Adjust titles & spacing */
  .collapse_title {
    padding: 15px 0;
    font-size: 0.95rem;
  }

  .collapse_content_body {
    margin-top: 2vh; /* less margin so content fits */
  }

  /* The image column next to collapses */
  .smart-image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .sphereTitle {
    font-size: 1.8rem;
  }
}

/* ✅ Even smaller screens (≤1024px) */
@media (max-width: 1024px) {
  .row.row--bottom {
    flex-direction: column;
  }

  .col-3,
  .col-4 {
    width: 100%;
    max-width: 100%;
  }

  .smart-image-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .sphereTitle {
    text-align: center;
    margin-top: 10px;
  }
}


@media screen and (max-width: 1366px), screen and (max-height: 768px) {
  
  .collapses {
    padding-right: 4px; 
  }

  .collapse {
    flex: 0 1 50px; 
  }

  .collapse_title {
    padding: 15px 0;
  }


  .collapse_title_num {
    top: 18px;
    width: 6vw; 
  }

  .collapse_title_txt {
    padding-left: 6vw; 
    font-size: 1.1rem;
    line-height: 1.2;
  }

  /* Collapse content */
  .collapse_content_body {
    margin-top: 3vh; 
  }

  .collapse_content_media {
    margin-left: 6vw;
    max-width: 35vw; 
    aspect-ratio: 16/9; 
    margin-bottom: 20px;
  }

  .collapse_content_title {
    margin-left: 6vw;
  }


  .collapse_title_txt br {
    display: none;
  }

  .collapse_content_media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
  }
  
 .navbar_actions {
    gap: 10px; 
    padding: 0 10px; 
    display: flex;
    align-items: center; /* vertically center all buttons */
}

/* Button container */
.navbar_actions .button {
    position: relative;
    display: flex;
    align-items: center; /* vertically center content */
    justify-content: center;
    padding: 8px 14px;
    font-size: 0.9rem;
    min-width: auto;
    transform: scale(0.95);
}

/* Circle inside button */
.navbar_actions .button_circle {
    width: 16px;  
    height: 16px;  
    border-radius: 50%;
    margin-right: 6px; /* space between circle and label */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Label characters */
.navbar_actions .button_label {
    display: flex;
    align-items: center; 
    justify-content: center;
    line-height: 1; 
    height: 100%;
}

.navbar_actions .button_label .char {
    font-size: 10px; 
    line-height: 1;  
    display: inline-flex;
    align-items: center; 
    justify-content: center;
}

/* Plus sign */
.navbar_actions .button_plus {
    font-size: 12px; /* smaller but proportional */
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px; /* spacing from label */
}
}



.hero_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the text */
  text-align: center;
  color: white; /* or any color you want */
  z-index: 2;
}


.hero_titles {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  background: linear-gradient(90deg, #7f8181, #1a1b1b); 
  -webkit-background-clip: text;
  -webkit-text-fill-colorrent;
  font-size: 3rem; 
  margin: 0;
}

/*.hero-text p {*/
/*  font-weight: normal;*/
/*  font-size: 1.2rem;*/
/*}*/



/*.hero_titles {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  text-align: center;*/
/*  font-size: 3rem;*/
/*  font-weight: bold;*/
/*  color: white;*/
  z-index: 2; /* keep above video */
/*}*/


/*.hero_text {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*}*/

/*.pSection--hero .hero_titles span {*/
/*    text-align: center;*/
/*}*/


/*.pSection--hero .hero_titles span {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


.hero .pSection_header_content  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}