@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400;500;600;700&display=swap');

:root {
  --fs-base: 1.6rem;
  --ff-main: "IBM Plex Sans Condensed", sans-serif;
  --ff-content: "Gotham-Book", sans-serif;
  --ff-medium: "Gotham", sans-serif;
  --fs-xl: var(--fs-base);
  --fs-l: 1.4rem;
  --fs-m: 1.2rem;
  --fs-s: 1.1rem;
  --fs-btn: 1.2rem;
  --heading-xxxl: 15rem;
  --heading-xl: 8rem;
  --heading-l: 5rem;
  --heading-m: 3.6rem;
  --heading-s: 2.4rem;
  --c-body-bg: #FBFCFD;
  --c-green-1: #7CD3A9;
  --c-green-2: #6DBB96;
  --c-red: #FF6D7F;
  --c-light-blue-rgb: 217, 227, 237;
  --c-brown-1: #FFF8EF;
  --c-brown-2: #FFDFB9;
  --c-brown-3: #E5C094;
  --c-brown-4: #FFBD6D;
  --c-brown-5: #E6C196;
  --c-gray-1: #D8D8D8;
  --c-gray-2: #9B9B9B;
  --c-gray-3: #838589;
  --c-gray-4: #707070;
  --c-gray-5: #D9E3ED;
  --c-dark-1: #4A4A4A;
  --c-dark-2: #4F4F4F;
  --c-dark-3: #2B2D31;
  --c-dark-4: #232323;
  --c-bg-1: #1753AB;
  --c-bg-2: #1A61B7;
  --c-bg-3: #6B48B8;
  --c-bg-4: var(--c-green-2);
  --c-bg-light: rgba(217, 227, 237, .1);
  --c-card-1: #ACE4FC;
  --c-card-2: #5187EF;
  --c-card-3: #7CD3A9;
  --c-card-4: var(--c-brown-2);
  --c-card-5: var(--c-brown-4);
  --c-card-6: var(--c-red);
  --c-card-7: #C6ACFC;
  --c-btn: var(--c-gray-2);
  --c-btn-secondary: var(--c-red);
  --c-btn-hover: #4A90E2;
  --hero-bg-1: var(--c-bg-1);
  --hero-bg-2: var(--c-bg-2);
  --hero-bg-3: var(--c-bg-3);
  --hero-bg-4: var(--c-green-2);
  --m-container: 3.5vw;
  --p-container: 3.5vw;
  --p-section: 9vw;
  --p-header: 2.7vw;
  --header-height: 8.3vw;
  --container-left: 32vw;
  --container-right: 32vw;
  --container-mid: 36vw;
  --container-left-inner: 19.5vw;
  --container-right-inner: 36.5vw;
  --container-mid-inner: 44vw
}

.separator-1 {
  height: 1vw;
  width: 100%
}

.separator-2 {
  height: 2vw;
  width: 100%
}

.separator-3 {
  height: 3vw;
  width: 100%
}

.separator-4 {
  height: 4vw;
  width: 100%
}

.separator-5 {
  height: 5vw;
  width: 100%
}

.separator-6 {
  height: 6vw;
  width: 100%
}

.underline {
  background: linear-gradient(90deg, blue, red) 0 2em/100% 2px no-repeat
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-overflow-scrolling: touch
}

*,
*::after,
*::before {
  box-sizing: inherit
}

html {
  font-size: .69vw;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: .97vmin
  }
}

@media screen and (max-width: 769px) {
  html {
    font-size: 2vmin
  }
}

body {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  font-family: var(--ff-main);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--c-gray-4);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media all and (max-width: 769px) {
  body {
    font-size: 2rem
  }
}

#site-wrapper {
  width: 100%;
  position: relative
}

.site-container {
  width: 100%;
  background: #fff;
  position: absolute
}

a {
  cursor: pointer;
  text-decoration: none
}

ul,
li {
  list-style-type: none
}

.img {
  display: flex;
  width: 100%
}

svg-icon-sprite {
  display: flex
}

.full-width {
  width: 100%
}

.show {
  display: block
}

.hide {
  display: none
}

.uppercase {
  text-transform: uppercase
}

.section-padding {
  padding-top: var(--p-section);
  padding-bottom: var(--p-section)
}

.section-padding-top {
  padding-top: var(--p-section)
}

.section-padding-bottom {
  padding-bottom: var(--p-section)
}

.text-padd-top {
  padding-top: 3.5vw
}

@media screen and (max-width: 769px) {
  .text-padd-top {
    padding-top: 13.5vw
  }
}

.d-flex {
  display: flex;
  background: rgba(0, 0, 0, 0)
}

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

.align-center {
  display: flex;
  align-items: center
}

.top-100 {
  margin-top: 100vh;
  margin-top: 100dvh;
}

.position-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.sticky-footer {
  display: flex;
  flex-direction: column
}

.sticky-footer--bg-1 {
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%);
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0
}

.sticky-footer--bg-2 {
  background-color: var(--hero-bg-4)
}

.sticky-footer--bg-3 {
  background-color: var(--hero-bg-3)
}

.mask {
  clip-path: url(#curtain-clipping);
  z-index: 999;
  position: absolute;
  pointer-events: none
}

.main-gradient {
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%)
}

.curtain-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

.c-background--1 {
  background: linear-gradient(to bottom right, #1753AB, #1753AB 20%, #1753AB 90%)
}

.c-background--2 {
  background-color: var(--hero-bg-4)
}

.c-background--4 {
  padding-top: var(--header-height);
  background: #fff
}

.c-bg-lightblue {
  background: rgba(var(--c-light-blue-rgb), 0.1)
}

.video_holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 0
}

.video_holder__overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%);
  opacity: .35;
  display: block;
  position: absolute;
  z-index: 9
}

.video_holder video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover
}

.column-reverse {
  display: flex;
  justify-content: flex-start;
  flex-flow: column-reverse
}

.vibranium {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 99999999999999;
  display: none
}

.vibranium .spinner,
.vibranium .spinner:after {
  border-radius: 50%;
  width: 9vmin;
  height: 9vmin
}

@media screen and (min-width: 1025px) {

  .vibranium .spinner,
  .vibranium .spinner:after {
    display: none
  }
}

.vibranium .spinner {
  margin: 3.5vmin auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .8vmin solid rgba(255, 255, 255, .2);
  border-right: .8vmin solid rgba(255, 255, 255, .2);
  border-bottom: .8vmin solid rgba(255, 255, 255, .2);
  border-left: .8vmin solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear
}

@keyframes load8 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.container {
  width: 100%;
  padding-left: 12.5vw;
  padding-right: 12.5vw
}

.container-fluid {
  width: 90vw;
  margin-right: auto;
  margin-left: auto
}

.container-left {
  width: var(--container-left)
}

@media screen and (max-width: 769px) {
  .container-left {
    width: 20vw
  }
}

.container-left__inner {
  width: var(--container-left-inner) !important
}

@media screen and (max-width: 769px) {
  .container-left__inner {
    position: absolute
  }
}

.container-left--center {
  display: flex;
  align-items: center
}

.container-left__sticky {
  width: var(--container-left__sticky) !important
}

.container-left-welcome {
  width: calc(var(--container-left)/2);
  flex-shrink: 0
}

@media screen and (max-width: 769px) {
  .container-left-welcome {
    width: 20vw
  }
}

.container-mid__sticky {
  width: var(--container-mid__sticky) !important
}

.container-mid__inner {
  width: var(--container-mid-inner)
}

@media screen and (max-width: 769px) {
  .container-mid__inner {
    width: 100%
  }
}

.container-right {
  width: var(--container-right)
}

@media screen and (max-width: 769px) {
  .container-right {
    width: 20vw
  }
}

.container-right__sticky {
  width: var(--container-right__sticky) !important
}

.container-right__inner {
  width: var(--container-right-inner) !important
}

.container-left__sticky {
  width: var(--container-left__sticky)
}

.container-mid__sticky {
  width: var(--container-mid__sticky)
}

.container-mid__sticky__sticky {
  width: var(--container-mid__sticky)
}

.container-right__sticky {
  width: var(--container-right__sticky)
}

.container-right__sticky__sticky {
  width: var(--container-right__sticky)
}

@font-face {
  font-family: "Gotham";
  src: url("../assets/webfonts/GothamMedium.eot");
  src: url("../assets/webfonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/GothamMedium.woff2") format("woff2"), url("../assets/webfonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../assets/webfonts/GothamBook.eot");
  src: url("../assets/webfonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/GothamBook.woff2") format("woff2"), url("../assets/webfonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

b,
strong {
  font-weight: bold
}

p {
  margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

#preload {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  padding-top: 0;
  z-index: 99999;
  opacity: 0
}

#preload .content {
  align-items: center
}

@media screen and (max-width: 769px) {
  #preload .content {
    flex-direction: row-reverse;
    justify-content: flex-end
  }
}

#preload .content .subtitle-wrap .subtitle {
  margin: 0
}

#preload .content__left {
  padding: 0;
  padding-right: 2.7vw;
  justify-content: flex-end
}

@media screen and (max-width: 769px) {
  #preload .content__left {
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: center
  }
}

@media screen and (max-width: 769px) {
  #preload .content__mid {
    display: none
  }
}

#preload .content__mid .subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

#preload .content__mid .subtitle-wrap .subtitle {
  position: absolute
}

#preload .content__mid .subtitle-wrap .subtitle:after {
  display: none
}

#preload .content__mid .subtitle-wrap .subtitle.relative {
  position: relative;
  width: max-content
}

#preload .content__mid .subtitle-wrap .subtitle.hidden {
  opacity: 0;
  transform: translateY(50%)
}

#preload .content__mid .subtitle-wrap .subtitle-line {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, .25);
  width: 3.3vw;
  margin-left: 2.2vw
}

@media screen and (max-width: 769px) {
  #preload .content__mid .subtitle-wrap .subtitle-line {
    width: 10vmin
  }
}

#preload .logo__link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7vw;
  transform: translate(60%, -27%);
  visibility: hidden
}

@media screen and (max-width: 769px) {
  #preload .logo__link {
    width: 30vmin;
    visibility: visible;
    transform: translate(35%, -50%)
  }
}

#preload .logo__link svg #elapsed-circle,
#preload .logo__link svg #total-circle {
  transform-origin: 6.21px 18.823px;
  transform: rotate(-90deg);
  stroke-width: 1px
}

#preload .logo__link svg #dummy-circle {
  transform-origin: 29.185px 16.239px;
  transform: rotate(-102deg)
}

#preload .logo__link svg #total-circle {
  opacity: .2
}

#preload .logo__link img {
  width: 100%;
  height: 100%
}

#preload .preload_content {
  display: none
}

.preload-bg {
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%);
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0
}

.header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  height: var(--header-height);
  padding-top: var(--p-header);
  padding-bottom: var(--p-header);
  pointer-events: none;
  display: flex;
  align-items: center
}

@media screen and (max-width: 1024px) {
  .header {
    height: 100vh;
    height: 100dvh;
    justify-content: space-between;
    padding: 3.5vmin 0
  }
}

.header__items {
  display: flex;
  align-items: center
}

.header .logo {
  margin-left: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 3.95vw;
  pointer-events: all;
  cursor: pointer
}

@media screen and (max-width: 1024px) {
  .header .logo {
    align-self: flex-start;
    position: relative;
    z-index: 99;
    width: initial
  }
}

.header .logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all
}

@media screen and (max-width: 1024px) {
  .header .logo__link {
    width: 16vw;
    width: 16dvw;
    max-width: 80px;
  }
}

.header .logo__link svg path,
.header .logo__link svg circle {
  fill: none;
  stroke-width: 1.5px;
  stroke: #fff;
  transition: .5s linear
}

.header .logo__link.current {
  pointer-events: none
}

.header .logo__title {
  font-size: 1.25vw;
  line-height: 1;
  color: #fff;
  margin-left: 1vw;
  position: absolute;
  width: max-content;
  left: 3.95vw;
  pointer-events: none;
  transform: translateX(-5%);
  opacity: 0;
  visibility: hidden
}

