:root {
  --accent-color: #fff;
  --bg-navi: #030321;
}

.slick-slider {
  overflow: hidden;
  position: relative;
}

.slick-slider .slick-track {
  display: flex;
}

.bg-navi {
  background-color: #030321;
  color: #fff;
}

.color-white {
  color: #fff;
}

.full-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.full-area-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pos-rel {
  position: relative;
}

.btn-reset {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.bdrs-16 {
  border-radius: 16px;
}

.cur-p {
  cursor: pointer;
}

.mt-4 {
  margin-top: 4px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media(max-width: 767px) {
  .mt-40 {
    margin-top: 25px;
  }
}

.mt-48 {
  margin-top: 48px;
}

.mt-53 {
  margin-top: 53px;
}

.fz-54 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -1.08px;
}

.fz-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

@media(max-width: 991px) {
  .fz-32 {
    font-size: 30px;
  }
}

@media(max-width: 767px) {
  .fz-32 {
    font-size: 28px;
  }
}

.fz-24 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
}

.fz-22 {
  font-size: 22px;
  line-height: 1.3;
}

.fz-18 {
  font-size: 18px;
  line-height: 1.4;
}

.fz-13 {
  font-size: 13px;
  line-height: 1.3;
}

.fz-12 {
  font-size: 12px;
  line-height: 1.3;
}

.text-center {
  text-align: center;
}

.max-center {
  margin-inline: auto;
}

.fz-14 {
  font-size: 14px;
  line-height: 1.2;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.flex-max-width {
  max-width: var(--max-width, 600px);
}

.max-640 {
  max-width: 640px;
}

.d-flex {
  display: flex;
}

.f-align-center {
  align-items: center;
}

.f-justify-center {
  justify-content: center;
}

.link-color-inherit a {
  color: inherit;
}

.link-underline a {
  text-decoration: underline;
}

.header-anounce {
  padding-block: 10px;
  min-height: 42px;
}

.header-anounce p {
  margin: 0;
  line-height: 1.2;
}

.header-anounce a {
  color: #FF6B36;
  text-decoration: underline;
}

.main-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}

/*.container {
    @media(min-width: 1200px) {
        max-width: 1470px;
    }
}*/
.main-header-wrap {
  align-items: center;
}

.main-header .logo {
  margin-right: 33px;
}

.main-header .logo img {
  display: none;
}

.main-header.color-black .logo img:first-child {
  display: block;
}

.main-header:not(.color-black) .logo img:not(:first-child) {
  display: block;
}

/* .main-header-wrap .right-nav a { */
/*   height: 80px; */
/*   display: flex; */
/*   align-items: center; */
/*   padding: 10px 32px; */
/*   color: #fff; */
/* } */

.main-search {
  gap: 10px;
}

.main-menu {
  margin-right: auto;
}

.main-menu a {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 24px;
  color: #fff;
  position: relative;
  transition: background-color 0.3s;
}

.main-menu li.menu-item-has-children>a:hover {
  background-color: #1E1E38;
}
/* wpr:ignore:start */
.main-menu .menu-item-has-children a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: calc(50% - 12px);
  opacity: 0;
  width: 24px;
  height: 24px;
  background: url('./../img/menu-arr.svg') center / cover no-repeat;
  transition: opacity 0.3s;
}

.main-menu .menu-item-has-children a:hover::after {
  opacity: 1;
}

.color-black .main-menu .menu-item-has-children a::after {
  background: url('../img/menu-arr-black.svg') center / cover no-repeat;
}
/* wpr:ignore:end */
.home-top {
  background-color: var(--bg-navi);
}


