a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
  font-family: inherit;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bai Jamjuree', serif;
  font-weight: 400;
  font-style: normal;
}

.company__item-content,
.company__item .dot,
.hidden,
.hide-content__popup-active .navigation__sectors,
.hide-content__popup-active .renderer__domElement,
.hide-content__popup-active.show-sectors-ui .navigation__sectors,
.hide-content__popup-active.show-sectors-ui .renderer__domElement,
.intro,
.landing__sector-link,
.lightbox-overlay,
.loader__complete .loader,
.loader__ready .loader__percent,
.navigation__companies,
.navigation__sectors,
.navigation__sectors-item:not(.icon__active):not(:hover) .dot,
.popup {
  opacity: 0;
  visibility: hidden;

  transition: visibility 0s linear 0.6s,
    opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.company__item-selected .company__item-content,
.company__item-selected .dot,
.intro__active .intro,
.loader,
.popup.popup__active,
.renderer__domElement,
.show-companies-ui .navigation__companies,
.show-sectors-ui .navigation__sectors,
.visible {
  opacity: 1;
  transition: visibility 0s linear, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  visibility: visible;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline: 0 !important;
}

body {
  background-color: #040a12;
  //background-image: url('../assets/textures/starpattern.png');
  //background-repeat: repeat;
  margin: 0;
  overflow: hidden;
  //font-family: 'Victor Mono', sans-serif;
  font-family: 'Oxanium', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

button,
input,
select,
small,
textarea {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
}

.intro {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 50px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .intro {
    justify-content: flex-start;
  }
}

.intro * {
  pointer-events: none;
}

.intro * .intro__ui {
  pointer-events: all;
}

.intro .intro__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 480px;
}

@media only screen and (min-width: 480px) {
  .intro .intro__content {
    width: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro__content {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 2200px) {
  .intro .intro__content {
    width: 1280x;
  }
}

.intro {
  --icon-color: #cbcbcb;
  color: #fff;
}

.intro h3 {
  color: #fff;
  font-family: 'Oxanium', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .intro h3 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .intro h3 {
    font-size: 11px;
  }
}

@media only screen and (min-width: 2200px) {
  .intro h3 {
    font-size: 16px;
  }
}

.intro h2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-0.05em);
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .intro h2 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro h2 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 2200px) {
  .intro h2 {
    font-size: 1rem;
  }
}

.intro .intro__paragraph,
.sector__main-content h2 {
  font-family: 'Bai Jamjuree', serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.intro .intro__welcome {
  font-family: 'Oxanium', sans-serif;
  font-size: clamp(1.4rem, 1.4rem + (0.6rem * (100vw - 320px) / 448px), 2rem);
  font-weight: 500;
  text-transform: uppercase;
}

.intro .intro__paragraph * {
  font-size: clamp(1rem, 1rem + (0.4rem * (100vw - 320px) / 448px), 1.4rem);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 768px) {
  .intro .intro__paragraph,
  .sector__main-content h2 {
    font-size: 2.8rem;
  }

  .intro .intro__welcome {
    font-size: clamp(1.4rem, 1.4rem + (0.6rem * (100vw - 768px) / 232px), 2rem);
  }

  .intro .intro__paragraph * {
    font-size: clamp(1rem, 1rem + (0.4rem * (100vw - 768px) / 232px), 1.4rem);
  }
}

/* .intro .intro__paragraph {
  font-family: 'Bai Jamjuree', serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .intro .intro__paragraph {
    font-size: clamp(2.8rem, 1.7466rem + 2.1918vw, 3.5rem);
  }
}

@media only screen and (min-width: 480px) {
  .intro .intro__paragraph {
    font-size: clamp(2.6rem, 2.6rem + 1.875vw, 3.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro__paragraph {
    font-size: clamp(3.2rem, 0.5768rem + 3.2765vw, 5rem);
  }
}

.intro .intro__welcome {
  font-family: 'Oxanium', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.intro .intro__paragraph * {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 320px) {
  .intro .intro__welcome,
  .intro .intro__paragraph * {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 480px) {
  .intro .intro__welcome,
  .intro .intro__paragraph * {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro__welcome,
  .intro .intro__paragraph * {
    font-size: 1.4rem;
  }
} */

/* @media only screen and (min-width: 480px) {
    
    .intro .intro__paragraph {
        width: 360px;
      }
  }
@media only screen and (min-width: 768px) {
    
    .intro .intro__paragraph {
        width: 435px;
      }
  } */
.intro__ui {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0;
}

@media only screen and (min-width: 768px) {
  .intro__ui {
    bottom: unset;
    flex-direction: row;
    position: unset;
  }
}

.intro__ui p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 1;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .intro__ui p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__ui p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 2200px) {
  .intro__ui p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 480px) {
  .intro__ui p {
    padding: 0 0 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro__ui p {
    padding: 0 20px 0 0;
    //color: #ffa600;
    font-weight: 500;
  }
}

.intro__ui .icon circle {
  // --icon-color: #ffa600;
}

.intro__not-mobile,
.not-mobile {
  display: none;
}

@media only screen and (min-width: 480px) {
  .intro__not-mobile {
    display: unset;
  }
}

@media only screen and (min-width: 480px) {
  .not-mobile {
    display: unset;
  }
}

@media only screen and (min-width: 480px) {
  .intro__only-mobile,
  .only-mobile {
    display: none;
  }
}

.maintenance-splash {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.maintenance-splash__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.maintenance-splash__logo {
  height: auto;
  width: 40px;
}

@media only screen and (min-width: 480px) {
  .maintenance-splash__logo {
    width: 55px;
  }
}

.maintenance-splash h1 {
  color: #cbcbcb;
  font-family: 'Oxanium', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1rem;
  margin-top: 2rem;
  max-width: 26rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .maintenance-splash h1 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .maintenance-splash h1 {
    font-size: 11px;
  }
}

@media only screen and (min-width: 2200px) {
  .maintenance-splash h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2200px) {
  .maintenance-splash h1 {
    font-size: 12px;
  }
}

.loader {
  align-items: center;
  background-color: #070709;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
}

.loader__item {
  pointer-events: none;
}

.loader__item * {
  pointer-events: none;
}

.loader__center {
  color: #cbcbcb;
  left: 50%;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.loader__center .loader__percent {
  font-family: 'Oxanium', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (min-width: 480px) {
  .loader__center .loader__percent {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .loader__center .loader__percent {
    font-size: 0.8rem;
  }
}

.loader__center .loader__start {
  font-family: 'Oxanium', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
  transition: none;
}

@media only screen and (min-width: 480px) {
  .loader__center .loader__start {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .loader__center .loader__start {
    font-size: 0.8rem;
  }
}

.loader__svg {
  height: 200px;
  overflow: visible;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  width: 200px;
}

@media only screen and (min-width: 480px) {
  .loader__svg {
    height: 260px;
    width: 260px;
  }
}

.loader__svg circle {
  fill: none;
  stroke-width: 2;
  stroke: #a91f24;
}

.loader__svg .loader__svg-static {
  opacity: 0.4;
}

.loader__svg .loader__svg-percent {
  opacity: 0.6;
}

.loader__loaded {
  opacity: 0;
}

.loader__loaded .loaded__circles {
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.loader__loaded .loaded__circle {
  stroke-width: 1;
  stroke: #a91f24;
  transition: stroke 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.loader__loaded .loaded__circle:nth-child(1n) {
  opacity: 1;
}

.loader__loaded .loaded__circle:nth-child(2n) {
  opacity: 0.8;
}

.loader__loaded .loaded__circle:nth-child(3n) {
  opacity: 1;
}

.loader__loaded .loaded__circle:nth-child(4n) {
  opacity: 0.8;
}

.loader__loaded .loaded__circle:nth-child(5n) {
  opacity: 1;
}

.loader__loaded .loaded__circle:nth-child(6n) {
  opacity: 0.8;
}

.loader__loaded .loaded__dots {
  fill: none;
  opacity: 1;
  stroke-dasharray: 0.8, 5;
  stroke: #a91f24;
}

.loader__loaded .loaded__dots-g {
  -webkit-animation: dotsRotation 120s infinite linear;
  animation: dotsRotation 120s infinite linear;
  transform-origin: center;
}

@-webkit-keyframes dotsRotation {
  0% {
    transform: rotate(0);
  }

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

@keyframes dotsRotation {
  0% {
    transform: rotate(0);
  }

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

.loader__info {
  bottom: 55px;
  font-family: 'Oxanium', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  max-width: 75%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 320px) {
  .loader__info {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .loader__info {
    font-size: 11px;
  }
}

@media only screen and (min-width: 2200px) {
  .loader__info {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) {
  .loader__info {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .loader__info {
    max-width: 340px;
  }
}

.loader__info p {
  color: #777777;
}

.loader__info .loader__audio-warning {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.loader__info .loader__audio-disable {
  cursor: pointer;
}

.loader__ready .loader__item {
  cursor: pointer;
  pointer-events: all;
}

.loader__ready .loader__item.clicked {
  transform: scale3d(0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.905, 0.1, 0.735, 0.445);
}

@media (any-pointer: fine) {
  .loader__item:hover .loaded__circle {
    stroke: #c27e00;
    transition: stroke 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }

  .loader__item:hover .loaded__circles {
    transform: scale3d(0.93, 0.93, 1);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.header__logo svg {
  height: auto;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}

.header__logo_wide svg {
  height: 36px;
  width: auto;
  //position: fixed;
  opacity: 0;
}

.header__slogan svg {
  width: auto;
  height: 0.75rem;
  //position: fixed;
  opacity: 0;
}

/* .intro__active .header__logo svg,
.loader__ready .header__logo svg {
  opacity: 0;
}

.intro__active .header__logo_wide svg,
.intro__active .header__slogan svg {
  opacity: 0;
} */

.loader__complete .header__logo_wide svg {
  opacity: 0;
  height: 0px;
  transform: scale3d(1, 1, 0.75);
  transition: all 0.4s cubic-bezier(0.905, 0.1, 0.735, 0.445);
}

.loader__set-up .loader__info,
.loader__set-up .loader__item {
  opacity: 0;
}

.loader__ready .header__logo_wide svg {
  opacity: 1;
  transform: scale3d(1, 1, 0.75);
  transition: all 0.4s cubic-bezier(0.905, 0.1, 0.735, 0.445);
}

.loader__set-up .loader__item {
  transform-origin: center;
  transform: scale3d(0.75, 0.75, 0.75);
}

.loader__in-progress .loader__item {
  transition: all 0.8s cubic-bezier(0.905, 0.1, 0.735, 0.445);
}

/* .loader__in-progress .header__logo svg,
.loader__in-progress .header__slogan svg {
  opacity: 0;
  transition: all 0.2s ease-out-quint;
} */

/* .loader__complete .header__logo_wide svg {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.905, 0.1, 0.735, 0.445);
} */

/* .loader__complete .header__logo svg {
  opacity: 1;
  
  transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
} */

.loader__complete .header__logo_wide svg {
  opacity: 0;
  height: 0px;
  transform: scale3d(1, 1, 0.75);
  transition: all 0.4s cubic-bezier(0.905, 0.1, 0.735, 0.445);
}

.loader__complete .header__logo svg {
  opacity: 1;
  transform: scale3d(1, 1, 0.25);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.loader__complete .header__slogan svg {
  opacity: 1;
  transform: scale3d(1, 1, 0.75);
  transition: all 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.loader__done .header__slogan svg {
  opacity: 0;
  height: 0px;
  transform: scale3d(1, 1, 0.75);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.loader__done .header__logo svg {
  opacity: 1;
}

.loader__done .header__slogan,
.loader__done .header__logo_wide {
  display: none;
}

.loader__in-progress .loader__item {
  opacity: 1;
  transform-origin: center;
  transform: scale3d(1, 1, 1);
}

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

.header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  position: fixed;
  width: 50%;
  left: 25%;
  z-index: 14;
  padding: 50px 0px;

  /* 
     */
}

.header div button {
  text-align: center;
}
.header div button div div {
  // padding: 5px 10px;
  text-align: center;
  /* display: inline-block;
  justify-content: center;
  vertical-align: middle;
  left: 50%;
  position: fixed;

  //top: 20px;
  transform: translateX(-50%); */
}

@media only screen and (min-width: 480px) {
  .header {
    //top: 50px;
  }
}

.footer__wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  height: auto;
  justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.footer__wrapper * {
  pointer-events: none;
}

.footer__wrapper .footer__zone {
  display: flex;
  padding: 30px;
}

@media only screen and (max-width: 320px) {
  .footer__wrapper .footer__zone {
    padding: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .footer__wrapper .footer__zone {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .footer__wrapper .footer__zone {
    padding: 60px 70px;
  }
}

.footer__wrapper a,
.footer__wrapper p {
  color: #7f86a1;
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}

.footer__wrapper a {
  pointer-events: all;
  transition-duration: 0.4s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

@media (any-pointer: fine) {
  a:hover {
    color: #fff;
  }
}

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

.footer__audio-toggle {
  cursor: pointer;
  display: flex;
  pointer-events: all;
  position: relative;
}

.footer__audio-toggle svg {
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .footer__audio-toggle svg {
    height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__audio-toggle .audio__icon-text-wrapper {
    height: auto;
    width: 120px;
  }
}

.footer__audio-toggle .audio__icon-text {
  fill: #fff;
}

@media only screen and (max-width: 320px) {
  .footer__audio-toggle .audio__icon-text {
    opacity: 0;
    visibility: hidden;
  }
}

.footer__audio-toggle .audio__icon-border {
  display: none;
  fill: none;
  stroke-width: 1;
  stroke: #7f86a1;
}

@media only screen and (min-width: 480px) {
  .footer__audio-toggle .audio__icon-border {
    display: unset;
  }
}

.footer__audio-toggle * {
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1),
    fill 0.4s cubic-bezier(0.5, 1, 0.89, 1),
    stroke 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.footer__audio-toggle .audio__icon-circle,
.footer__audio-toggle .audio__icon-circle-first {
  fill: none;
  opacity: 0.4;
  stroke-width: 1;
  stroke: #a91f24;
}

.footer__audio-toggle .audio__icon-center {
  fill: #565e7b;
  opacity: 0.4;
}

.footer__audio-toggle .audio__icon-circle {
  opacity: 0;
  transform-origin: center;
  transform: scale3d(0.1, 0.1, 1);
}

.footer__audio-toggle .audio__icon-fixed {
  opacity: 0.5;
}

.footer__audio-toggle:hover:not(.active-audio) .audio__icon-center,
.footer__audio-toggle:hover:not(.active-audio) .audio__icon-fixed {
  opacity: 1;
}

.footer__audio-toggle.active-audio .audio__icon-circle-first {
  opacity: 0;
}

.footer__audio-toggle.active-audio .audio__icon-center,
.footer__audio-toggle.active-audio .audio__icon-fixed {
  opacity: 1;
}

.footer__audio-toggle.active-audio .audio__icon-center {
  fill: #a91f24;
}

.footer__audio-toggle.active-audio .audio__icon-circle {
  -webkit-animation: audio-pulse 4s infinite linear;
  animation: audio-pulse 4s infinite linear;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(1n) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(2n) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(3n) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(4n) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(5n) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(6n) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(7n) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(8n) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(9n) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(10n) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.footer__audio-toggle.active-audio .audio__icon-circle:nth-child(11n) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.audio__circles {
  height: 30px;
  overflow: visible;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
}

@media only screen and (min-width: 768px) {
  .audio__circles {
    height: 35px;
    width: 35px;
  }
}

@-webkit-keyframes audio-pulse {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }

  90% {
    opacity: 0.3;
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes audio-pulse {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }

  90% {
    opacity: 0.3;
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}

.landing__sector-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  will-change: transform;
}

.landing__sector-link_content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.landing__sector-link_content h3 {
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 2px;
}

@media only screen and (max-width: 320px) {
  .landing__sector-link_content h3 {
    margin-bottom: 0;
  }
}

.landing__sector-link_content h2 {
  font-family: 'Oxanium', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .landing__sector-link_content h2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 2200px) {
  .landing__sector-link_content h2 {
    font-size: 20px;
  }
}

.landing__sector-link_content {
  bottom: calc(-1 * (35px * 0.5) - 15px);
  height: auto;
  left: 50%;
  min-width: 200px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}

@media only screen and (max-width: 320px) {
  .landing__sector-link_content {
    min-width: 230px;
  }
}

@media only screen and (min-width: 480px) {
  .landing__sector-link_content {
    bottom: calc(-1 * (40px * 0.5) - 15px);
    min-width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .landing__sector-link_content {
    bottom: calc(-1 * (50px * 0.5) - 15px);
    min-width: 280px;
  }
}

.sector__main-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  text-align: center;
}

.sector__main-content div h2 {
  font-family: 'Bai Jamjuree', serif;

  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.sector__main-content div p {
  font-family: 'Oxanium', sans-serif;
  //font-family: 'Victor Mono', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.sector__main-content div p a,
.sector__main-content div p a:visited {
  text-decoration: none;
}
.sector__main-content div p a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 960px) {
  .sector__main-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sector__main-content div {
    text-align: center;
  }
  .sector__main-content div h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .sector__main-content div p {
    margin: 0;
    text-align: center;
  }

  .sector__main-content div p {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    font-size: clamp(1.3rem, 1.1600000000000001rem + 0.7vw, 2rem);
  }
}

.sector__main-content.sector__main-content-reference {
  display: none;
}

.sector__main-content div .sector__logos-overview-opener {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  border: 2px solid #565e7b;
  cursor: pointer;
  font-family: 'Oxanium', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.15rem;
  line-height: 1rem;
  margin: 30px auto;
  padding: 30px 30px;
  pointer-events: all;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (max-width: 320px) {
  .sector__main-content .sector__logos-overview-opener {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .sector__main-content .sector__logos-overview-opener {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .sector__main-content .sector__logos-overview-opener {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .sector__main-content[reference-data-sector='segal']
    .sector__main-content_links {
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 470px;
  }
}

.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links
  a,
.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links
  button {
  align-items: center;
  display: flex;
  font-family: 'Oxanium', sans-serif;
  font-size: 20px;
  font-weight: 800;
  justify-content: flex-end;
  line-height: 1em;
  padding: 15px 20px 50px 20px;
  pointer-events: all;
  width: 50%;
}

@media only screen and (min-width: 480px) {
  .sector__main-content[reference-data-sector='segal']
    .sector__main-content_links
    a,
  .sector__main-content[reference-data-sector='segal']
    .sector__main-content_links
    button {
    font-size: 14px;
  }
}

.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links
  a
  *,
.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links
  button
  * {
  pointer-events: none;
}

.sector__main-content[reference-data-sector='segal']
  .sector__main-content_links
  .icon__round {
  margin: -0.1em 0 0 10px;
}

@media only screen and (max-width: 767px) {
  a:nth-child(2) {
    order: 1;
  }

  a:nth-child(3) {
    //justify-content: flex-start;
    order: 2;
  }

  a:nth-child(4) {
    //justify-content: flex-start;
    order: 4;
  }

  .sector__main-content[reference-data-sector='segal']
    .sector__main-content_links
    button {
    order: 3;
  }
}

:root {
  --icon-color: #7f86a1;
}

.drag__icon {
  display: none;
  height: auto;
  pointer-events: none;
  width: auto;
  z-index: 12;
}

@media only screen and (min-width: 768px) and (max-height: 850px) {
  .drag__icon {
    top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .drag__icon {
    display: inline;
  }
}

.drag__icon * {
  pointer-events: none;
}

.drag__icon p {
  color: #7f86a1;
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  text-transform: uppercase;
}

.drag__icon div {
  -webkit-animation: alpha infinite 3s;
  animation: alpha infinite 3s;
}

@-webkit-keyframes alpha {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes alpha {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.8;
  }
}

.icon__round {
  overflow: visible;
}

.icon__round circle {
  fill: none;
  stroke-width: 1;
  stroke: var(--icon-color);
}

.icon__round circle.icon__background-circle {
  fill: #040a12;
}

.icon__round :not(circle) {
  fill: var(--icon-color);
}

.icon__round * {
  transition-duration: 0.4s;
}

.icon__round.icon__active * {
  transition-duration: 0.6s;
}

@media (any-pointer: fine) {
  .icon__round:hover * {
    transition-duration: 0.6s;
  }
}

.icon__round circle {
  transform-origin: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.icon__round circle.icon__background-circle {
  opacity: 0.4;
  stroke: none !important;
}

.icon__round circle.icon__default-circle {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.icon__round circle.icon__second-circle {
  opacity: 0.5;
  transform: scale3d(0.9, 0.9, 1);
}

.icon__round circle.icon__third-circle {
  opacity: 0.3;
  transform: scale3d(0.8, 0.8, 1);
}

.icon__round .icon__content {
  transition-property: filter, opacity;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.icon__round .icon__content * {
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.icon__content-shine-permanent {
  //filter: blur(0.5px);
  opacity: 0.5;
}

.icon__content-shine-permanent * {
  fill: white !important;
}

.icon__hover-trigger {
  cursor: pointer;
}

.icon__hover-trigger * {
  pointer-events: none !important;
}

.icon__active .icon__content {
  //filter: blur(1px);
}

.icon__active .icon__content * {
  fill: var(--icon-color);
}

.icon__active .icon__content-shine {
  //filter: blur(0px);
  opacity: 0.8;
}

.icon__active .icon__content-shine * {
  fill: white;
}

.icon__active circle {
  stroke: var(--icon-color);
}

.icon__active circle.icon__default-circle {
  transform: scale3d(1.2, 1.2, 1);
}

.icon__active circle.icon__second-circle {
  transform: scale3d(1.1, 1.1, 1);
}

.icon__active circle.icon__third-circle {
  transform: scale3d(1, 1, 1);
}

@media (any-pointer: fine) {
  .icon__round:hover .icon__content {
    //filter: blur(1px);
  }

  .icon__round:hover .icon__content * {
    fill: var(--icon-color);
  }

  .icon__round:hover .icon__content-shine {
    filter: blur(0px);
    opacity: 0.8;
  }

  .icon__round:hover .icon__content-shine * {
    fill: white;
  }

  .icon__round:hover circle {
    stroke: var(--icon-color);
  }

  .icon__round:hover circle.icon__default-circle {
    transform: scale3d(1.2, 1.2, 1);
  }

  .icon__round:hover circle.icon__second-circle {
    transform: scale3d(1.1, 1.1, 1);
  }

  .icon__round:hover circle.icon__third-circle {
    transform: scale3d(1, 1, 1);
  }
}

.icon__size-small .icon__content g {
  -webkit-mask: unset !important;
  mask: unset !important;
}

.icon__size-small .icon__content g path:nth(2) {
  display: none;
}

.icon__size-normal {
  height: 35px;
  width: 35px;
}

@media only screen and (min-width: 480px) {
  .icon__size-normal {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .icon__size-normal {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (min-width: 2200px) {
  .icon__size-normal {
    height: 60px;
    width: 60px;
  }
}

.icon__size-big {
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 480px) {
  .icon__size-big {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .icon__size-big {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (min-width: 2200px) {
  .icon__size-big {
    height: 60px;
    width: 60px;
  }
}

.icon__size-small {
  height: 25px;
  width: 25px;
}

@media only screen and (min-width: 480px) {
  .icon__size-small {
    height: 25px;
    width: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .icon__size-small {
    height: 25px;
    width: 25px;
  }
}

@media only screen and (min-width: 2200px) {
  .icon__size-small {
    height: 35px;
    width: 35px;
  }
}

:root {
  --sector-disabled: #7f86a1;
}

.navigation__sectors {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 13;
}

@media only screen and (max-width: 320px) {
  .navigation__sectors {
    padding: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .navigation__sectors {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__sectors {
    padding: 60px 70px;
  }
}

.navigation__sectors-item {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  pointer-events: all;
  position: relative;
}

.navigation__sectors-item * {
  pointer-events: none;
}

.navigation__sectors-item .icon {
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}

.navigation__sectors-item svg {
  width: 35px;
}

@media only screen and (min-width: 480px) {
  .navigation__sectors-item svg {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__sectors-item svg {
    width: 50px;
  }
}

.navigation__sectors-item:not(.icon__active):not(:hover) .dot {
  opacity: 0;
}

.navigation__sectors-item:not(.icon__active):not(:hover) circle {
  stroke: var(--sector-disabled);
}

.navigation__sectors-item:not(.icon__active):not(:hover) :not(circle) {
  fill: var(--sector-disabled);
}

.navigation__sectors-back-to-landing {
  align-items: center;
  cursor: pointer;
  display: none;
  left: 0;
  pointer-events: all;
  position: fixed;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .navigation__sectors-back-to-landing {
    display: flex;
    padding: 50px 70px;
  }
}

.navigation__sectors-back-to-landing p {
  color: #7f86a1;
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 0 0 15px;
  text-transform: uppercase;
}

.navigation__sectors-next,
.navigation__sectors-prev,
.navigation__sectors-view-all {
  align-items: center;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  pointer-events: all;
  text-align: center;
}

.navigation__sectors-next p,
.navigation__sectors-prev p,
.navigation__sectors-view-all p {
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  transform: translateX(0.1em);
}

@media only screen and (max-width: 767px) {
  .navigation__sectors-next p,
  .navigation__sectors-prev p,
  .navigation__sectors-view-all p {
    position: absolute;
    top: 0;
  }
}

.navigation__not-device {
  display: none;
}

@media only screen and (min-width: 768px) {
  .navigation__not-device {
    display: flex;
  }
}

.navigation__only-device {
  display: flex;
  margin: 0 5px;
}

@media only screen and (min-width: 480px) {
  .navigation__only-device {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__only-device {
    display: none;
  }
}

.navigation__sectors-item {
  perspective: 100px;
  transform-style: preserve-3d;
}

.navigation__sectors-item .icon {
  will-change: transform;
}

.navigation__sectors-item.icon__active .icon {
  transform: translateZ(0);
}

.navigation__sectors-item.sector__level-2 .icon {
  transform: translateZ(-10px);
}

.navigation__sectors-item.sector__level-3 .icon {
  transform: translateZ(-35px);
}

.navigation__companies {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
}

@media only screen and (max-width: 320px) {
  .navigation__companies {
    padding: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .navigation__companies {
    align-items: center;
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__companies {
    padding: 60px 70px;
  }
}

.navigation__companies-item {
  cursor: pointer;
  pointer-events: all;
}

.navigation__companies-item * {
  pointer-events: none;
}

.navigation__companies-item svg {
  width: 35px;
}

@media only screen and (min-width: 480px) {
  .navigation__companies-item svg {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__companies-item svg {
    width: 50px;
  }
}

.navigation__companies-back-to-sector {
  align-items: center;
  display: flex;
  display: flex;
  height: auto;
  justify-content: flex-start;
  left: 0;
  overflow: visible;
  padding: 30px;
  position: fixed;
  top: 0;
  width: auto;
}

@media only screen and (max-width: 320px) {
  .navigation__companies-back-to-sector {
    padding: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .navigation__companies-back-to-sector {
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    margin: 0 0 10px;
    top: unset;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .navigation__companies-back-to-sector {
    margin: 0 0 30px;
  }
}

.navigation__companies-back-to-sector p {
  color: #7f86a1;
  display: none;
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .navigation__companies-back-to-sector p {
    display: unset;
  }
}

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

@media only screen and (min-width: 480px) {
  .navigation__companies-buttons {
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .navigation__companies-buttons {
    width: 800px;
  }
}

.navigation__companies-buttons .navigation__companies-item {
  margin: 0 8px;
}

@media only screen and (min-width: 480px) {
  .navigation__companies-buttons .navigation__companies-item {
    margin: 0;
  }
}

.navigation__companies-buttons .navigation__companies-item.disabled {
  opacity: 0.33;
  pointer-events: none;
}

.company__item-selected
  .navigation__companies.company__item-content
  .navigation__companies-back-to-sector,
.intro__active
  .navigation__companies.intro
  .navigation__companies-back-to-sector,
.navigation__companies.dot .navigation__companies-back-to-sector,
.navigation__companies.loader .navigation__companies-back-to-sector,
.navigation__companies.popup.popup__active
  .navigation__companies-back-to-sector,
.navigation__companies.renderer__domElement
  .navigation__companies-back-to-sector,
.navigation__companies.visible .navigation__companies-back-to-sector,
.show-companies-ui .navigation__companies .navigation__companies-back-to-sector,
.show-sectors-ui
  .navigation__companies.navigation__sectors
  .navigation__companies-back-to-sector {
  cursor: pointer;
  pointer-events: all;
}

.popup {
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

.popup.popup__active [data-popup-close],
.popup.popup__active [data-popup-open] {
  cursor: pointer;
  pointer-events: all;
}

.popup__legal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 13;
}

.popup__legal h2 {
  font-size: 2.6rem;
  font-size: clamp(2.6rem, 2.3200000000000003rem + 1.4vw, 4rem);
  line-height: 1;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.popup__legal .popup__content {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .popup__legal .popup__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.popup__legal-item {
  padding: 5px 0;
}

@media only screen and (min-width: 480px) {
  .popup__legal-item {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .popup__legal-item {
    padding: 20px 0;
    width: 33.33%;
  }
}

.popup__legal-item h3 {
  font-family: 'Oxanium', sans-serif;
  font-size: 0.65rem;
  font-size: clamp(0.65rem, 0.54rem + 0.5499999999999999vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-transform: uppercase;
}

.popup__legal-item p {
  font-family: 'Oxanium', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin-top: 5px;
}

@media only screen and (max-width: 320px) {
  .popup__legal-item p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) {
  .popup__legal-item p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .popup__legal-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) {
  .popup__legal-item p {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .popup__legal-item p {
    margin-top: 1em;
  }
}

.popup__ui {
  align-items: center;
  cursor: pointer;
  display: flex;
  display: flex;
  height: auto;
  justify-content: flex-start;
  left: 0;
  overflow: visible;
  padding: 30px;
  position: fixed;
  top: 0;
  width: auto;
}

@media only screen and (max-width: 320px) {
  .popup__ui {
    padding: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .popup__ui {
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    margin: 0 0 10px;
    top: unset;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .popup__ui {
    margin: 0 0 30px;
  }
}

.popup__ui p {
  color: #7f86a1;
  display: none;
  font-family: 'Oxanium', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .popup__ui p {
    display: unset;
  }
}

.popup__legal .sector__main-content_links {
  pointer-events: none !important;
}

.popup__legal .sector__main-content_links * {
  pointer-events: none !important;
}

.company__item {
  cursor: pointer;
  height: auto;
  opacity: 0;
  padding: 40px 20px 80px;
  pointer-events: all;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  width: auto;
}

.logos-overview-active .company__item {
  transition: none;
}

.company__item.company__item-visible {
  opacity: 1;
}

@media (any-pointer: fine) {
  company__item-visible:hover {
    opacity: 1 !important;
  }
}

.company__item canvas,
.company__item img {
  height: 70px;
  pointer-events: none;
  width: auto;
}

@media only screen and (max-width: 320px) {
  .company__item canvas,
  .company__item img {
    height: 90px;
  }
}

@media only screen and (min-width: 480px) {
  .company__item canvas,
  .company__item img {
    height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .company__item canvas,
  .company__item img {
    height: 60px;
  }
}

.company__item .dot {
  height: 10px;
  transform: translateY(-60px);
  width: 10px;
}

.company__item-content {
  bottom: 80px;
  height: auto;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translate3d(-50%, 100%, 0);
  visibility: hidden;
  width: 120vw;
}

@media only screen and (max-width: 320px) {
  .company__item-content {
    width: 120vw;
  }
}

@media only screen and (min-width: 480px) {
  .company__item-content {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .company__item-content {
    width: 500px;
  }
}

.company__item-content p {
  color: #cbcbcb;
  font-family: 'Oxanium', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin: 30px 0;
}

@media only screen and (max-width: 320px) {
  .company__item-content p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .company__item-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
  .company__item-content p {
    margin: 20px 0;
  }
}

.company__item-content a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Oxanium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.3em;
  line-height: 1em;
  padding: 0 20px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (min-width: 480px) {
  .company__item-content a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .company__item-content a {
    font-size: 14px;
  }
}

.company__item-content a svg {
  margin: 0 0 0 10px;
}

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

.company__item-selected {
  cursor: default;
}

.company__item-selected .dot {
  opacity: 0;
}

.company__item-selected .company__item-content {
  opacity: 1;
  visibility: visible;
}

.company__items-overview {
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 20px;
  border: 1px solid rgba(109, 171, 209, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: 80vh;
  justify-content: center;
  left: 10vw;
  margin: 0 auto;
  opacity: 0;
  overflow-y: auto;
  padding: 4rem 20px;
  position: absolute;
  scrollbar-color: rgba(109, 171, 209, 0.2) transparent;
  scrollbar-width: thin;
  top: 10vh;
  visibility: hidden;
  width: 80vw;
  z-index: 9;

  transition: visibility 0s linear 0.6s,
    opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and (min-width: 768px) {
  .company__items-overview {
    height: 75vh;
  }
}

.company__items-overview.active {
  opacity: 1;
  pointer-events: all;
  transition: visibility 0s linear, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  visibility: visible;
}

.company__items-overview button {
  cursor: pointer;
  display: block;
  margin: 30px 0;
  opacity: 1;
  pointer-events: all;
  text-align: center;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
}

.company__items-overview button:hover {
  opacity: 1;
}

@media only screen and (min-width: 480px) {
  .company__items-overview button {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .company__items-overview button {
    width: 25%;
  }
}

.company__items-overview img {
  height: 50px;
  width: auto;
}

.company__items-overview:before {
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
}

.company__items-overview::-webkit-scrollbar {
  width: 8px;
}

.company__items-overview::-webkit-scrollbar-track {
  background: 0 0;
}

.company__items-overview::-webkit-scrollbar-thumb {
  background-color: rgba(109, 171, 209, 0.2);
  border-radius: 20px;
  border: 3px solid transparent;
}

.logos-overview-active .navigation__companies-item {
  opacity: 0;
  visibility: hidden;
}

.logos-overview-active .company__item:not(.company__item-selected) {
  opacity: 0 !important;
  pointer-events: none !important;
}

.logos-overview-active .company__item:not(.company__item-selected) .dot {
  opacity: 0;
}

.logos-overview-active .company__item:not(.company__item-selected):hover {
  opacity: 0 !important;
}

.logo-active .navigation__companies-item {
  opacity: 1;
  visibility: visible;
}

.logo-active .company__item {
  opacity: 0;
}

[data-animation='text'] {
  overflow: hidden;
}

[data-animation='text'] .animation__text-word {
  overflow: hidden;
}

[data-animation='text'] .animation__text-char {
  will-change: transform;
}

[data-animation='arrow-icon'] circle {
  --icon-color: #7f86a1;
}

[data-animation='arrow-icon'] .icon__round .icon__content {
  filter: none;
}

* {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#site-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

.renderer__domElement {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 14;
}

.lightbox-overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.dot {
  background-color: var(--dot);
  border-radius: 10px;
  bottom: 0;
  //filter: blur(1.2px);
  height: 6px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translate3d(-50%, 20px, 0);
  width: 6px;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-29 22:30:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

.company__item-links a:nth-child(even) {
  display: none;
}
/* .sector__main-content[reference-data-sector='segal'] div p {
  display: block;
} */

.intro__active.loader__done .header {
  background: none;
}

/* .loader__done:not(.intro__active) .header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1025 60.5' style='width: 100vw; height: 60px;fill: %23a91F24;stroke: %23a91f24;stroke-width: 0px;stroke-linecap: butt;stroke-dasharray: 0;'%3E%3Cpath d='M.5.5h1024v36.2L520.5 60 .5 36.7V.5z' data-name='Layer 1'  /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: fill;
  background-position: center bottom;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
} */