.header.dark .logo__link svg path,
.header.dark .logo__link svg circle {
  stroke: var(--c-dark-3)
}

.header .header-bg-svg {
  position: absolute;
  z-index: -1;
  opacity: .95
}

.header .header-bg-svg .header-bg-svg-path {
  fill: url(#headerRadialGradient)
}

@media screen and (max-width: 1024px) {
  .header .header-bg-svg {
    height: 15vmin;
    align-self: flex-start;
    margin-top: -3.5vmin;
    left: 0;
    top: 0
  }
}

@media screen and (max-width: 769px) {
  .header .header-bg-svg {
    height: 25vmin
  }
}

.header .logo.blue .logo__link svg path,
.header .logo.blue .logo__link svg circle {
  stroke: #1753ab
}

#burger {
  padding: 10px 10px;
  align-self: flex-start;
  position: relative;
  width: 50px;
  margin-right: 2.5vmin;
  margin-top: -5px;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  transform-origin: center center;
  pointer-events: all;
  cursor: pointer;
  display: none
}

@media screen and (max-width: 1024px) {
  #burger {
    display: inline-block
  }
}

#burger .burger-inner {
  transition-duration: .44s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#burger .burger-inner::before {
  transition: top .2s .5s ease-in, opacity .2s ease-in
}

#burger .burger-inner::after {
  transition: bottom .2s .5s ease-in, transform .44s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#burger.is-active .burger-inner {
  transform: rotate(225deg);
  transition-delay: .24s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

#burger.is-active .burger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .2s ease-out, opacity .2s .24s ease-out
}

#burger.is-active .burger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .2s ease-out, transform .44s .24s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.burger-box {
  height: 26px;
  display: flex;
  position: relative;
  overflow: hidden
}

.burger-inner {
  display: block;
  top: 50%;
  margin-top: -1px
}

.burger-inner,
.burger-inner::before,
.burger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.burger-inner::before,
.burger-inner::after {
  content: "";
  display: block
}

.burger-inner::before {
  top: -12px
}

.burger-inner::after {
  bottom: -12px
}

.burger-inner .burger-inner {
  transition-duration: .44s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.burger-inner .burger-inner::before {
  transition: top .2s .5s ease-in, opacity .2s ease-in
}

.burger-inner .burger-inner::after {
  transition: bottom .2s .5s ease-in, transform .44s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#burger.dark .burger-inner,
#burger.dark .burger-inner::before,
#burger.dark .burger-inner::after {
  background-color: #2b2d31
}

main {
  background: #fff
}

.main__sticky {
  display: flex;
  flex: 1 0 auto
}

.main__about .criteria {
  display: flex;
  align-items: center;
  flex-direction: column
}

.main__about .criteria .img-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start
}

.main__about .criteria .img-box-wrapper .img-box {
  padding-top: 6.25vw
}

.main__about .criteria .img-box-wrapper .img-box .text-box__title {
  padding-bottom: 2.3vw
}

.main__terms {
  display: flex;
  flex: 1;
  flex-direction: column
}

@media screen and (min-width: 769px) {
  .main__terms .container {
    padding-left: var(--container-left)
  }
}

@media screen and (min-width: 769px) {
  .main__terms .section-padding {
    padding-top: 3vw;
    padding-bottom: 3vw
  }
}

@media screen and (max-width: 769px) {
  .main__terms .page_heading {
    padding-top: 20vmin
  }
}

@media screen and (min-width: 769px) {
  .main__terms .page_heading {
    padding-top: 12vw
  }
}

.main__team .members {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5vw
}

.main__team .card__team:nth-child(3n+3) {
  margin-right: 0
}

.main__portfolio__logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.main__home-details {
  padding-top: 13.4vw;
  color: #fff;
  background: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 769px) {
  .main__home-details {
    padding-top: 25vmin
  }
}

@media screen and (max-width: 769px) {
  .main__home-details .d-flex {
    flex-direction: column-reverse;
    padding-left: 10vmin;
    width: 80vmin;
    box-sizing: content-box
  }
}

.main__home-details .container-mid {
  width: 44vw
}

@media screen and (max-width: 769px) {
  .main__home-details .container-mid {
    width: 100%
  }
}

.main__home-details.dark {
  color: var(--c-dark-4)
}

.member-counter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 5vw;
  padding-bottom: 5vw;
  font-size: var(--fs-m)
}

.member-counter__title {
  font-size: var(--fs-m);
  font-family: var(--ff-content);
  font-weight: normal;
  display: flex;
  align-items: center;
  line-height: 1
}

.member-counter__title:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, .25);
  width: 3.3vw;
  margin-left: 2.2vw;
  margin: 0 1.7vw;
  width: 7vw;
  background: rgba(0, 0, 0, .25)
}

@media screen and (max-width: 769px) {
  .member-counter__title:after {
    width: 10vmin
  }
}

.member-counter__subtitle {
  font-family: var(--ff-medium);
  font-weight: 700
}

.sticky-footer {
  display: flex;
  flex-direction: column
}

scrollbar {
  width: 100vw;
  overflow: hidden;
  z-index: 1
}

scrollbar .scroll-content {
  min-height: 100%;
  display: flex;
  flex-direction: column
}

scrollbar .scroll-content:before {
  content: "";
  width: 100%;
  height: 25vh;
  top: -25vh;
  background: #1753ab;
  display: block;
  position: absolute
}

[data-namespace=portfoliosinglepage] scrollbar .scroll-content:before,
[data-namespace=teammemberpage] scrollbar .scroll-content:before {
  background: rgba(0, 0, 0, 0)
}

[fade-in-generic] {
  opacity: 0;
  transform: translateY(50px)
}

[switcharoo] {
  visibility: hidden
}

.wrapper__sticky {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto
}

.wrapper__sticky--bg-1 {
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%)
}

.wrapper__sticky--bg-2 {
  background-color: var(--hero-bg-4)
}

.wrapper__hero {
  display: flex;
  padding-top: var(--header-height)
}

.wrapper__team-single {
  background: var(--c-brown-2)
}

.wrapper__team-single header.header {
  background: var(--c-brown-2)
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  pointer-events: none;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide>div {
  width: 100%;
  height: 100%;
  padding-bottom: 9px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-slide.slick-current {
  pointer-events: all
}

.slick-arrow.slick-hidden {
  display: none
}

.mask .slick-slide.slick-current {
  pointer-events: none
}

.arrow:not(.external) {
  width: 3.33vw;
  height: 3.33vw;
  margin-right: 1.4vw;
  cursor: pointer;
  transition: transform .25s ease-in-out
}

@media screen and (max-width: 769px) {
  .arrow:not(.external) {
    width: 10vmin;
    height: 10vmin;
    margin-right: 4vmin
  }
}

.arrow .arrowSvg circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #fff;
  stroke-opacity: .2;
  transition: all .25s ease-in-out
}

.arrow .arrowSvg path {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke: #fff
}

.arrow .arrowSvg.dark circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #000;
  stroke-opacity: .2;
  transition: all .25s ease-in-out
}

.arrow .arrowSvg.dark path {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke: #000
}

@media screen and (min-width: 1025px) {

  .arrow_left.hover,
  .arrow_left:hover {
    transform: translateX(0.5vw)
  }
}

.arrow_right .arrowSvg {
  transform: rotate(180deg)
}

@media screen and (min-width: 1025px) {

  .arrow_right.hover,
  .arrow_right:hover {
    transform: translateX(0.5vw)
  }
}

.arrow_down .arrowSvg {
  transform: rotate(270deg)
}

@media screen and (min-width: 1025px) {

  .arrow_down.hover,
  .arrow_down:hover {
    transform: translateY(0.5vw)
  }
}

.arrow_up .arrowSvg {
  transform: rotate(90deg)
}

@media screen and (min-width: 1025px) {
  .arrow_up:hover {
    transform: translateY(0.5vw)
  }
}

@media screen and (min-width: 1025px) {

  .arrow.hover .arrowSvg circle,
  .arrow:hover .arrowSvg circle {
    stroke-opacity: 1
  }
}

.footer {
  padding: 2.9vw 0
}

.footer .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 3.95vw;
  pointer-events: all;
  cursor: pointer
}

@media screen and (max-width: 1024px) {
  .footer .logo {
    align-self: flex-start;
    position: relative;
    z-index: 99;
    width: initial
  }
}

.footer .logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  .footer .logo__link {
    width: 47px;
  }
}

.footer .logo__link svg path,
.footer .logo__link svg circle {
  fill: none;
  stroke-width: 1.5px;
  stroke: #4349DE;
  transition: .5s linear
}

.footer .logo__link.current {
  pointer-events: none
}

.footer .logo__title {
  font-size: 1.25vw;
  line-height: 1;
  color: #4349DE;
  margin-left: 1vw;
  position: absolute;
  width: max-content;
  left: 3.95vw;
  pointer-events: none;
  transform: translateX(-5%);
  opacity: 0;
  visibility: hidden
}


.footer.light .logo__link svg path,
.footer.light .logo__link svg circle {
  stroke: white;
}

.footer.dark .logo__link svg path,
.footer.dark .logo__link svg circle {
  stroke: var(--c-dark-3)
}

.footer .nav {
  font-family: var(--ff-medium) !important
}

.footer .nav__list {
  display: flex;
  align-items: center
}

.footer .nav__link {
  display: flex;
  align-items: center;
  font-weight: normal;
  padding: 0;
  line-height: initial;
  text-transform: none
}

@media screen and (max-width: 769px) {
  .footer .nav__link {
    font-size: var(--fs-l)
  }
}

.footer-default {
  padding: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 769px) {
  .footer-default {
    padding: 0 20px;
  }
}

.footer-default .nav {
  padding: 2.9vw 0;
  border-top: 1px solid rgba(0, 0, 0, .25);
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width: 769px) {
  .footer-default .nav {
    padding: 56px 0;
  }
}

.footer-default .nav>div {
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 769px) {
  .footer-default .nav>div {
    width: 100%;
    */ justify-content: flex-start
  }
}

.footer-default .nav__link {
  margin: 1rem 0 1rem 0;
  padding: 0;

  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #4349DE;
}

@media screen and (max-width: 769px) {
  .footer-default .nav__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 183%;
    letter-spacing: 0.03em;
  }
}

.footer-default .nav__link.last {
  margin: 1rem 0
}

.footer-default .nav__link svg {
  fill: var(--c-dark-1);
  position: absolute;
  bottom: -50%;
  height: 6px
}

@media screen and (max-width: 769px) {
  .footer-default .nav__link svg {
    display: none
  }
}

@media screen and (max-width: 769px) {
  .footer-default .nav__right {
    flex-direction: column
  }

  .footer-default .nav__right .nav__link {
    width: 100%
  }
}

.footer-default.light .nav {
  border-top: 1px solid rgba(255, 255, 255, .25)
}

.footer-default.light .nav__link {
  color: #fff
}

.footer-default.light .nav__link svg {
  fill: #fff
}

.footer-default.dark .nav__link {
  color: var(--c-dark-4)
}

.footer-default.dark .nav__link svg {
  fill: var(--c-dark-4)
}

.footer-default.pixel-top {
  margin-top: -1px
}

.footer-default.pixel-top .nav {
  border-top: none
}

.footer-hero {
  padding-left: var(--container-left)
}

@media screen and (max-width: 769px) {
  .footer-hero {
    padding: 0
  }
}

.footer-hero .nav {
  margin-left: -2.5vw
}

@media screen and (max-width: 769px) {
  .footer-hero .nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3vmin
  }
}

@media screen and (max-width: 769px) {
  .footer-hero .nav__item {
    margin: 0
  }
}

.footer-hero .nav__link {
  color: #fff;
  line-height: 1.6
}

.footer-hero .nav__link .hover-line-svg {
  fill: #fff;
  position: absolute;
  bottom: -50%;
  height: 6px
}

@media screen and (max-width: 769px) {
  .footer-hero .nav__link .hover-line-svg {
    display: none
  }
}