.home-top__bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: radial-gradient(147% 36.48% at 60.97% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 57.29%, rgba(3, 3, 33, 0.5) 88.14%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.home-top__bg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 257px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.home-top__bg>img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

.btn {
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #0D0D0D;
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.3s;
  line-height: normal;
  font-size: 16px;
  font-family: "Acumin Pro";
}

.btn.bg_blue {
  border-color: #00C9EF;
  background-color: #00C9EF;
}

.btn.border_dark {
  border-color: #030321;
}

.btn span {
  line-height: 1;
}

.btn path {
  transition: fill 0.3s;
}

.btn svg {
  vertical-align: middle;
}

.btn:hover {
  color: #fff;
  background-color: #030321;
}

.btn:hover path {
  fill: #fff;
}

.home-top-slider h2 {
  font-weight: 700;
}

.home-top-slider__slide {
  padding-block: 122px 122px;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}

.home-top-slider__slide-inner {
  gap: 14px;
  display: flex;
}

.home-top-slider__txt {
  max-width: 640px;
}

.home-slider-dots-wrap {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  gap: 15px;
  z-index: 9999;
}

.home-slider-dots .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-slider-dots .slick-dots button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  font-size: 1px;
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
  width: 34px;
  height: 4px;
}

.home-slider-dots .slick-dots li {
  display: flex;
  align-items: center;
}

.home-slider-dots .slick-dots li.slick-active button,
.home-slider-dots .slick-dots li:hover button {
  opacity: 1;
}

.puase-slider {
  transition: opacity 0.3s;
}

.puase-slider[data-playing="no"] {
  opacity: 0.5;
}

.main-menu-popups {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--bg-navi);
  min-height: 300px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.main-menu-popups.open {
  opacity: 1;
  pointer-events: auto;
}

.close_m {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  column-gap: 8px;
  cursor: pointer;
  border-top: 1px solid #35353E;
  border-bottom: 1px solid #35353E;
}

.close_m span {
  line-height: 1;
}

.close_m svg {
  vertical-align: middle;
}

.menu-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--bg-navi);
  transition: 0.3s ease;
}

.menu-popup.open {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

.menu-popup__txt-part {
  padding-block: 48px 50px;
}

.menu-popup__img-part {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.menu-popup__img {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--img-part-width, 100%);
  height: 100%;
  object-fit: cover;
}

.menu-popup__img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(3, 3, 33, 0.00) -96.75%, #030321 100%);
  z-index: 1;
}

.menu-popup__img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.menu-popup__label {
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.submenu-stat {
  position: absolute;
  left: calc(100% + 70px);
  top: 0;
  color: #fff;
  z-index: 5;
  width: max-content;
  opacity: 0;
  transition: opacity 0.7s;
}

.menu-popup__links li.has-stats a {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}

.menu-popup__links li.has-stats a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
  opacity: 0;
  background: url('../img/arr-menu-right.svg');
}

.menu-popup__links li.has-stats:hover .submenu-stat {
  opacity: 1;
}

.menu-popup__links li.has-stats:hover a::after {
  opacity: 1;
}

.menu-popup__links li:not(:first-child) {
  margin-top: 15px;
}

.menu-popup__featured-link {
  /*display: block;*/
  position: relative;
  /*aspect-ratio: 640 / 345;*/
  z-index: 5;
  margin-top: auto;
}

.menu-popup__featured-link .text {
  padding: 0 0 30px 70px;
}

.menu-popup__featured-link .main_title {
  color: #FFF;
  font-family: 'Aktiv Grotesk';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 39.459px */
  letter-spacing: -0.717px;
}

.menu-popup__featured-link .main_title svg {
  flex: 0 0 26px;
  margin-right: 0;
}

.menu-popup .d-flex {
  justify-content: space-between;
}

.top_banner __txt {
  text-align: justify;
}

.max-660 {
  max-width: 660px;
}

.big-select {
  padding: 4px 8px 4px 16px;
  border-radius: 100px;
  border: 1px solid #DFDFDF;
  background: #FAFAFA url('../img-alt/select-arr.svg') calc(100% - 20px) center / 11px 5px no-repeat;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  height: 48px;

  @media(max-width: 767px) {
    height: 42px;
  }
}

.case-filter {
  gap: 16px;
  align-items: center;

  .big-select {
    flex-grow: 1;
  }

  @media(max-width: 500px) {
    flex-wrap: wrap;

    .big-select {
      width: 100%;
    }
  }
}


.container.container-1140 {
  max-width: 1140px;
}

.item-post {
  .truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
  }

  &_alt {
    .text {
      padding: 16px 16px 24px;
    }
  }
}