.btn {
  display: inline-block;
  color: var(--c-btn);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1vw 2.1vw;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  border-radius: 100px;
  font-size: var(--fs-btn);
  line-height: 1.2;
  letter-spacing: .1rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0)
}

.btn--secondary {
  color: var(--c-btn-secondary);
  padding-left: 0;
  position: relative
}

.btn--secondary__share {
  display: flex;
  align-items: center
}

.btn--secondary__share:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, .25);
  width: 3.3vw;
  margin-left: 2.2vw
}

@media screen and (max-width: 769px) {
  .btn--secondary__share:after {
    width: 10vmin
  }
}

.btn__active {
  border-color: var(--c-btn-hover);
  color: var(--c-btn-hover)
}

.btn--red__share {
  text-transform: none;
  padding: 1vw 0
}

.collapse-news-btn,
.next-btn,
.close-btn {
  position: absolute;
  width: 4.2vw;
  height: 4.2vw;
  border-radius: 50%;
  margin: 0;
  z-index: 9999;
  top: 50vh;
  right: -20vw;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 769px) {

  .collapse-news-btn,
  .next-btn,
  .close-btn {
    width: 14vmin;
    height: 14vmin
  }
}

.collapse-news-btn .close-btn-bg,
.next-btn .close-btn-bg,
.close-btn .close-btn-bg {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform-origin: center;
  transition: transform .4s cubic-bezier(0.175, 0.885, 0.22, 1.575);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, .15)
}

.collapse-news-btn .close-btn-arrow,
.collapse-news-btn .close-btn-next,
.collapse-news-btn .close-btn-x,
.next-btn .close-btn-arrow,
.next-btn .close-btn-next,
.next-btn .close-btn-x,
.close-btn .close-btn-arrow,
.close-btn .close-btn-next,
.close-btn .close-btn-x {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  top: 50%
}

@media screen and (min-width: 1025px) {

  .collapse-news-btn:hover .close-btn-bg,
  .next-btn:hover .close-btn-bg,
  .close-btn:hover .close-btn-bg {
    transform: scale(1.2)
  }
}

.collapse-news-btn {
  z-index: 99
}

.collapse-news-btn .close-btn-x {
  transform: translate(-50%, -50%) scale(1)
}

.next-btn {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin-top: -0.1vw;
  margin-right: 2vw;
  opacity: 0;
  visibility: hidden
}

.close-btn-pos {
  display: none
}

.button:not(.button-full) {
  display: flex;
  z-index: 1;
  align-items: center;
  cursor: pointer;
  margin-top: 6.4rem
}

@media screen and (max-width: 769px) {
  .button:not(.button-full) {
    margin-top: 2rem;
    margin-right: 0
  }
}

.button_text {
  transition: transform .25s ease-in-out
}

@media screen and (min-width: 1025px) {

  .button_text.hover.hover,
  .button_text.hover:hover {
    transform: translateY(0.5vw)
  }
}

.button-full {
  font-family: var(--ff-content);
  font-size: .87vw;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 1.25vw 2.22vw;
  border: 1px solid #fff;
  line-height: 1;
  border-radius: 3.2vw;
  font-weight: 600;
  display: flex;
  width: max-content;
  opacity: 0;
  transform-origin: center;
  transition: background-color .4s cubic-bezier(0.175, 0.885, 0.22, 1.575), color .4s cubic-bezier(0.175, 0.885, 0.22, 1.575)
}

@media screen and (max-width: 769px) {
  .button-full {
    border-radius: 9vmin;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 12px 22px;
  }
}

@media screen and (min-width: 1025px) {
  .button-full:hover {
    background-color: #fff;
    color: #000
  }
}

.filter-button {
  line-height: 0;
  padding: 5vw 0 80px;
  transition: padding 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 769px) {
  .filter-button {
    padding: 10vmin 0
  }
}

.filter-button__link {
  transition: all .2s ease-in;
  margin-right: 7vw;
  color: var(--c-bg-2);
  font-weight: 600
}

@media screen and (max-width: 769px) {
  .filter-button__link {
    margin: 0 3vmin;
    font-size: 1.6rem;
    padding: 1.5vmin 3.5vmin
  }
}

.filter-button__link.active {
  color: #fff;
  pointer-events: none;
  background-color: var(--c-bg-2)
}

@media only screen and (min-width: 1025px) {
  .filter-button__link:hover {
    border: 1px solid var(--c-bg-2)
  }
}

.filterz {
  background-color: rgba(255, 255, 255, .9);
  position: relative;
  z-index: 90;
  margin-bottom: 2px
}

.nav__list {
  display: flex
}

@media screen and (max-width: 1024px) {
  .nav__list {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

@media screen and (min-width: 1025px) {
  .nav__list {
    width: 100%
  }
}

.nav__item {
  padding: .7vw 1.75vw;
  margin: 0 .5vw
}

.nav__item-svg {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .nav__item.special {
    position: absolute;
    right: 3.5vw;
    padding: 0
  }
}

@media screen and (max-width: 1024px) {
  .nav__item {
    margin: 3vw 0
  }
}

.nav__item:first-child .nav__link {
  padding-left: 0
}

.nav__item--white {
  color: #fff !important
}

.nav__link {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0)
}

@media screen and (min-width: 1025px) {
  .nav__link.special {
    border: 1px solid #fff;
    border-radius: 10vw;
    transition: background-color .4s cubic-bezier(0.175, 0.885, 0.22, 1.575), color .4s cubic-bezier(0.175, 0.885, 0.22, 1.575);
    padding: .7vw 1.75vw
  }

  .nav__link.special:hover {
    background-color: #fff;
    color: #000
  }
}

@media screen and (max-width: 769px) {
  .nav__link.active {
    border-bottom: 2px solid #fff
  }
}

.navigation {
  position: absolute;
  width: calc(100% + 2.5vw);
  z-index: 10000;
  height: var(--header-height);
  padding-top: var(--p-header);
  padding-bottom: var(--p-header);
  pointer-events: none;
  display: flex;
  align-items: center
}

@media screen and (max-width: 1024px) {
  .navigation {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background: linear-gradient(to bottom right, #1753AB, #1A61B7 20%, #6B48B8 90%);
    padding: 0
  }
}

.navigation .nav__list {
  padding-left: 32vw;
  margin-left: -2.5vw
}

@media screen and (max-width: 1024px) {
  .navigation .nav__list {
    padding: 0;
    margin: 0
  }
}

.navigation .nav__item {
  color: #fff
}

.navigation .nav__link {
  pointer-events: all;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1024px) {
  .navigation .nav__link {
    font-size: 25px
  }
}

@media screen and (max-width: 769px) {
  .navigation .nav__link {
    font-size: 7vw
  }
}

.navigation .nav__link svg {
  fill: #fff;
  position: absolute;
  bottom: -50%;
  height: 6px
}

@media screen and (max-width: 1024px) {
  .navigation .nav__link svg {
    display: none
  }
}

.navigation .nav__link.current {
  pointer-events: none
}

.navigation.dark .nav__item {
  color: var(--c-dark-3)
}

.navigation.dark .nav__link svg {
  fill: var(--c-dark-3)
}

#hamburger {
  display: none;
  width: 33px;
  height: 23px;
  position: absolute;
  top: 1em;
  right: 1em;
  margin: 10px 10px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer
}

@media all and (max-width: 769px) {
  #hamburger {
    display: block
  }
}

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

#hamburger span:nth-child(1) {
  top: 0px
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 10px;
  width: 80%
}

#hamburger span:nth-child(4) {
  top: 20px
}

#hamburger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%
}

#hamburger.open span:nth-child(2) {
  transform: rotate(45deg)
}

#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg)
}

#hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%
}

.text-box {
  display: flex;
  width: 100%
}

@media screen and (max-width: 769px) {
  .text-box {
    flex-direction: column
  }
}

.text-box__aside {
  width: var(--container-left-inner)
}

@media screen and (max-width: 769px) {
  .text-box__aside {
    width: 100%;
    margin-bottom: 3.5vw
  }
}

.text-box__main {
  width: var(--container-mid-inner)
}

@media screen and (max-width: 769px) {
  .text-box__main {
    width: 100%
  }
}

.text-box__heading {
  color: var(--c-dark-1);
  font-size: var(--heading-m);
  font-weight: 700;
  line-height: 1.3
}

.text-box__heading .line {
  overflow: hidden;
  margin-top: -1.2rem
}

.text-box__heading .line:first-child {
  margin-top: 0
}

.text-box__title {
  color: var(--c-dark-4);
  padding-bottom: 3.5vw;
  font-family: var(--ff-content);
  font-size: var(--heading-s);
  font-weight: 400
}

.text-box__content {
  font-family: var(--ff-content);
  line-height: 2.8rem;
  color: var(--c-gray-4);
  padding-right: 2.3vw
}

.text-box.no-content {
  padding-bottom: 0
}

.text-box.no-content .text-box__title {
  padding-bottom: 0
}

.text-box.no-content .text-box__content {
  display: none
}

.member__companies__list {
  display: flex;
  align-items: flex-start
}

.member__companies__list ul {
  /* height: 14.4rem; */
  display: flex;
  /* flex-direction: row; */
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 8px;
}

@media screen and (max-width: 769px) {
  .member__companies__list ul {
    height: auto;
	padding-bottom: 1.4rem;
  }
}

/* Desktop: two per row */
.member__companies__list ul li {
  width: 50%;         /* was 25% */
  padding-bottom: 1.4rem;
}

/* Mobile: one per row */
@media screen and (max-width: 769px) {
  .member__companies__list ul li {
    width: 100%;
  }
}

.member__desc__title {
  padding-bottom: 1.3rem;
  font-size: var(--fs-l);
  font-weight: 400
}

@media screen and (max-width: 769px) {
  .member__desc__title {
    font-size: var(--fs-base)
  }
}

.member__desc span {
  font-size: var(--fs-m);
  color: #63656a;
  line-height: 1;
  margin-bottom: 1.7vw;
  display: inline-block
}

@media screen and (max-width: 769px) {
  .member__desc span {
    margin-bottom: 4vmin
  }
}

.member__desc.light {
  color: #fff
}

.member__desc.light .text-box__title {
  color: #fff
}

.member__desc.light span {
  /* color: #dedede */
  color: white;
  padding-left: 4px;
}

.header-spacer {
  width: 100%;
  height: calc(var(--header-height))
}

@media screen and (max-width: 769px) {
  .header-spacer {
    padding-top: 20vmin
  }
}

.info-wrap {
  padding: 0 1vw;
  font-size: var(--fs-l);
  display: flex;
  justify-content: center
}

@media screen and (max-width: 769px) {
  .info-wrap {
    width: 100%;
    margin-bottom: 5vmin;
    font-size: var(--fs-base)
  }
}

.info {
  display: flex;
  flex-direction: column;
  width: 10vw
}

@media screen and (max-width: 769px) {
  .info {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info__heading {
  font-size: var(--fs-m);
  font-family: var(--ff-medium);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem
}

@media screen and (max-width: 769px) {
  .info__heading {
    width: 100%;
    font-size: var(--fs-base)
  }
}

.info__title {
  padding: 2.8rem 0 1.1rem;
  font-family: var(--ff-medium);
  line-height: 1
}

@media screen and (max-width: 769px) {
  .info__title {
    width: 100%
  }
}

.info__list {
  font-weight: 300;
  line-height: 1.5;
  padding: .5rem 0
}

@media screen and (max-width: 769px) {
  .info__list {
    margin: 0 3vmin 0 0
  }
}

.main__home-details.dark .info__heading {
  border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.status {
  padding-bottom: 1.6rem;
  margin-bottom: .6vw
}

.company-details .subtitle {
  font-size: var(--fs-l);
  font-family: var(--ff-medium);
  padding: 1.38vw 0 4.2vw
}

@media screen and (max-width: 769px) {
  .company-details .subtitle {
    font-size: var(--fs-base);
    padding: 3vmin 0 10vmin
  }
}

.company-details>* {
  color: #fff
}

.company-details .text-box__heading {
  font-size: var(--heading-l);
  line-height: 6.1rem
}

.company-details .text-box__heading .line {
  overflow: hidden
}

.company-details .text-box__title {
  padding-bottom: 2.5vw
}

@media screen and (max-width: 769px) {
  .company-details .text-box__title {
    padding-bottom: 10vmin
  }
}
/* ——————————————
   Extra bottom space under Content Text
   (pushes footer down)
—————————————— */
.company-details {
  padding-bottom: 8vmin;   /* adjust this vmin value as needed */
}

@media screen and (max-width: 769px) {
  .company-details {
    padding-bottom: 8vmin; /* same gap on mobile (or tweak to taste) */
  }
}


.company-details.dark>* {
  color: var(--c-dark-4)
}

.img-box-wrapper {
  width: 90%
}

@media screen and (max-width: 769px) {
  .img-box-wrapper {
    width: 100%
  }
}

.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%
}

@media screen and (max-width: 769px) {
  .img-box {
    width: 100%
  }
}

.img-box__desc {
  padding-top: 2.3vw;
  width: 100%
}

.img-box__desc .text-box__title {
  font-family: var(--ff-main);
  text-transform: none
}

.img-box__desc .text-box__content {
  padding: 0;
  display: block
}

:root {
  --p-news-box: 2.5vw;
  --c-border: var(--c-gray-5);
  --c-news-text: var(--c-gray-2)
}

@media screen and (max-width: 769px) {
  .wrapper__news {
    padding-left: 10vmin;
    padding-right: 10vmin
  }
}

.news-box {
  display: flex;
  padding-top: 4vw;
  padding-bottom: 3vw;
  border-top: 1px solid rgba(0, 0, 0, .25);
  position: relative
}

@media screen and (max-width: 769px) {
  .news-box {
    flex-direction: column;
    padding-top: 8vmin;
    padding-bottom: 7vmin
  }
}

.news-box:last-child {
  border-bottom: none
}

.news-box__width {
  width: 100%
}

.news-box__sidebar .sidebar-title {
  color: #000;
  font-family: var(--ff-medium);
  font-size: var(--fs-m)
}

.news-box__date {
  font-family: var(--ff-medium);
  font-size: var(--fs-m);
  padding-bottom: var(--p-news-box);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 769px) {
  .news-box__date {
    justify-content: flex-start;
  }
}

.news-box__title {
  font-family: var(--ff-content);
  font-size: var(--heading-s);
  font-weight: normal;
  color: #000;
  padding-bottom: var(--p-news-box)
}

.news-box__text-wrap {
  overflow: hidden
}

.news-box__text-wrap.opened {
  height: max-content
}

.news-box__text {
  font-family: var(--ff-content);
  padding-bottom: var(--p-news-box);
  color: #707070;
  line-height: 2.5rem
}

.news-box__btn {
  font-family: var(--ff-medium);
  color: var(--c-news-text);
  position: relative
}

.news-box__btn__share {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, .25);
  width: 3.3vw;
  margin-left: 2.2vw
}

@media screen and (max-width: 769px) {
  .news-box__btn__share {
    width: 10vmin
  }
}

.news-box .btn {
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  white-space: normal;
  text-align: start;
}

.news-box .btn .arrow {
  fill: none;
  stroke-width: 1.5px;
  stroke: var(--c-btn-secondary);
  margin-left: .5vw
}

.news-box .btn .arrow.external {
  transform: rotate(-45deg)
}

.news-box .btn .arrow.expand {
  transform: rotate(90deg)
}

.news-box__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  visibility: hidden;
  transform: translateX(25px);
  position: absolute;
  top: 0;
  left: 0
}

.news-box__share .share-label {
  cursor: default
}

.news-box__share .line {
  display: block;
  width: 4vw;
  margin: 1vw;
  height: 1px;
  background-color: #dedede
}

.news-box__share .share-link {
  margin-right: 2vw
}

.news-box__share .share-link:last-child {
  margin-right: 0
}

.news-box__share .share-link[twitter] {
  color: #1da1f2
}

.news-box__share .share-link[linkedin] {
  color: #0077b5
}

.news-box__share .share-link[facebook] {
  color: #365899
}

.logos-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25%;
  background: #fff;
  position: relative
}

@media screen and (max-width: 769px) {
  .logos-box {
    padding-top: 50%
  }
}

.logos-box__width {
  width: 25%
}

@media screen and (max-width: 769px) {
  .logos-box__width {
    width: 100%
  }
}

.logos-box__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-gray-1);
  margin: -1px 0 0 -1px;
  pointer-events: none
}

.logos-box__wrap svg,
.logos-box__wrap>img,
.logos-box__wrap .no-img {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.logos-box__hover-bg {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0
}

.logos-box__hover-bg .box-hover-bg-svg {
  position: absolute;
  width: 0;
  overflow: visible
}

.logos-box__hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  visibility: hidden
}

@media screen and (max-width: 769px) {
  .logos-box__hover {
    display: none
  }
}

.logos-box__hover .title {
  font-size: var(--fs-base);
  font-weight: 400
}

.logos-box__hover .status {
  font-size: var(--fs-m);
  padding-bottom: 0
}

.logos-box__hover .subtitle {
  font-size: var(--fs-l);
  text-align: center;
  width: 85%;
  margin-top: 20px
}

.logos-box__hover .ceo {
  font-size: var(--fs-l);
  text-align: center;
  width: 85%
}

.logos-box__hover.dark {
  color: var(--c-dark-4)
}

@media screen and (max-width: 769px) {
  .logos-box.empty {
    display: none
  }
}

.logos-box .null {
  position: relative;
  left: initial;
  top: initial;
  transform: none;
  visibility: hidden
}

.logos-box .no-logo {
  font-size: 5vw;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  opacity: 0;
  text-transform: lowercase
}

.logos-box.featured:not(.dummy-box) .logos-box__hover {
  position: relative;
  height: max-content;
  margin-top: 1vw
}

.logos-box.featured:not(.dummy-box) .logos-box__wrap {
  flex-direction: column;
  border: none
}

.logos-box.featured:not(.dummy-box) .logos-box__wrap>svg path,
.logos-box.featured:not(.dummy-box) .logos-box__wrap>svg circle,
.logos-box.featured:not(.dummy-box) .logos-box__wrap>svg rect,
.logos-box.featured:not(.dummy-box) .logos-box__wrap>svg polygon,
.logos-box.featured:not(.dummy-box) .logos-box__wrap>svg text {
  fill: #fff !important
}

@media screen and (max-width: 769px) {
  .logos-box__quote {
    padding-top: 0
  }
}

@media screen and (max-width: 769px) {
  .logos-box__quote .logos-box__wrap {
    position: relative
  }
}

@media screen and (max-width: 769px) {
  .logos-box__quote .logos-box__wrap .logos-box__hover {
    display: flex;
    position: relative;
    padding: 7.5vmin 0
  }
}

@media screen and (max-width: 769px) {
  .logos-box__quote .logos-box__wrap .logos-box__hover .subtitle {
    font-size: 6.4vmin;
    line-height: 1.45;
    text-align: center !important;
    width: 85%
  }
}

@media screen and (max-width: 769px) {
  .logos-box__quote .logos-box__wrap .logos-box__hover .subtitle_ceo {
    font-size: 4vmin
  }
}

.dummy-box .logos-box__wrap {
  border: none !important
}

.social-box {
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.social-box__item {
  padding: 1.25vw 2.63vw;
  border: 1px solid rgba(0, 0, 0, .25);
  width: 2.36vw;
  height: 2.36vw;
  box-sizing: content-box;
  transition: background-color .5s ease-in-out, border .5s ease-in-out
}

@media screen and (max-width: 769px) {
  .social-box__item {
    width: 8vw;
    height: 8vw;
    padding: 2vw 5vw
  }
}

.social-box__item:hover {
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.social-box__item--white {
  border: 1px solid rgba(255, 255, 255, .2)
}

.social-box__item--brown {
  border: 1px solid rgba(0, 0, 0, .25)
}

.social-box__item.last {
  border-left: none !important
}

.social-box__item .icon_svg {
  width: 100%;
  height: 100%
}

.social-box__item .icon_svg .icon {
  width: 100%;
  height: 100%
}

.social-box__item .icon_svg .icon.light {
  color: #fff
}

.social-box__item .icon_svg .icon.dark {
  color: var(--c-dark-4)
}

/* Desktop */
.social-box__home {
  margin-top:   -3vmin;
  margin-bottom: 3vmin;
  justify-content: flex-start !important;
}

/* Mobile */
@media screen and (max-width: 769px) {
  .social-box__home {
    margin-top: -2vmin;
	margin-bottom: 4vmin;
  }
}


.social-box.light .social-box__item {
  border: 1px solid rgba(255, 255, 255, .25)
}

.social-box.light .social-box__item:hover {
  background-color: rgba(255, 255, 255, .25)
}

.card {
  margin-bottom: 3.2vw
}

.card__team {
  width: 32%
}

@media screen and (max-width: 769px) {
  .card__team {
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .card__team:nth-child(3n-2) {
    margin-right: 2%
  }

  .card__team:nth-child(3n) {
    margin-left: 2%
  }
}

.card__advisors {
  width: 16%;
  margin: 0 .4% 3.2vw
}

@media screen and (max-width: 769px) {
  .card__advisors {
    width: 45%;
    margin: 0
  }

  .card__advisors:nth-child(odd) {
    margin-right: 2.5%
  }

  .card__advisors:nth-child(even) {
    margin-left: 2.5%
  }
}

@media screen and (min-width: 769px) {
  .card__advisors:nth-child(6n-5) {
    margin-left: 0
  }

  .card__advisors:nth-child(6n) {
    margin-right: 0
  }
}

.card__desc {
  margin-top: 2.8rem
}

@media screen and (max-width: 769px) {
  .card__desc {
    margin-bottom: 10vmin
  }
}

.card__desc--small {
  margin-top: 1.7rem
}

@media screen and (max-width: 769px) {
  .card__desc--small {
    margin-bottom: 5vmin
  }
}

.card__title {
  font-family: var(--ff-medium);
  font-weight: 400;
  color: var(--c-dark-3);
  line-height: 1.4
}

.card__title--small {
  line-height: 1.1
}

.card__subtitle {
  font-family: var(--ff-content);
  font-size: var(--fs-m);
  color: var(--c-gray-3);
  padding-top: .6rem;
  line-height: 1.1
}

.card__subtitle--small {
  padding-top: .7rem
}

.card__img {
  position: relative
}

.card__bg--color-1 {
  background-color: var(--c-card-6)
}

.card__bg--color-2 {
  background-color: var(--c-card-1)
}

.card__bg--color-3 {
  background-color: var(--c-card-4)
}

.card__bg--color-4 {
  background-color: var(--c-card-3)
}

.card__bg--color-5 {
  background-color: var(--c-card-2)
}

.card__bg--color-6 {
  background-color: var(--c-card-5)
}

.card__bg--color-7 {
  background-color: var(--c-card-7)
}

.card a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  overflow: hidden
}

.card__hover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, .1);
  opacity: 0
}

.snippets {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 5vw;
  padding-bottom: 5vw
}

@media screen and (max-width: 769px) {
  .snippets {
    flex-direction: column;
    align-items: flex-start
  }
}

.snippets__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1
}

@media screen and (max-width: 769px) {
  .snippets__item {
    margin: 3.5vmin 0;
    align-items: flex-start
  }
}

.snippets__title {
  font-family: var(--ff-medium);
  font-size: var(--fs-m);
  color: var(--c-gray-3);
  text-transform: uppercase
}

.snippets__text {
  font-family: var(--ff-content);
  font-size: var(--heading-s);
  color: #000;
  padding-top: 1.5rem
}

@media screen and (max-width: 769px) {
  .member {
    flex-direction: column-reverse;
    width: 80vw;
    margin-left: 10vw
  }
}

.member__desc {
  font-family: var(--ff-content);
  font-size: var(--fs-l);
  color: var(--c-dark-4);
  width: var(--container-mid)
}

@media screen and (max-width: 769px) {
  .member__desc {
    width: 100%;
    font-size: var(--fs-base)
  }
}

.member__desc .text-box__title h4 {
  font-weight: 400
}