.pagination {
  align-items: center;
  .flex-center();
  gap: 4px;
  flex-wrap: wrap;

  .page-numbers {
    padding: 1px 0;
    border: 1px solid #fff;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    .flex-center();
    color: #000;
  }

  span.page-numbers {
    border: 1px solid #F1F1F1;
    background: #F1F1F1;

    path {
      fill: #BDBDBD;
    }
  }
}

.case-items-wrap {
  row-gap: 40px;

  @media(max-width: 767px) {
    &>div {
      max-width: 50%;
      flex-basis: 50%;
    }
  }

  @media(max-width: 550px) {

    &>div {
      max-width: none;
      flex-basis: 100%;
    }
  }
}

.filter-section.has-border-bottom,
.main-sect.has-border-bottom {
  border-bottom: 1px solid #DFDFDF;
}

.benefit-block {
  display: flex;
  max-width: 700px;
  margin-inline: auto;
}

@media screen and (max-width: 991px) {
  .benefit-block:not(:first-child) {
    margin-top: 40px;
  }
}

.benefit-block__header {
  color: var(--XDNA-Primary-Palette-Deep-Navy, #030321);
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.benefit-block__txt {
  min-height: 28px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.benefit-block__txt p {
  margin-bottom: 0;
}

/*
.benefit-block__txt strong {
  color: var(--XDNA-Primary-Palette-Deep-Navy, #030321);
  font-family: "Acumin Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 16px;

  @media(max-width: 991px) {
    font-size: 30px;
  }

  @media(max-width: 767px) {
    font-size: 26px;
  }
}
*/

.benefit-block__txt p:first-child strong {
  margin-top: 0;
}


.main-sect.pad-top-md {
  padding-top: 60px !important;
}

.main-sect.pad-top-80 {
  padding-top: 80px !important;
}

.content-block {
  padding-block: 48px;
}

.case-content-blocks>div {
  border-top: 1px solid #DFDFDF;
}

.case-content-blocks>div:first-child {
  border-top: none;
}

.quote.quote_alt {
  margin-top: 0;
  padding-top: 80px;
}

.top_banner.with-bg {
  position: relative;
}

.top_banner.with-bg .container {
  position: relative;
  z-index: 5;
}

.top_banner.with-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.60) 0%, rgba(3, 3, 33, 0.60) 100%);
}

.page-template-page-partners-template .top_banner.with-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.60) 0%, rgba(3, 3, 33, 0.25) 100%);
}

.main-menu .sub-menu {
  display: none;
}

.three-video__player {
  display: grid;
}

.three-video__video-wrap {
  grid-column: 1;
  grid-row: 1;
  display: none;
  aspect-ratio: 558 / 308;
  position: relative;
}

.three-video__video-wrap .not-played {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.three-video__video-wrap .not-played::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 3, 33, 0.00) 35%, rgba(3, 3, 33, 0.80) 100%);
  z-index: 6;
}

.three-video__video-wrap .not-played svg {
  position: relative;
  z-index: 10;
}

@media(max-width: 767px) {
  .three-video__video-wrap .not-played svg {
    width: 60px;
    height: 60px;
  }
}

.three-video__video-wrap.active {
  display: block;
}

.three-video-txt-part {
  padding-left: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media(max-width: 1199px) {
  .three-video-txt-part {
    padding-left: 20px;
  }
}

@media(max-width: 991px) {
  .three-video-txt-part {
    padding-left: 0px;
  }
}

.three-video__nav-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

@media(max-width: 1199px) {
  .three-video__nav-wrap {
    margin-top: 4px;
  }
}

.three-video__nav-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 164px;
  aspect-ratio: 164 / 100;
}

.three-video__nav-item-default {
  background: linear-gradient(180deg, rgba(3, 3, 33, 0.00) 35%, rgba(3, 3, 33, 0.80) 100%);
}

@media(max-width: 767px) {
  .three-video__nav-item-default svg {
    width: 30px;
    height: 30px;
  }
}

.three-video__nav-item-playing {
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.60) 0%, rgba(3, 3, 33, 0.60) 100%);
}

.three-video__nav-item.playing .three-video__nav-item-default {
  opacity: 0;
  pointer-events: none;
}

.three-video__nav-item.playing .three-video__nav-item-playing {
  opacity: 1;
  pointer-events: auto;
}