@media screen and (max-width: 769px) {
  .member__desc .text-box__title {
    padding-bottom: 10vmin
  }
}

.member__desc .text-box__text {
  font-family: var(--ff-content);
  font-size: var(--fs-base);
  line-height: 2.8rem
}

@media screen and (max-width: 769px) {
  .member__desc .text-box__text {
    font-size: 2rem
  }
}

.member__desc__title {
  font-family: var(--ff-medium);
  font-weight: 400
}

@media screen and (max-width: 769px) {
  .member .social-box {
    margin-top: 13.5vmin;
    width: initial;
    justify-content: flex-start
  }
}

.welcome-bg-svg,
.slider-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

@media screen and (max-width: 769px) {
  .drag-slider {
    padding: 0
  }
}

.drag-slider__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.drag-slider__content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.drag-slider__bg-img {
  width: 100%
}

.drag-slider__item {
  height: 100%;
  width: 100%
}

.drag-slider__item .img {
  width: 100%
}

.drag-slider__hover {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 5vw;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center
}

.drag-slider__hover svg {
  opacity: 0;
  visibility: hidden
}

.drag-slider__hover svg path,
.drag-slider__hover svg circle {
  fill: none;
  stroke-width: 2px;
  stroke: #fff
}

.slider-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  margin-left: 2.5rem;
  gap: 15px;
  transform: translateY(0.7vw);
}

@media screen and (max-width: 769px) {
  .slider-dots {
    gap: 8px;
  }
}

.slider-dots .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: .9rem;
  cursor: pointer;
  opacity: 0.2;
  height: .7rem;
  width: .7rem;
  pointer-events: auto;
}

.slider-dots .dot .circle {
  display: block;
  background: #fff;
  position: absolute;
  height: .7rem;
  width: .7rem;
  border-radius: 50%;
  visibility: visible;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
  .slider-dots .dot .number {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .slider-dots .dot {
    width: 5.36px;
    height: 5.36px;
  }

  .slider-dots .dot .circle {
    width: 5.36px;
    height: 5.36px;
  }
}


@media screen and (max-width: 426px) {
  .slider-dots .dot .number {
    display: none;
  }
}

.slider-dots .dot .number .line {
  overflow: hidden
}

.slider-dots .dot.active {
  pointer-events: none;
  opacity: 1;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 769px) {
  .slider-dots.no-logo {
    margin-top: 5.5rem
  }
}

.hero-slider.height-85 {
  height: 85vh;
  min-height: 85vh;
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__left {
    position: absolute;
    height: 100%;
    top: 0;
    padding-top: 10vmin;
    z-index: 99;
    width: 100%;
    pointer-events: none
  }
}

.hero-slider .content .content__left .subtitle-wrap {
  transform: none
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__left .subtitle-wrap {
    padding-left: 10vmin
  }
}

.hero-slider .content .content__mid {
  margin-top: -2.5rem
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__mid {
    width: 80vmin;
    height: 52vh;
    align-self: flex-end;
    margin-left: 10vmin
  }
}


@media screen and (max-width: 476px) {
  .hero-slider .content .content__mid {
    height: auto;
  }
}

.hero-slider .content .content__mid .item .logo {
  position: relative
}

.hero-slider .content .content__mid .slider-dots {
  flex-direction: row;
  margin-left: 0;
  transform: none;
  flex-basis: 40%;
}

@media screen and (max-width: 426px) {
  .hero-slider .content .content__mid .slider-dots {
    display: none;
  }
}

.hero-slider .slider-counter {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-align: left;
  font-family: var(--ff-main);
}

@media screen and (min-width: 426px) {
  .hero-slider .content .content__mid .slider-counter {
    display: none;
  }
}

.hero-slider .content .content__mid .slider-dots .dot {
  margin-right: 1.05rem;
  margin-bottom: 0
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__mid .slider-dots .dot {}
}

.hero-slider .content .content__mid .CEO {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 16px;
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__mid .CEO {
    display: none;
  }
}

.hero {
  flex: 1;
  color: #fff !important;
  display: flex;
  align-items: center;
  padding-top: var(--header-height);
  font-family: var(--ff-medium);
  overflow: hidden
}

.hero--color-1 {
  background: linear-gradient(to bottom right, var(--hero-bg-1), var(--hero-bg-2) 20%, var(--hero-bg-3) 90%)
}

.hero--color-2 {
  background-color: var(--hero-bg-4)
}

.hero--color-3 {
  background: linear-gradient(45deg, #5b72ff 0%, #000000 55%)
}

.hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.hero__img img.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero__img img.mobile-only {
    display: flex;
  }

  .hero__img img.desktop-only {
    display: none;
  }
}

.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero__random-imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__random-imgs-overlays {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.hero__overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero__overlay--1 {
  background: linear-gradient(107.2deg, rgba(162, 174, 227, 0.7) 4.97%, rgba(208, 187, 252, 0.7) 96.12%);
  mix-blend-mode: normal;
  opacity: 0.07;
}

.hero__overlay--2 {
  background: radial-gradient(46.07% 142.01% at 50.3% 51.32%, rgba(13, 33, 118, 0.9) 0%, rgba(239, 231, 255, 0.7) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  mix-blend-mode: normal;
  opacity: 0.15;
}

.hero__overlay--3 {
  background: linear-gradient(148.5deg, #4A61C8 -8.42%, #6757C9 81.33%);
  mix-blend-mode: hard-light;
  opacity: 0.9;
}

.hero__people-shown {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.hero__bottom-image {
  position: absolute;
}

.hero__bottom-left-image {
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 589px;
}

.hero__bottom-right-image {
  right: 0;
  bottom: 0;
  max-width: 692px;
}

.hero__bottom-image img {
  width: 100%;
  height: 100%;
}

.hero__bottom-image--desktop {
  display: block;
}

.hero__bottom-image--tablet {
  display: none;
}

.hero__bottom-image--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero__bottom-left-image {
    max-width: 522px;
  }

  .hero__bottom-right-image {
    max-width: 584px;
  }

  .hero__bottom-image--desktop {
    display: none;
  }

  .hero__bottom-image--tablet {
    display: block;
  }

  .hero__bottom-image--mobile {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .hero__bottom-left-image {
    max-width: 258px;
  }

  .hero__bottom-right-image {
    max-width: 284px;
  }

  .hero__bottom-image--desktop {
    display: none;
  }

  .hero__bottom-image--tablet {
    display: none;
  }

  .hero__bottom-image--mobile {
    display: block;
  }
}

.hero__bottom-left-bubbles {
  position: absolute;
  left: 33px;
  bottom: 33px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__bottom-right-bubbles {
  position: absolute;
  right: 33px;
  bottom: 33px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__random-imgs--visible,
.hero__bottom-left-bubbles--visible,
.hero__bottom-right-bubbles--visible {
  opacity: 1;
  visibility: visible;
}

.hero__bubble {
  /* Bubble */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  min-width: 90px;
  position: relative;
  text-shadow: 0 -1px 4px #0000008C;
  /* Text */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .hero__bubble {
    display: none;
  }
}

.hero .content {
  display: flex;
  height: fit-content;
  width: 100%;
  font-size: var(--fs-m);
  z-index: 1;
  padding: 0 30px 0 0;
}

.hero .content .content__mid.container-mid.content-center {
  margin: 0 auto;
}

.hero.hero-default .content__mid.hero__content .text {
  font-weight: 500;
  /* font-size: 16px; */
  /* line-height: 16px; */
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero.hero-default .content__mid.hero__content .text,
.hero.hero-default .content__mid.hero__content .title {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .hero .content {
    flex-direction: column;
    font-size: 1.8rem
  }
}

.hero .content .subtitle-wrap .subtitle {
  font-size: var(--fs-m);
  font-weight: normal;
  display: flex;
  align-items: center
}

.hero .content .subtitle-wrap .subtitle:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, .25);
  width: 3.3vw;
  margin-left: 2.2vw
}

@media screen and (max-width: 769px) {
  .hero .content .subtitle-wrap .subtitle:after {
    width: 10vmin
  }
}

.hero .content .subtitle-wrap .subtitle--long:after {
  width: 7vw
}

.hero-slider .content {
  margin-top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 768px;
  /* Temp */
  z-index: 3
}

@media screen and (max-width: 769px) {
  .hero-slider .content {
    flex-direction: column;
    margin-top: 0;
    padding-right: 0;
    flex-direction: row;
    height: 100%;
    /* min-height: 965px; */
    min-height: clamp(525px, 100vh, 965px);
  }
}

@media screen and (max-width: 476px) {
  .hero-slider .content {
    min-height: auto;
    margin-top: 290px;
  }
}

.hero-slider .content .content__left {
  flex-direction: column;
  justify-content: space-between
}

/* CONTACT */

.hero .content__mid.margin-bottom-10 {
  margin-bottom: 0vw;
}

.content__mid .title {
  line-height: 120%;
}

.hero .content__mid.align-left .title .line {
  text-align: left;
}

.hero .content__mid.align-left .text .line {
  text-align: left;
}

.footer .container .nav__left .logo {
  opacity: 1 !important;
}

@media screen and (max-width: 1200px) {
  .footer-default {
    margin-bottom: 50px;
  }

  scrollbar {
    overflow: visible;
  }
}


@media screen and (max-width: 520px) {

  .height-100 .scroll-content {
    min-height: 95vh;
    height: 100vh !important;
  }

  .contact-footer .footer .nav .nav__list {
    align-items: flex-start !important;
    margin-bottom: 100px;
    justify-content: left;
    margin-left: 12vmin;
  }

  .contact-footer .footer .nav .nav__list a {
    font-size: 18px;

  }

  .content__mid .title {
    font-size: 32px;
  }

}

@media screen and (min-width: 769px) {

  .height-100 .scroll-content {
    min-height: 95vh;
    height: 100vh !important;
  }

  .contact-footer .footer .nav .nav__list {
    align-items: flex-start !important;
    margin-bottom: 200px;
    justify-content: left;
  }

  .contact-footer .footer .nav .nav__list a {
    font-size: 24px;

  }

  .content__mid .title {
    font-size: 32px;
  }

}

@media screen and (min-width: 1280px) {
  .contact-footer .footer .nav .nav__list a {
    font-size: 18px;
  }

  .contact-footer .footer .nav .nav__list {
    margin-bottom: 100px;
  }

  .content__mid .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1980px) {
  .content__mid .title {
    font-size: 68px;
  }

  .contact-footer .footer .nav .nav__list a {
    font-size: 24px;
  }
}



/* CONTACT END */

.hero .content__mid .title {
  font-family: var(--ff-main);
  line-height: 1.1;
  font-weight: bold;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: left;
}

.hero.hero-default .content__mid .title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 128%;
  letter-spacing: 0.04em;
  max-width: 640px;
}

.hero.hero-default:not(.hero-member) .content__mid .title {
  color: #FFFFFF;
}

.hero .content__mid .title--big {
  font-size: var(--heading-xl);
  line-height: 1
}

.hero .content__mid .text {
  font-family: var(--ff-content);
  font-size: var(--fs-xl);
  margin-top: 1vw;
}

.hero.hero-default .content__mid .text {}

@media screen and (max-width: 769px) {
  .hero .content__mid .text {
    font-size: 2rem
  }

  .hero .content__mid .text br {
    display: none
  }
}

.hero .content.dark {
  color: var(--c-dark-3)
}

.hero.height-75 {
  height: 75vh;
  min-height: 75vh
}

.hero.height-67 {
  height: 67vh;
  min-height: 67vh
}

.hero-home .content .subtitle,
.hero-contact .content .subtitle,
.hero-error .content .subtitle {
  margin-bottom: 1.2vw
}

.hero-home .content__left,
.hero-home .content__right,
.hero-contact .content__left,
.hero-contact .content__right,
.hero-error .content__left,
.hero-error .content__right {
  display: flex;
  align-items: center;
  padding-left: 2.7vw
}

.hero-home .content__left .arrow,
.hero-home .content__right .arrow,
.hero-contact .content__left .arrow,
.hero-contact .content__right .arrow,
.hero-error .content__left .arrow,
.hero-error .content__right .arrow {
  width: 3.33vw
}

.hero-home .content__left .arrow,
.hero-contact .content__left .arrow,
.hero-error .content__left .arrow {
  margin-right: 1.4vw
}

.hero-home .content__right,
.hero-contact .content__right,
.hero-error .content__right {
  padding-left: 0;
  justify-content: flex-end;
  padding-right: 2.7vw
}

.hero-home .content__right .arrow,
.hero-contact .content__right .arrow,
.hero-error .content__right .arrow {
  transform: rotate(180deg);
  margin-left: 1.4vw
}

.hero-default,
.hero-slider {
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.hero-default:not(.hero-member),
.hero-slider:not(.hero-member) {
  z-index: 2;
}

.hero-default {
  min-height: 100vh;
}

.hero-slider {
  min-height: 768px;
}

@media screen and (min-width: 1920px) {
  .hero-slider {
    min-height: 1024px;
  }
}

@media screen and (max-width: 1024px) {

  .hero-default,
  .hero-slider {
    min-height: min(70vw, 540px);
  }
}

@media screen and (max-width: 769px) {

  .hero-default,
  .hero-slider {
    height: auto;
  }
}

@media screen and (max-width: 640px) {

  .hero-default,
  .hero-slider {
    /* min-height: min(50vw, 540px); */
    min-height: min(90vw, 540px);
  }
}

@media screen and (max-width: 476px) {
  .hero-slider {}
}

.hero-default .content .subtitle,
.hero-slider .content .subtitle {
  margin-bottom: 0
}

.hero-default .content__left,
.hero-slider .content__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}

.hero-default .content__left .subtitle-wrap,
.hero-slider .content__left .subtitle-wrap {
  padding-left: 12.5vw;
  transform: translateY(1.7vw)
}

@media screen and (max-width: 769px) {

  .hero-default .content__left .subtitle-wrap,
  .hero-slider .content__left .subtitle-wrap {
    padding-left: 10vmin;
    transform: none
  }
}

.hero-default .content__right,
.hero-slider .content__right {
  padding-left: 0;
  padding-right: 3.5vw
}

@media screen and (max-width: 769px) {

  .hero-default .subtitle-wrap,
  .hero-home .subtitle-wrap,
  .hero-contact .subtitle-wrap,
  .hero-error .subtitle-wrap {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 769px) {

  .hero-default .content__mid,
  .hero-home .content__mid,
  .hero-contact .content__mid,
  .hero-error .content__mid {
    margin-left: 10vmin;
    width: 80vmin
  }
}

.hero-default .content__mid .title,
.hero-home .content__mid .title,
.hero-contact .content__mid .title,
.hero-error .content__mid .title {
  opacity: 0;
  line-height: 7.5rem
}

@media screen and (max-width: 769px) {

  .hero-default .content__mid .title br,
  .hero-home .content__mid .title br,
  .hero-contact .content__mid .title br,
  .hero-error .content__mid .title br {
    display: none
  }
}

.hero-default .content__mid .title .line,
.hero-home .content__mid .title .line,
.hero-contact .content__mid .title .line,
.hero-error .content__mid .title .line {
  overflow: hidden
}

.hero-default .content__mid .title .line:first-child,
.hero-home .content__mid .title .line:first-child,
.hero-contact .content__mid .title .line:first-child,
.hero-error .content__mid .title .line:first-child {
  margin: 0
}

.hero-default .content__mid .text,
.hero-home .content__mid .text,
.hero-contact .content__mid .text,
.hero-error .content__mid .text {
  opacity: 0
}

@media screen and (max-width: 769px) {

  .hero-default .content__mid .text,
  .hero-home .content__mid .text,
  .hero-contact .content__mid .text,
  .hero-error .content__mid .text {
    font-size: 1.5rem
  }
}

.hero-default .content__mid .button,
.hero-home .content__mid .button,
.hero-contact .content__mid .button,
.hero-error .content__mid .button {
  font-size: var(--fs-xl);
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  position: relative;
  cursor: pointer
}

@media screen and (max-width: 769px) {

  .hero-default .content__mid .button,
  .hero-home .content__mid .button,
  .hero-contact .content__mid .button,
  .hero-error .content__mid .button {
    font-size: 2rem
  }
}

.hero-contact .content__left,
.hero-error .content__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}

@media screen and (max-width: 769px) {

  .hero-contact .content__left,
  .hero-error .content__left {
    padding: 0
  }
}

.hero-contact .content__left .subtitle-wrap,
.hero-error .content__left .subtitle-wrap {
  padding-left: 12.5vw;
}

@media screen and (max-width: 769px) {

  .hero-contact .content__left .subtitle-wrap,
  .hero-error .content__left .subtitle-wrap {
    padding-left: 10vw;
    transform: none
  }
}

.hero-contact .content__mid,
.hero-error .content__mid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

.hero-contact .content__mid .title {
  line-height: 3.7rem;
  margin-bottom: 1vw
}

.hero-error .content__mid .title {
  line-height: 7.7rem;
  margin-bottom: 1vw
}

@media screen and (max-width: 769px) {

  .hero-contact .content__mid .title br,
  .hero-error .content__mid .title br {
    display: block
  }
}

@media screen and (max-width: 479px) {

  .hero-contact .content__mid .title,
  .hero-error .content__mid .title {
    line-height: 1.15;
  }
}

.hero-contact .content__mid .link,
.hero-error .content__mid .link {
  margin-top: .5vw
}

@media screen and (max-width: 769px) {

  .hero-contact .content__mid .link,
  .hero-error .content__mid .link {
    margin-top: 4vw;
    padding: 3vmin 5vmin;
    margin-bottom: 4vmin;
    border: 1px solid #fff;
    border-radius: 7vmin
  }
}

@media screen and (max-width: 769px) {
  .hero-home .content {
    align-items: center
  }
}

@media screen and (max-width: 1024px) {
  .hero-home .content__mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0
  }

  .hero-home .content__mid .subtitle-wrap .subtitle:after {
    content: none
  }

  .hero-home .content__mid .title {
    text-align: center
  }

  .hero-home .content__mid .text {
    width: 60%;
    text-align: center
  }

  .hero.hero-default .content__mid .title {
    font-style: normal;
    font-weight: 600;
    /* font-size: 32px; */
    /* font-size: 27px; */
    font-size: 3rem;
    line-height: 131%;
    letter-spacing: 0.03em;
  }
}

.hero-home .content__mid .title {
  line-height: 9.4rem
}

.hero-member {
  height: calc(95vh - var(--header-height));
  min-height: calc(95vh - var(--header-height));
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}

@media screen and (max-width: 769px) {
  .hero-member {
    min-height: calc(45vh - var(--header-height));
    flex-direction: column-reverse;
    height: initial
  }
}

.hero-member .content {
  width: 85.8%
}

@media screen and (max-width: 769px) {
  .hero-member .content {
    align-self: flex-end;
    background: #fff;
    width: 100%;
    position: relative;
    padding-top: 3vh
  }
}

@media screen and (max-width: 769px) {
  .hero-member .content .content__left {
    width: 100%
  }
}

.hero-member .content .subtitle-wrap .subtitle:after {
  background: var(--c-gray-4)
}

.hero-member .hero__img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}

@media screen and (max-width: 769px) {
  .hero-member .hero__img {
    position: relative;
    height: calc(45vh - var(--header-height))
  }
}

.hero-member .hero__img .img_holder {
  width: 100%;
  height: 0%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden
}

.hero-member .hero__img .img_holder .img_container {
  width: 86.1vw;
  height: calc(95vh - var(--header-height));
  display: flex;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff
}

@media screen and (max-width: 769px) {
  .hero-member .hero__img .img_holder .img_container {
    height: calc(45vh - var(--header-height));
    width: 100%;
    background-size: cover
  }
}

.hero-member .hero__img .side_bar {
  width: 14.2vw;
  height: 0%;
  background-color: rgba(0, 0, 0, .25);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: auto;
}

@media screen and (max-width: 769px) {
  .hero-member .hero__img .side_bar {
    display: none
  }
}

.hero-member .hero__img .side_bar__pager_wrapper {
  height: calc(95vh - var(--header-height));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-member .hero__img .side_bar__pager {
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(45vh - var(--header-height)) 0;
  position: relative;
  cursor: pointer
}

.hero-member .hero__img .side_bar__pager .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  user-select: none
}

.hero-member .hero__img .side_bar__pager .pager .delimiter {
  margin: 0 .3vw
}

.hero-member .content__mid .title {
  max-width: 30vw
}

.hero-member .content__mid .text {
  margin: 0
}

@media screen and (max-width: 769px) {
  .hero-member .content__mid {
    width: 100%
  }

  .hero-member .content__mid .title {
    max-width: initial
  }
}

@media screen and (max-width: 769px) {
  .hero-slider {
    height: initial;
    min-height: 965px;
  }
}

@media screen and (max-width: 476px) {
  .hero-slider {
    min-height: 678px;
  }
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__left {
    width: 83vmin
  }
}

.hero-slider .content .content__left .subtitle-wrap {
  transform: translateY(0.7vw)
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__left .subtitle-wrap {
    transform: none;
    padding-left: 20vmin;
    padding-bottom: 8rem
  }
}

@media screen and (max-width: 769px) {
  .hero-slider .content .content__left .subtitle-wrap.no-logo {
    padding-bottom: 2rem
  }
}

.hero-slider .content .content__mid {
  margin-top: -7rem;
  width: 45vw;
  position: relative;
}

.hero-slider .slider-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 64px;
  width: 100%;
  pointer-events: none;
}

@media screen and (min-width: 1920px) {
  .hero-slider .slider-bottom {
    bottom: -24px;
  }
}

@media screen and (max-width: 769px) {
  .hero-slider .slider-bottom {
    position: relative;
    bottom: 0;
    padding: 0 30px 30px;
    justify-content: space-between;
  }

  .hero-slider .content .content__mid {
    margin-left: 20vmin
  }

  .hero-slider .slider {
    height: auto;
  }
}

.hero-slider .content .item .logo {
  opacity: 0;
  transform: translateY(25%)
}

.hero-slider .content .item .title {
  margin-top: 7rem;
  line-height: 6.1rem
}

@media screen and (max-width: 769px) {
  .hero-slider .content .item .title br {
    display: none
  }
}

.hero-slider .content .item .title .line {
  margin-top: -1.1rem
}

.hero-slider .content .item .title .line:first-child {
  margin-top: 0
}

.hero-slider .content .item .company_status {
  font-family: var(--ff-content);
  font-size: .902vw;
  text-transform: capitalize;
  font-weight: bold;
  opacity: 0;
  transform: translateY(25%);
  line-height: 1
}

@media screen and (max-width: 769px) {
  .hero-slider .content .item .company_status {
    font-size: 3.46vmin
  }
}

.hero-slider .content .item .link {
  font-size: 1.4rem;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  opacity: 0;
  transform: translateY(25%);
  position: relative
}

@media screen and (max-width: 769px) {
  .hero-slider .content .item .link {
    border-bottom: 2px solid #fff;
    font-size: 2rem
  }
}

.hero-slider .content .item .link .ninja {
  color: var(--c-dark-2);
  background-color: #fff;
  position: absolute;
  z-index: 5;
  height: calc(100% + 2px)
}

.hero-slider .content .item .link svg {
  fill: #fff;
  position: absolute;
  z-index: 3;
  bottom: -9px;
  pointer-events: none
}

@media screen and (max-width: 769px) {
  .hero-slider .content .item .link svg {
    display: none
  }
}

.hero-slider .content .item .CEO {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transform: translateY(25%);
  /* max-width: 300px; */
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-size: 1.59rem;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  min-height: 45px;
  min-width: 476px;
}

@media screen and (min-width: 1440px) {
  .hero-slider .content .item .CEO {
    max-width: 34vw;
  }
}

.hero-slider .alt-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--fs-xl);
  position: absolute;
  bottom: 2.7vw;
  left: 3.5vw
}