.three-video__cur-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.three-video__cur-view span {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 4px;
  color: #fff;
}

.download-section {
  overflow: hidden;
}

.download-section .download-section-bg {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.download-section .left-bg {
  left: 0;
}

.download-section .right-bg {
  right: 0;
}

.download-section .download-logo {
  position: absolute;
  z-index: 1;
  left: 0;
}

@media(max-width: 767px) {
  .download-section .download-logo {
    display: none;
  }

  .download-section .left-bg {
    left: -20vw;
  }

  .download-section .right-bg {
    right: -20vw;
  }
}

@media(max-width: 500px) {

  .download-section .left-bg {
    left: -40vw;
  }

  .download-section .right-bg {
    right: -40vw;
  }
}

.download-section .container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.download-section .fz-32 {
  color: #030321;
  margin-inline: auto;
}

.aspect-ratio-517-360 {
  aspect-ratio: 517 / 360;
  object-fit: cover;
}

.center-content-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.grid-blue-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
}

@media(max-width: 767px) {
  .grid-blue-tiles {
    gap: 20px;
    grid-template-columns: auto;
  }

  .bblue-tile .back .back-inner {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }

  .three-video-txt-part {
    padding-left: 15px;
  }
}

.grid-blue-tiles {
  position: relative;
}

.bblue-tile-wrap {
  perspective: 1000px;
  position: relative;
  min-height: 223px;
}

.bblue-tile {
  width: 100%;
  height: 100%;
  min-height: 223px;
  cursor: pointer;
  position: relative;
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.bblue-tile .front {
  padding: 50px 15px 43px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  background-color: #00C9EF;
  border-radius: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}

.bblue-tile .back {
  background-color: #00C9EF;
  border-radius: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 41px 24px 41px 16px;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bblue-tile .back .back-inner {
  transform: translateZ(30px);
  z-index: 10;
  left: 0;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  perspective: inherit;
  box-sizing: border-box;
  text-align: center;
}

.bblue-tile-wrap:hover .bblue-tile {
  transform: rotateY(-180deg);
}

.bblue-tile .front img {
  display: block;
  margin-inline: auto;
  transform: translateZ(60px);
  z-index: 10;
  position: relative;
  transform-style: preserve-3d;
}

.bblue-tile .front h3 {
  color: #030321;
  text-align: center;
  margin-top: 0.6em;
  transform: translateZ(60px);
  z-index: 10;
  position: relative;
  transform-style: preserve-3d;
}


.main-sect .has-blue-txt span {
  color: #05CCF2;
}

.blue-stripe-txt {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  padding: 15px 16px;
  color: #FF6B36;
  /* background-color: #00CCF2;*/
}

.adv-item__inner {
  padding-left: 24px;
  min-height: 188px;
  border-left: 1px solid #00CCF2;
}

.err-404 {
  min-height: calc(100vh - 120px);
  min-height: calc(100svh - 120px);
  padding-bottom: 120px;
  display: flex;
  align-items: center;
}

.err-404__inner {
  margin-inline: auto;
  text-align: center;
}

.err-404__header {
  font: 700 150px / 1.1 'Aktiv Grotesk', sans-serif;
  display: flex;
  align-items: center;
  gap: calc((32 / 150) * 1em);
  padding-right: calc((110 / 150) * 1em);
}

.err-404__header svg {
  width: 0.333em;
  height: auto;
}

.title-arrow {
  position: absolute;
  display: inline-block;
  margin-left: -50px;
  margin-top: 10px;
}

@media(max-width: 1199px) {
  .title-arrow {
    position: static;

    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }

  .err-404__header {
    font-size: 120px;
  }

  .err-404__header svg {
    width: 45px;
    height: auto;
  }
}

@media(max-width: 991px) {
  .top_banner .title-arrow {
    margin-bottom: -5px;
  }

  .err-404__header {
    font-size: 100px;
  }

  .err-404__msg {
    font-size: 20px;
  }
}

.event-cta-links-grid {
  display: inline-grid;
  grid-template-columns: 295px 295px;
  gap: 16px;
  margin-inline: auto;
}

@media(max-width: 767px) {
  .event-cta-links-grid {
    grid-template-columns: 295px;
  }
}