.hero-slider .alt-counter .line {
  margin: 0 .5vw
}

.hero-slider .alt-counter .current,
.hero-slider .alt-counter .total {
  width: 1.65vw
}

@media screen and (max-width: 769px) {

  .hero-slider .alt-counter .current,
  .hero-slider .alt-counter .total {
    width: 4.5vmin
  }
}

.hero-slider .slider-img {
  background-color: var(--c-green-2)
}

.hero-slider .slider-bg-svg {
  transform-origin: 50%
}

.hero-slider .slider-arrows {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 12.5vw
}

@media screen and (max-width: 769px) {
  .hero-slider .slider-arrows {
    padding-left: 0;
    padding-right: 5vmin;
    padding-bottom: 5vmin;
    align-self: flex-end;
    pointer-events: all
  }
}

.hero-slider .slider-arrows .arrow {
  width: 3.33vw;
  height: 3.33vw;
  margin-right: 1.4vw;
  cursor: pointer;
  transition: transform .25s ease-in-out;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 769px) {
  .hero-slider .slider-arrows .arrow {
    width: 48px;
    height: 48px;
  }
}

.hero-slider .slider-arrows .arrow .arrowSvg circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #fff;
  stroke-opacity: .2;
  transition: all .25s ease-in-out
}

.hero-slider .slider-arrows .arrow .arrowSvg path {
  fill: #fff;
  stroke: none;
}

.hero-slider .slider-arrows .arrow .svgArrowCircle {
  width: 3.3vw;
  height: 3.3vw;
  position: absolute;
  left: 0;
  top: 0
}

.hero-slider .slider-arrows .arrow .svgArrowCircle circle {
  cx: 1.65vw;
  cy: 1.65vw;
  r: calc(1.65vw - 2px);
  transform: rotate(-90deg);
  transform-origin: center center
}

@media screen and (max-width: 769px) {
  .hero-slider .slider-arrows .arrow .svgArrowCircle {
    width: 48px;
    height: 48px;
  }

  .hero-slider .slider-arrows .arrow .svgArrowCircle circle {
    cx: 50%;
    cy: 50%;
    r: calc(50% - 2px);
    stroke-width: 2px
  }
}

@media screen and (min-width: 1025px) {
  .hero-slider .slider-arrows .arrow.left:hover {
    transform: translateX(-15%)
  }
}

.hero-slider .slider-arrows .arrow .arrowSvg {
  position: relative;
}

.hero-slider .slider-arrows .arrow .arrowArrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  width: 1.05vw;
  height: 1.05vw;
}

@media screen and (max-width: 769px) {
  .hero-slider .slider-arrows .arrow .arrowArrow {
    width: 16px;
    height: 16px;
  }
}

.hero-slider .slider-arrows .arrow.right .arrowSvg {}

@media screen and (min-width: 1025px) {
  .hero-slider .slider-arrows .arrow.right:hover {
    transform: translateX(15%)
  }
}

@media screen and (min-width: 1025px) {
  .hero-slider .slider-arrows .arrow:hover .arrowSvg circle {
    stroke-opacity: 1
  }
}

.side_links {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 5;
  pointer-events: none
}

@media screen and (max-width: 769px) {
  .side_links {
    display: none
  }
}

.side_links .link {
  height: 100%;
  width: calc(var(--container-left) - 5vw);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  pointer-events: all;
  position: absolute
}

.side_links .link .label {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.7vw;
  font-size: calc(12px + 1 * ((100vw - 1280px) / 1));
  font-family: var(--ff-medium);
  color: #fff;
  z-index: 10
}

@media screen and (max-width: 1280px) {
  .side_links .link .label {
    font-size: 12px
  }
}

@media screen and (min-width: 1920px) {
  .side_links .link .label {
    font-size: 14px
  }
}

.side_links .link .label .arrow {
  width: 3.33vw;
  margin-right: 1.4vw
}

.side_links .link .label .arrow circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #fff;
  stroke-opacity: .2;
  transition: all 1s ease-in
}

.side_links .link .label .arrow path {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke: #fff
}

.side_links .link .label.active .arrow circle {
  stroke-opacity: 1
}

.side_links .link.right {
  right: 0
}

.side_links .link.right .label {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 2.7vw
}

@media screen and (max-width: 769px) {
  .side_links .link.right .label {
    padding: 0px
  }
}

.side_links .link.right .label .arrow {
  transform: rotate(180deg);
  margin-left: 1.4vw;
  margin-right: 0
}

@media screen and (max-width: 769px) {
  .side_links .link.right .label .arrow {
    margin: 0px
  }
}

.side_links .link.right .hover-bg-svg {
  transform-origin: 50%;
  transform: scaleX(-1)
}

.side_links .link.action {
  z-index: 99
}

@media screen and (max-width: 769px) {
  .side_links .link .hover-bg-svg {
    display: none
  }
}

.side_links.mobile {
  display: none;
  position: relative;
  flex-direction: column;
  height: max-content;
  width: max-content;
  margin-left: 0;
  margin-top: 5vmin
}

@media screen and (max-width: 769px) {
  .side_links.mobile {
    display: flex
  }
}

.side_links.mobile .link {
  position: initial;
  width: 100%;
  padding: 3vmin 5vmin;
  margin-bottom: 4vmin;
  border: 1px solid #fff;
  border-radius: 7vmin;
  display: block
}

.side_links.mobile .link .label {
  position: relative;
  font-size: 1.6rem;
  padding: 0;
  justify-content: center
}

.hero-error {
  padding-bottom: var(--header-height)
}

.hero-welcome {
  width: 100%;
  min-height: 85vh
}

@media screen and (max-width: 1024px) {
  .hero-welcome {
    height: auto
  }
}

.hero-welcome .welcome-mask {
  clip-path: url(#welcome-clipping);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 769px) {
  .hero-welcome .welcome-mask .content .title {
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .hero-welcome .welcome-mask .content .text {
    text-align: center
  }
}

.hero-col {
  flex-direction: column;
  justify-content: center
}

.hero-home-define {
  height: 50vh;
  height: 50dvh;
  height: max(572px, 50dvh);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 80px 50px;
  overflow-x: hidden;
  transition: all 1s ease;
}

@media screen and (min-width: 1024px) {
  .hero-home-define {
    height: 100vh;
    height: 100dvh;
  }
}

@media screen and (max-width: 769px) {
  .hero-home-define {
    height: initial;
    gap: 21px;
    padding: 50px 30px;
    align-items: stretch;
  }
}

@media screen and (max-width: 478px) {
  .hero-home-define {
    flex-direction: column;
    padding: 32px 20px;
  }
}

.hero-home-define__left,
.hero-home-define__right {
  height: 100%;
  position: relative
}

.hero-home-define__left {
  width: 48.8151658768%;
}

.hero-home-define__right {
  width: 39.7314375987%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.hero-home-define__heading--mobile {
  display: none;
}

.hero-home-define__heading--desktop {
  display: block;
}

.hero-home-define__counter {
  display: none;
}

@media screen and (max-width: 769px) {
  .hero-home-define__left {
    width: 48.8151658768%;
    height: 445px;
  }

  .hero-home-define__right {
    width: 48.8151658768%;
    height: auto;
    z-index: 99;
    background-color: rgba(255, 255, 255, .8);
    overflow: hidden;
    position: relative
  }
}

@media screen and (max-width: 478px) {

  .hero-home-define__left,
  .hero-home-define__right {
    width: 100%;
  }

  .hero-home-define__left {
    height: 250px;
  }

  .hero-home-define__heading--mobile {
    display: block;
  }

  .hero-home-define__heading--desktop {
    display: none;
  }
}

.hero-home-define__heading {
  color: #4349DE;
  width: calc(100% - 3vw);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .hero-home-define__heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-align: left;
  }
}

@media screen and (max-width: 478px) {
  .hero-home-define__heading {
    font-family: "IBM Plex Sans Condensed";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .hero-home-define__counter {
    display: block;
  }
}

.hero-home-define__img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.hero-home-define__img img {
  object-fit: cover;
  /* object-fit: contain; */
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden
}

.hero-home-define__img.active {
  z-index: 99;
  background: white;
}

.hero-home-define__number {
  display: block;
  margin-bottom: 25px;
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.12em;
  color: #717996;
}

.hero-home-define__slide--header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
}

@media screen and (max-width: 769px) {
  .hero-home-define__slide--header {
    align-items: flex-start
  }

  .hero-home-define__slide--header:not(:last-child) {
    margin-bottom: 1.75vmin
  }
}

.hero-home-define__circle {
  margin-right: 1.25vw;
  position: relative;
  width: 1.75vw;
  height: 1.75vw;
  border-radius: 50%;
  flex-shrink: 0;
  transform-origin: center center
}

.hero-home-define__circle svg {
  width: 1.75vw;
  height: 1.75vw;
  position: absolute
}

.hero-home-define__circle svg circle {
  cx: .875vw;
  cy: .875vw;
  r: calc(.875vw - 2px);
  transform: rotate(-90deg);
  transform-origin: center center;
  stroke-width: .2vw
}

@media screen and (max-width: 769px) {
  .hero-home-define__circle {
    width: 7vmin;
    height: 7vmin;
    margin-right: 4vmin
  }

  .hero-home-define__circle svg {
    width: 7vmin;
    height: 7vmin
  }

  .hero-home-define__circle svg circle {
    cx: 3.5vmin;
    cy: 3.5vmin;
    r: calc(3.5vmin - 2px);
    stroke-width: 2px
  }

  .hero-home-define__circle svg .pathW {
    stroke: var(--c-gray-2)
  }
}

.hero-home-define .slider-arrows {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 12.5vw
}

@media screen and (max-width: 769px) {
  .hero-home-define .slider-arrows {
    padding-left: 0;
    padding-right: 5vmin;
    padding-bottom: 5vmin;
    align-self: flex-end;
    pointer-events: all
  }
}

.hero-home-define .slider-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  margin-left: 2.5rem;
  gap: 33px;
  transform: translateY(0.7vw);
  flex-direction: row;
  margin-left: 0;
  transform: none;
  flex-basis: 40%;
}

@media screen and (max-width: 769px) {
  .hero-home-define .slider-dots {
    gap: 20px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 426px) {
  .hero-home-define .slider-dots {
    display: none;
  }
}

@media screen and (min-width: 426px) {
  .hero-home-define__counter {
    display: none;
  }
}

.hero-home-define .slider-dots .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: .7rem;
  width: .7rem;
  margin-bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .hero-home-define .slider-dots .dot {
    width: 4.29px;
    height: 4.29px;
  }
}

.hero-home-define .slider-dots .dot .circle {
  display: block;
  background: #CBCFDE;
  position: absolute;
  height: .7rem;
  width: .7rem;
  border-radius: 50%;
  visibility: visible;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
  .hero-home-define .slider-dots .dot .circle {
    width: 4.29px;
    height: 4.29px;
  }
}

.hero-home-define .slider-dots .dot .number .line {
  overflow: hidden
}

.hero-home-define .slider-dots .dot.active {
  pointer-events: none;
}

.hero-home-define .slider-dots .dot.active .circle {
  background: #4349DE;
}

:root {
  --arrowCircleSize: 3.3vw;
}

.hero-home-define .slider-arrows .arrow {
  width: var(--arrowCircleSize);
  height: var(--arrowCircleSize);
  margin-right: 1.4vw;
  cursor: pointer;
  transition: transform .25s ease-in-out;
  position: relative
}

.hero-home-define .slider-arrows .arrow .svgArrowCircle {
  width: var(--arrowCircleSize);
  height: var(--arrowCircleSize);
  position: absolute;
  left: 0;
  top: 0
}

.hero-home-define .slider-arrows .arrow .svgArrowCircle circle {
  --halvedArrowSize: calc(var(--arrowCircleSize) / 2);
  cx: var(--halvedArrowSize);
  cy: var(--halvedArrowSize);
  r: calc(var(--halvedArrowSize) - 2px);
  transform: rotate(-90deg);
  transform-origin: center center
}

.hero-home-define .slider-arrows .arrow.right .arrowSvg {
  transform: rotate(180deg)
}

@media screen and (max-width: 1024px) {
  :root {
    --arrowCircleSize: 40px;
  }
}

@media screen and (max-width: 769px) {
  :root {
    --arrowCircleSize: 48px;
  }

  .hero-home-define .slider-arrows .arrow .svgArrowCircle circle {
    stroke-width: 2px
  }
}

@media screen and (min-width: 1025px) {
  .hero-home-define .slider-arrows .arrow.left:hover {
    transform: translateX(-15%)
  }

  .hero-home-define .slider-arrows .arrow.right:hover {
    transform: translateX(15%)
  }

  .hero-home-define .slider-arrows .arrow:hover .arrowSvg circle {
    stroke-opacity: 1
  }
}

.hero-home-define__title {
  transition: color 300ms ease-out;
  color: #262934;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 131.579%;
  letter-spacing: 1.14px;
}

@media screen and (max-width: 769px) {
  .hero-home-define__title {
    font-style: normal;
    font-weight: 600;
    /* font-size: 1.56rem; */
    font-size: 24px;
    line-height: 1.44;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 769px) {
  .hero-home-define__title:hover {
    color: var(--c-dark-1)
  }
}


.hero-home-define__text {
  font-size: 1.5rem;
  overflow: hidden;
  transition: opacity 2s cubic-bezier(0.175, 0.885, 0.22, 1.575), transform .35s ease-out;
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #262934;
}

@media screen and (max-width: 769px) {
  .hero-home-define__text {
    font-size: 18px;
    /* font-size: 2.5rem; */
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}

.slider {
  position: relative;
  height: 100%;
}

.slider .item {
  width: calc(100vw - var(--container-left)/2)
}

.slider .item .text {
  width: 76%
}

@media screen and (max-width: 769px) {
  .slider .item .text {
    width: initial
  }
}

.slider .item .logo {
  height: 2.25vw;
  width: auto
}

@media screen and (max-width: 769px) {
  .slider .item .logo {
    height: 12.5vmin
  }
}

.slider .item .button-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
}

.slider .item .button-holder a {
  font-family: "IBM Plex Sans Condensed";
  text-transform: uppercase;
}

.slider .item svg {
  height: 1.5vw;
  width: auto
}

@media screen and (max-width: 769px) {
  .slider .item svg {
    width: 96px;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.slider .item svg path,
.slider .item svg circle,
.slider .item svg rect,
.slider .item svg polygon,
.slider .item svg text {
  fill: #fff !important
}

.slider__welcome .container-mid {
  width: 100% !important;
  flex-shrink: 1;
  padding: 0 0 0 calc(var(--container-left)/4)
}

@media screen and (max-width: 769px) {
  .slider__welcome .container-mid {
    padding: 20vmin 10vmin 0
  }
}

.slider__welcome .content__mid {
  margin-top: 0 !important
}

@media screen and (max-width: 769px) {
  .slider__welcome .content__mid {
    margin-left: 0 !important;
    padding: 0
  }
}

@media screen and (max-width: 769px) {
  .slider__welcome .content .item {
    padding: 0 30px 0;
    max-width: 444px;
  }
}

.slider__welcome .content .item .title {
  font-family: "IBM Plex Sans Condensed";
  margin-top: 0 !important;
  font-size: 4.03rem;
  line-height: 1.61;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .slider__welcome .content .item .title {
    /* font-size: 2.27rem; */
    font-size: 24px;
    line-height: 1.67;
    padding-bottom: 10px;
  }
}


.slider__welcome .content .item .text {
  font-family: "IBM Plex Sans Condensed";
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 26px;
  margin-top: .9vw;
}

@media screen and (max-width: 769px) {
  .slider__welcome .content .item .text {
    /* font-size: 16px;
    line-height: 26px; */
    letter-spacing: 0.02em;
    text-align: left;
    padding-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
  }
}

.slider__welcome .content .item .CEO {
  position: absolute;
  right: 0;
  margin-top: 0;
  top: auto;
  bottom: 64px;
  padding-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .slider__welcome .content .item .CEO {
    right: 20px;
    bottom: -4px;
    line-height: 1;
  }
}

@media screen and (max-width: 769px) {
  .slider__welcome .content .item .CEO {
    bottom: 1.5vmin;
    top: initial;
    display: none;
  }
}

.slider__welcome .slick-slide>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
}

@media screen and (max-width: 769px) {
  .slider__welcome .slick-slide>div {
    align-items: flex-start
  }
}

.slider__welcome .slider-arrows {
  padding: 0 !important;
}

@media screen and (max-width: 769px) {
  .slider__welcome .slider-arrows {
    bottom: 3vmin;
    right: -9vmin;
    left: initial
  }
}

.slider-img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.slider-img .item {
  width: 100%;
  width: 100%;
  height: 100.1%;
  position: absolute
}

.slider-img .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--bgColor) 50%, transparent 100%);
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .slider-img .item::before {
    background: linear-gradient(360deg, var(--bgColor) 60%, transparent 100%);
  }
}

.slider-img .item.hidden {
  display: none
}

.slider-img .item.slider-mask {
  clip-path: url(#slider-clipping);
  z-index: 2;
  position: absolute;
  display: block
}

.slider-img .item img {
  display: block;
  height: 100%;
  object-fit: cover;
  /* width: 50%; */
  width: 100%;
  margin-left: auto;
  z-index: 1;
  position: relative;
}

.slider-img .item img.mobile-only {
  display: none;
  min-height: 400px;
  object-position: center;
}

.slider-img .item img.desktop-only {
  display: block;
  object-position: right;
}

@media screen and (max-width: 769px) {
  .slider-img .item img {
    width: 100%;
    height: auto;
  }

  .slider-img .item img.mobileHidden {
    display: none
  }

  .slider-img .item img.mobile-only {
    display: block;
  }

  .slider-img .item img.desktop-only {
    display: none;
  }
}

/* NEWS STYLE - NEWS */
.filter-container {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  max-width: 1266px;
  margin: 0 auto;
}

.news-box__width {
  width: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.news-box__main {
  width: 100%;
}

.news-box__main--first {
  grid-column: 1 / -1;
  background-color: #EBEFF8;
  margin-bottom: 30px;
}

.news-box__main--first .news-box__main {
  display: flex;
  width: 100%;
}

.news-box__main--first .news-box__img {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-box__main--first .news-box__txt {
  width: 50%;
  padding: 127px 78px;
  margin: auto;
}

.news-box__main--first .news-box__text-wrap .news-box__text {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #14243F;
  padding: 12px 0px
}

.news-box__img {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain; */
  background-size: cover;
}

.news-box__txt {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  margin: 25px 0px;
}

.news-box__txt--no-excerpt .news-box__title {
  padding: 0 0 12px;
}

.news-box__text-wrap .news-box__text {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #14243F;
  padding: 12px 0px
}

.news-box__date {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.news-box__title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 0px;
}

.news-box__btn {
  border-bottom: 1px solid #3956D4;
  display: inline-block;
}

.news-box__btn svg {
  margin-left: 8px;
  margin-bottom: 1px;
}

.news-box__btn a {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #3956D4;
  padding-bottom: 0px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0px;
}

.page-numbers {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B0BAD2;
  border-radius: 100%;
  color: black;
  margin: 0px 8px;
}

.page-numbers.active {
  background-color: #3956D4;
  border: 1px solid #3956D4;
  color: white;
}

.pagination .next-page {
  width: 48px;
  height: 48px;
}

.pagination .prev-page {
  width: 48px;
  height: 48px;
}

.h2-news {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 48px;
  color: #262934;
  text-align: center;
  margin: 68px auto 58px auto;
}

.center-button {
  text-align: center;
  margin: 50px auto 50px auto;
}

@media screen and (max-width: 1980px) {
  .filter-container {
    grid-gap: 40px;
    max-width: 1660px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {
  .container--narrow {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  /* .filter-container {
    max-width: 90vw;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    height: auto;
  } */

  .news-box__img {
    height: 175px;
  }

  .news-box__btn {
    border-bottom: 0px;
  }

  .news-box__btn a {
    text-decoration: underline;

  }

  .news-box__main--first .news-box__main {
    display: flex;
    width: 100%;

  }

  .news-box__main--first .news-box__img {
    width: 50%;
    height: 100%;
  }

  .news-box__main--first .news-box__txt {
    width: 50%;
    padding: 52px 20px;
    margin: auto;
  }

  .news-box .btn {
    display: inline-block;
    width: auto;
  }
}

@media screen and (max-width: 769px) {
  .container--narrow {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .filter-container {
    max-width: 90vw;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    height: auto !important;
    grid-gap: 20px;
  }

  .news-box__img {
    height: 200px;
  }

  .news-box .btn {
    display: inline-block;
    width: auto;
  }

  .news-box__btn {
    border-bottom: 0px;
  }

  .news-box__btn a {
    text-decoration: underline;
  }

  .news-box__main--first .news-box__main {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .news-box__main--first .news-box__img {
    width: 100%;
    height: 200px;
  }

  .news-box__main--first .news-box__txt {
    width: 100%;
    padding: 25px 11px;
    margin: auto;
  }

  .page-numbers {
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 15px;
    width: 38px;
    height: 38px;
    margin: 0px 3px;
  }

  .pagination .next-page {
    width: 38px;
    height: 38px;
  }

  .pagination .next-page svg {
    width: 38px;
    height: 38px;
  }

  .pagination .prev-page {
    width: 38px;
    height: 38px;
  }

  .pagination .prev-page svg {
    width: 38px;
    height: 38px;
  }

  .h2-news {
    font-size: 28px;
    text-align: center;
    margin: 32px auto 32px auto;
  }

  .center-button {
    text-align: center;
    margin: 32px auto 32px auto;
  }
}
/* allow links inside the Quick-Info block to be clickable */
.info__list { pointer-events:auto; }     /* span itself */
.info__list a{
  pointer-events:auto;                   /* link */
  color:inherit;                         /* keep the existing colour */
  text-decoration:none;                  /* match original look */
}
/*.info__list a:hover{ text-decoration:underline; }  /* optional hover cue */
/* make the ‘Quick Info’ links clickable and keep the visual style */
.info__list,
.info__list a { pointer-events:auto; }

.info__list a { color:inherit; text-decoration:none; }
/*.info__list a:hover { text-decoration:underline; }   /* optional cue */

/* Quick-Info ▸ one milestone per line on tablet & phone  */
@media (max-width: 991px){
  .info__list{
    display:block !important;   /* override inline-block          */
    flex:0 0 100% !important;   /* take the whole row in the flex */
    width:100%;                 /* fallback if flex isn’t active  */
    margin:0 0 4px;             /* optional tiny gap between rows */
  }
  .info__list:last-child{ margin-bottom:0; }  /* no extra gap under last line */
}
/* 1. Make the hero content a centered column */
.hero__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;  /* fallback for inline content */
}

/* 2. Style your “Blue Cloud Ventures” line */
.hero__content h2.text > .line {
  font-family: "GothamBook","Gotham Medium","Gotham",sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.15em;
  font-size: 2.9rem !important;
  margin-bottom: 3.4rem !important;
}

/* 3. Reset any odd defaults on the next heading */
.hero__content h3 {
  margin: 0 !important;
}



/* ——————————————————————————————————————————————
   1) Remove the huge default right-margin between filter links
   —————————————————————————————————————————————— */
.filterz .filter-button__link {
  margin-right: 0 !important;
}

/* 2) Add just enough spacing between each button */
.filterz .filter-button__link:not(:last-child) {
  margin-right: 2rem !important;
}

/* 3) Kill the container padding on this one row so it truly spans edge-to-edge */
.container.filterz {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 4) Finally, flex-center the buttons group */
.container.filterz {
  display: flex !important;
  justify-content: center !important;
}
.filterz .filter-buttons {
  display: flex !important;
  gap: 0; /* spacing is handled by the per-link margin we just set */
}

/* ──────────────────────────────────────
   20px horizontal spacing between filter buttons
   ────────────────────────────────────── */
.filterz .filter-button:not(:last-child) {
  margin-right: 20px !important;
}
